|
|
Line 1: |
Line 1: |
| == Network ==
| | https://www.techrepublic.com/article/inside-the-raspberry-pi-the-story-of-the-35-computer-that-changed-the-world/ |
| === Moving an image with a wifi setup from one pi to another ===
| |
| When moving an image from one pi to another, you may need to erase a certain file. This is because the MAC address (a number unique to the Pi's wifi adapter)
| |
|
| |
|
| sudo rm /etc/udev/rules.d/70-persisten-net.rules
| | {{widget:YouTube|id=Tza6Hl8wSJ0}} |
|
| |
|
| = Camera =
| |
|
| |
|
| {{:PiCam}}
| | Link to [[:Category:Raspberry Pi]] pages |
| | |
| = Audio =
| |
| | |
| == Using an external USB Audio Apapter ==
| |
| | |
| See: https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876
| |
| | |
| To make the USB source the "default":
| |
| | |
| On a ''MINIBIAN'' system you can edit/create /etc/modprobe.d/alsa-base.conf and put in:
| |
| | |
| options snd-usb-audio index=0
| |
| options snd_bcm2835 index=
| |
| | |
| On an "official" raspberry pi image (jessie or jessie-lite), there's actually already a line that makes external sources lower priority, you can just comment out the line "options snd-usb-audio index=-2", as in:
| |
| | |
| # Keep snd-usb-audio from beeing loaded as first soundcard
| |
| # options snd-usb-audio index=-2
| |
| | |
| | |
| | |
| [[Category:Raspberry Pi]] | |
Revision as of 17:11, 14 September 2019