Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tutorials:it:soundsystem [2017/02/26 22:23] – copied from PMS wiki janila | tutorials:it:soundsystem [2017/02/27 21:05] (current) – [Detailled HowTo instructions:] made links nice janila | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LAN audio broadcast system ====== | ====== LAN audio broadcast system ====== | ||
==== Detailled HowTo instructions: | ==== Detailled HowTo instructions: | ||
- | * [[Server setup]] | + | * [[.soundsystem: |
- | * [[Client setup]] | + | * [[.soundsystem: |
- | | + | |
- | * [[Tips and tools]] | + | ==== Troubleshooting |
+ | Getting netinst Raspbian sound working: | ||
+ | * Some tips https:// | ||
+ | |||
+ | ==== Tips and tools ==== | ||
+ | If you have no access to the router controls and need to find out a new machine, | ||
+ | |||
+ | a) Scan LAN and save machines to a temporary file | ||
+ | |||
+ | printf " | ||
+ | xargs -0 -I% -P 255 bash -c '&>/ | ||
+ | sort -n > | ||
+ | |||
+ | b) Connect the new machine and after some time, say 1 minute, when it connects to the network, run this: | ||
+ | |||
+ | cat <(printf " | ||
+ | xargs -0 -I% -P 255 bash -c '&>/ | ||
+ | sort -n) ~/ | ||
+ | |||
+ | c) Remove the temporary file '' | ||
+ | |||
+ | If you're not sure about the third byte of the new ip, use a wider range like | ||
+ | |||
+ | 192.168.{1..255}.{1..255} | ||