<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.lunetikk.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.lunetikk.de/feed.php">
        <title>Lunetikk's IT Wiki linux:raspberry:raspbian</title>
        <description></description>
        <link>https://www.lunetikk.de/</link>
        <image rdf:resource="https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico" />
       <dc:date>2026-04-24T17:17:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:commands&amp;rev=1650920968&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:kernel&amp;rev=1583761128&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:memorycards&amp;rev=1652191441&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:troubleshooting&amp;rev=1579086112&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico">
        <title>Lunetikk's IT Wiki</title>
        <link>https://www.lunetikk.de/</link>
        <url>https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:commands&amp;rev=1650920968&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-25T23:09:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:raspberry:raspbian:commands</title>
        <link>https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:commands&amp;rev=1650920968&amp;do=diff</link>
        <description>Linux Commands
  Command    Function    raspi-config    easy configuration for alot of things    cat /sys/firmware/devicetree/base/model    shows the Raspberrymodel    cat /proc/device-tree/model    same as above    cpu=$(&lt;/sys/class/thermal/thermal_zone0/temp) | echo &quot;$((cpu/1000))°c&quot;</description>
    </item>
    <item rdf:about="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:kernel&amp;rev=1583761128&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-09T14:38:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:raspberry:raspbian:kernel</title>
        <link>https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:kernel&amp;rev=1583761128&amp;do=diff</link>
        <description>Kernel

RaspberryPi.org - Kernel

Building Kernel

RaspberryPi.org - Building Kernel

Troubleshooting

Run ./script.sh vs bash script.sh - permission denied



$ getfacl script.sh
# file: script.sh
# owner: root
# group: root
user::rwx
group::r--
group:domain\040users:rw-
mask::rwx
other::rwx

sudo setfacl -m 'g:domain\040users:rwx' script.sh
sudo setfacl -b script.sh</description>
    </item>
    <item rdf:about="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:memorycards&amp;rev=1652191441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-10T16:04:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:raspberry:raspbian:memorycards</title>
        <link>https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:memorycards&amp;rev=1652191441&amp;do=diff</link>
        <description>Memory Cards

Find a compatible card

Check which cards work:

https://elinux.org/RPi_SD_cards

How to format a card

The card needs to be formatted in FAT32 in order to boot “NOOBS”.

Cards greater 32GB will usually be formatted to exFAT.


I suggest to use the following tool for FAT32 (no installation needed):</description>
    </item>
    <item rdf:about="https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:troubleshooting&amp;rev=1579086112&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-15T12:01:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:raspberry:raspbian:troubleshooting</title>
        <link>https://www.lunetikk.de/doku.php?id=linux:raspberry:raspbian:troubleshooting&amp;rev=1579086112&amp;do=diff</link>
        <description>Raspberry Troubleshooting

WLAN0 is losing the connection



After a while the raspberry loses the network connection via WLAN0 


Reason: 

Powermanagement turns your USB devices off after a while


Fix: 

First: Use the newest firmware -&gt; German Guide 

Second: Disable suspend</description>
    </item>
</rdf:RDF>
