Raspberry Pi Zero W nach sudo apt-get upgrade -y nicht mehr erreichbar

  • Sorry natürlich firmware-brcm80211 auf hold gesetzt.

    apt-cache policy firmware-brcm80211

    pi@dli:~ $ apt-cache policy firmware-brcm80211

    firmware-brcm80211:

    Installed: 1:20161130-3+rpi2

    Candidate: 1:20161130-3+rpt1

    Version table:

    1:20161130-3+rpt1 500

    500 http://archive.raspberrypi.org/debian stretch/main armhf Packages

    *** 1:20161130-3+rpi2 100

    100 /var/lib/dpkg/status

    20161130-3 500

    500 http://mirrordirector.raspbian.org/raspbian stretch/non-free armhf Packages

    pi@dli:~ $

    sudo apt-get -f install

    pi@dli:~ $ sudo apt-get -f install

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

    pi@dli:~ $

    Ich hatte ja vorher eine Suchmaschine bemüht und kaum was zu dem Thema gefunden. Im Moment habe ich das Gefühl sehr seltenes Problem zu haben. Auch hier im Forum ist das Problem noch nicht vergleichbar aufgetaucht.

  • Raspberry Pi Zero W nach sudo apt-get upgrade -y nicht mehr erreichbar? Schau mal ob du hier fündig wirst!

  • Im Moment habe ich das Gefühl sehr seltenes Problem zu haben.

    Poste mal von deinem PI, die Ausgaben von:

    Code
    ls -la /etc/modprobe.d
    dmesg | grep -i brcm
    modinfo brcmfmac | grep -i parm
    lsmod | grep -i brcmfmac
    cat /boot/config.txt | grep -i disable


    EDIT:

    ... und die Ausgaben von:

    Code
    dmesg | grep -iE 'error|warn|fail'

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (12. Februar 2018 um 10:23)

  • ls -la /etc/modprobe.d

    pi@lab:~ $ ls -la /etc/modprobe.d

    total 20

    drwxr-xr-x 2 root root 4096 Feb 11 23:59 .

    drwxr-xr-x 91 root root 4096 Feb 12 09:17 ..

    -rw-r--r-- 1 root root 20 Mar 2 2017 blacklist-rtl8192cu.conf

    -rw-r--r-- 1 root root 19 Mar 2 2017 blacklist-rtl8xxxu.conf

    -rw-r--r-- 1 root root 65 Nov 29 01:22 ipv6.conf

    pi@lab:~ $

    dmesg | grep -i brcm

    pi@lab:~ $ dmesg | grep -i brcm

    [ 9.317129] brcmfmac: F1 signature read @0x18000000=0x1541a9a6

    [ 9.343846] usbcore: registered new interface driver brcmfmac

    [ 9.709364] brcmfmac: Firmware version = wl0: Aug 7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378

    [ 9.710575] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.41 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-08-07 00:37:47

    [ 15.864428] brcmfmac: power management disabled

    pi@lab:~ $

    modinfo brcmfmac | grep -i parm

    pi@lab:~ $ modinfo brcmfmac | grep -i parm

    parm: txglomsz:Maximum tx packet chain size [SDIO] (int)

    parm: debug:Level of debug output (int)

    parm: p2pon:Enable legacy p2p management functionality (int)

    parm: feature_disable:Disable features (int)

    parm: alternative_fw_path:Alternative firmware path (string)

    parm: fcmode:Mode of firmware signalled flow control (int)

    parm: roamoff:Do not use internal roaming engine (int)

    parm: ignore_probe_fail:always succeed probe for debugging (int)

    pi@lab:~ $

    lsmod | grep -i brcmfmac

    pi@lab:~ $ lsmod | grep -i brcmfmac

    brcmfmac 269539 0

    brcmutil 9911 1 brcmfmac

    cfg80211 527100 1 brcmfmac

    pi@lab:~ $

    cat /boot/config.txt | grep -i disable

    pi@lab:~ $ cat /boot/config.txt | grep -i disable

    #disable_overscan=1

    pi@lab:~ $

  • Wenn Du weiter testen/probieren willst, könntest Du jetzt noch Folgendes,

    erstmal nur mit dem jetzigen "firmware-brcm80211"-package und wenn das noch funktioniert, dann auch mit dem neuen "firmware-brcm80211"-package, versuchen:

    Code
    sudo nano /etc/modprobe.d/brcmfmac.conf

    Inhalt:

    Code
    options brcmfmac roamoff=1
    options brcmfmac p2pon=0
    Code
    sudo nano /etc/modprobe.d/cfg80211.conf

    Inhalt:

    Code
    options cfg80211 cfg80211_disable_40mhz_24ghz=1
    options cfg80211 bss_entries_limit=10
    options cfg80211 ieee80211_regdom=DE
    Code
    sudo nano /etc/modprobe.d/raspi-blacklist.conf

    Inhalt:

    Code
    blacklist hci_uart
    blacklist bluetooth
    blacklist bcm2835_wdt
    blacklist bcm2835_gpiomem
    Code
    sudo nano /boot/config.txt

    _ergänzen_ mit der Zeile:

    Code
    dtoverlay=pi3-disable-bt
    Code
    sudo nano /etc/modprobe.d/bluetooth.conf

    Inhalt:

    Code
    alias net-pf-31 off
    options bluetooth disable_esco=1
    options bluetooth disable_ertm=1

    , danach rebooten.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Moin!

    Nur zur Information.

    Ich habe heute einen Raspberry Zero W Rev.:1.1 mit Rasbian lite aufgesetzt. Alle Update eingespielt.

    Und alles geht.

    Nur ein Netzteil dran.

    Gruss Bernd

    Ich habe KEINE Ahnung und davon GANZ VIEL!!
    Bei einer Lösung freue ich mich über ein ":thumbup:"
    Vielleicht trifft man sich in der RPi-Plauderecke.
    Linux ist zum Lernen da, je mehr man lernt um so besser versteht man es.

  • cat /proc/cpuinfo und cat/proc/device-tree/model

    pi@dli:~ $ cat /proc/cpuinfo

    processor : 0

    model name : ARMv6-compatible processor rev 7 (v6l)

    BogoMIPS : 697.95

    Features : half thumb fastmult vfp edsp java tls

    CPU implementer : 0x41

    CPU architecture: 7

    CPU variant : 0x0

    CPU part : 0xb76

    CPU revision : 7

    Hardware : BCM2835

    Revision : 9000c1

    Serial : 0000000031e55c19

    pi@dli:~ $ cat /proc/device-tree/model

    pi@dli:~ $ cat /proc/device-tree/model

    Raspberry Pi Zero W Rev 1.1pi@dli:~ $

    Diesen Pi hätte ich dann ja wohl auch?! Auch nur mit Netzteil dran.

    Upgrade ist ja nicht gleich Update. Die Updates gehen bei mir ja auch ohne Probleme, die Upgrades sind ja vor die Wand gefahren.... Wie groß ist aber die Chance das von gestern Nacht zu Heute ein Patch in die Software eingepflegt worden ist ?

    Anderer seits, die Datumsdaten der hier geposteten Ausgaben lassen ja den eindruck zu, dass seit Monaten nicht mehr am Package herum gefummelt wurde. Aber vor 2 Wochen gab es keine Probleme und letzte Woche dann auf einmal doch.

    Ich bin ehrlich gesagt noch ein wenig verwirrt! Aber der Pi ist ja zum lernen gedacht. Da habe ich auch gerade echt Spaß dran.

  • Bei update und upgrade musst du unterscheiden:

    Auf die gleichnamigen Parameter von apt(-get) bezogen bedeutet update lediglich eine Aktualisierung der Paketquellen, erst upgrade aktualisiert gegebenenfalls die Programme und Bibliotheken.

    Das heißt update schaut erstmal nur nach ob was neues da ist und mit upgrade spiele ich die updates dann erst wirklich ein ?

  • letztes package: sudo apt-get upgrade: nochmal

    pi@dli:~ $ sudo apt-get upgrade

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Calculating upgrade... Done

    The following packages will be upgraded:

    firmware-brcm80211

    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    Need to get 3,613 kB of archives.

    After this operation, 16.4 kB of additional disk space will be used.

    Do you want to continue? [Y/n] Y

    Get:1 http://archive.raspberrypi.org/debian stretch/main armhf firmware-brcm80211 all 1:20161130-3+rpt1 [3,613 kB]

    Fetched 3,613 kB in 4s (863 kB/s)

    Reading changelogs... Done

    (Reading database ... 39271 files and directories currently installed.)

    Preparing to unpack .../firmware-brcm80211_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-brcm80211 (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Setting up firmware-brcm80211 (1:20161130-3+rpt1) ...

    pi@dli:~ $

    Nur zum Spaß hab ich ein Upgrade des letzten packeges durch geführt. Mein PI scheint danach immer noch nicht erreichbar.

    Ich hab den Pi noch nie per usb mit dem rechner verbunden und alles immer nur per putty und ssh gemacht. WLAN config habe ich immer nach dem flashen per kopierte datei gesetzt..... macht das was beim upgraden aus?

  • Da ich jetzt den PI eh nochmal neu aufsetzten muss, folgt hier genau was ich gemacht habe nach dem der PI für mich tod war. Nur damit ihr genau nach vollziehen könnte was ich beim ersten auftauchen meiner probleme gemacht habe. Diesmal kopiere ich nur die ausgabe hier ins forum.

    Quick format -> SD Card Formatter von Tuxera Inc.

    Image flashen -> Win32 Diskimage -> RASPBIAN STRECHT LIGHT (2017-11-29) Kernal version: 4.9

    ssh & wpa_supplicant.conf kopieren ->mit Win10

    Pi ans Stromnetz stecken

    Mit Putty ansteuern.

    Code
    <Login>
    sudo passwd pi
    sudo apt-get update -y && sudo apt-get upgrad -y
    reboot //sudo vergessen
    sudo reboot

    Ausgabe davon.:

    Spoiler anzeigen

    login as: pi

    pi@192.168.178.34's password:

    Linux raspberrypi 4.9.59+ #1047 Sun Oct 29 11:47:10 GMT 2017 armv6l

    The programs included with the Debian GNU/Linux system are free software;

    the exact distribution terms for each program are described in the

    individual files in /usr/share/doc/*/copyright.

    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent

    permitted by applicable law.

    SSH is enabled and the default password for the 'pi' user has not been changed.

    This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

    pi@raspberrypi:~ $ sudo passwd pi

    Enter new UNIX password:

    Retype new UNIX password:

    passwd: password updated successfully

    pi@raspberrypi:~ $ sudo apt-get update -y && sudo apt-get upgrade -y

    Get:1 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB]

    Get:2 http://mirrordirector.raspbian.org/raspbian stretch InRelease [15.0 kB]

    Get:3 http://archive.raspberrypi.org/debian stretch/main armhf Packages [140 kB]

    Get:4 http://archive.raspberrypi.org/debian stretch/ui armhf Packages [28.0 kB]

    Get:5 http://mirrordirector.raspbian.org/raspbian stretch/main armhf Packages [11.7 MB]

    Get:6 http://mirrordirector.raspbian.org/raspbian stretch/contrib armhf Packages [56.8 kB]

    Get:7 http://mirrordirector.raspbian.org/raspbian stretch/non-free armhf Packages [95.2 kB]

    Fetched 12.0 MB in 38s (309 kB/s)

    Reading package lists... Done

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Calculating upgrade... Done

    The following packages will be upgraded:

    base-files bind9-host bluez-firmware curl dbus firmware-atheros

    firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek

    iproute2 libbind9-140 libcurl3 libcurl3-gnutls libdbus-1-3 libdns-export162

    libdns162 libicu57 libisc-export160 libisc160 libisccc140 libisccfg140

    liblwres141 libpython2.7-minimal libpython2.7-stdlib libsqlite3-0

    libssl1.0.2 libtasn1-6 libxml2 openssh-client openssh-server

    openssh-sftp-server pi-bluetooth python2.7 python2.7-minimal

    raspberrypi-sys-mods raspi-config rsync sensible-utils ssh tzdata

    41 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    Need to get 32.9 MB of archives.

    After this operation, 97.3 kB disk space will be freed.

    Get:1 http://archive.raspberrypi.org/debian stretch/main armhf bluez-firmware all 1.2-3+rpt2 [89.7 kB]

    Get:3 http://archive.raspberrypi.org/debian stretch/main armhf firmware-atheros all 1:20161130-3+rpt1 [3,132 kB]

    Get:2 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf base-files armhf 9.9+rpi1+deb9u3 [67.4 kB]

    Get:4 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf python2.7 armhf 2.7.13-2+deb9u2 [285 kB]

    Get:5 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libsqlite3-0 armhf 3.16.2-5+deb9u1 [493 kB]

    Get:10 http://archive.raspberrypi.org/debian stretch/main armhf firmware-brcm80211 all 1:20161130-3+rpt1 [3,613 kB]

    Get:6 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libpython2.7-stdlib armhf 2.7.13-2+deb9u2 [1,830 kB]

    Get:20 http://archive.raspberrypi.org/debian stretch/main armhf firmware-libertas all 1:20161130-3+rpt1 [2,950 kB]

    Get:7 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf python2.7-minimal armhf 2.7.13-2+deb9u2 [1,178 kB]

    Get:8 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libpython2.7-minimal armhf 2.7.13-2+deb9u2 [389 kB]

    Get:9 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf openssh-sftp-server armhf 1:7.4p1-10+deb9u2 [32.9 kB]

    Get:11 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libssl1.0.2 armhf 1.0.2l-2+deb9u2 [893 kB]

    Get:28 http://archive.raspberrypi.org/debian stretch/main armhf firmware-misc-nonfree all 1:20161130-3+rpt1 [2,321 kB]

    Get:12 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf openssh-server armhf 1:7.4p1-10+deb9u2 [301 kB]

    Get:13 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf openssh-client armhf 1:7.4p1-10+deb9u2 [697 kB]

    Get:14 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf ssh all 1:7.4p1-10+deb9u2 [189 kB]

    Get:38 http://archive.raspberrypi.org/debian stretch/main armhf firmware-realtek all 1:20161130-3+rpt1 [342 kB]

    Get:15 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf sensible-utils all 0.0.9+deb9u1 [10.8 kB]

    Get:16 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf tzdata all 2017c-0+deb9u1 [262 kB]

    Get:17 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf iproute2 armhf 4.9.0-1+deb9u1 [559 kB]

    Get:39 http://archive.raspberrypi.org/debian stretch/main armhf raspberrypi-sys-mods armhf 20180103 [8,932 B]

    Get:18 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libicu57 armhf 57.1-6+deb9u1 [7,426 kB]

    Get:40 http://archive.raspberrypi.org/debian stretch/main armhf pi-bluetooth all 0.1.7 [3,782 B]

    Get:41 http://archive.raspberrypi.org/debian stretch/main armhf raspi-config all 20171201 [19.9 kB]

    Get:19 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libxml2 armhf 2.9.4+dfsg1-2.2+deb9u2 [806 kB]

    Get:21 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf bind9-host armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [230 kB]

    Get:22 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libisc160 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [367 kB]

    Get:23 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libdns162 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [956 kB]

    Get:24 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libisccc140 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [196 kB]

    Get:25 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libisccfg140 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [215 kB]

    Get:26 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libbind9-140 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [204 kB]

    Get:27 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf liblwres141 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [210 kB]

    Get:29 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf dbus armhf 1.10.24-0+deb9u1 [190 kB]

    Get:30 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libdbus-1-3 armhf 1.10.24-0+deb9u1 [173 kB]

    Get:31 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libtasn1-6 armhf 4.10-1.1+deb9u1 [45.6 kB]

    Get:32 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf curl armhf 7.52.1-5+deb9u4 [220 kB]

    Get:33 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libcurl3 armhf 7.52.1-5+deb9u4 [261 kB]

    Get:34 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libcurl3-gnutls armhf 7.52.1-5+deb9u4 [259 kB]

    Get:35 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libisc-export160 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [314 kB]

    Get:36 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf libdns-export162 armhf 1:9.10.3.dfsg.P4-12.3+deb9u4 [767 kB]

    Get:37 http://mirror.netcologne.de/raspbian/raspbian stretch/main armhf rsync armhf 3.1.2-1+deb9u1 [356 kB]

    Fetched 32.9 MB in 52s (631 kB/s)

    apt-listchanges: Reading changelogs...

    Extracting templates from packages: 100%

    Preconfiguring packages ...

    (Reading database ... 34443 files and directories currently installed.)

    Preparing to unpack .../base-files_9.9+rpi1+deb9u3_armhf.deb ...

    Unpacking base-files (9.9+rpi1+deb9u3) over (9.9+rpi1+deb9u1) ...

    Setting up base-files (9.9+rpi1+deb9u3) ...

    Installing new version of config file /etc/debian_version ...

    (Reading database ... 34443 files and directories currently installed.)

    Preparing to unpack .../python2.7_2.7.13-2+deb9u2_armhf.deb ...

    Unpacking python2.7 (2.7.13-2+deb9u2) over (2.7.13-2) ...

    Preparing to unpack .../libsqlite3-0_3.16.2-5+deb9u1_armhf.deb ...

    Unpacking libsqlite3-0:armhf (3.16.2-5+deb9u1) over (3.16.2-5) ...

    Setting up libsqlite3-0:armhf (3.16.2-5+deb9u1) ...

    (Reading database ... 34443 files and directories currently installed.)

    Preparing to unpack .../0-libpython2.7-stdlib_2.7.13-2+deb9u2_armhf.deb ...

    Unpacking libpython2.7-stdlib:armhf (2.7.13-2+deb9u2) over (2.7.13-2) ...

    Preparing to unpack .../1-python2.7-minimal_2.7.13-2+deb9u2_armhf.deb ...

    Unpacking python2.7-minimal (2.7.13-2+deb9u2) over (2.7.13-2) ...

    Preparing to unpack .../2-libpython2.7-minimal_2.7.13-2+deb9u2_armhf.deb ...

    Unpacking libpython2.7-minimal:armhf (2.7.13-2+deb9u2) over (2.7.13-2) ...

    Preparing to unpack .../3-openssh-sftp-server_1%3a7.4p1-10+deb9u2_armhf.deb ...

    Unpacking openssh-sftp-server (1:7.4p1-10+deb9u2) over (1:7.4p1-10+deb9u1) ...

    Preparing to unpack .../4-libssl1.0.2_1.0.2l-2+deb9u2_armhf.deb ...

    Unpacking libssl1.0.2:armhf (1.0.2l-2+deb9u2) over (1.0.2l-2+deb9u1) ...

    Preparing to unpack .../5-openssh-server_1%3a7.4p1-10+deb9u2_armhf.deb ...

    Unpacking openssh-server (1:7.4p1-10+deb9u2) over (1:7.4p1-10+deb9u1) ...

    Preparing to unpack .../6-openssh-client_1%3a7.4p1-10+deb9u2_armhf.deb ...

    Unpacking openssh-client (1:7.4p1-10+deb9u2) over (1:7.4p1-10+deb9u1) ...

    Preparing to unpack .../7-ssh_1%3a7.4p1-10+deb9u2_all.deb ...

    Unpacking ssh (1:7.4p1-10+deb9u2) over (1:7.4p1-10+deb9u1) ...

    Preparing to unpack .../8-sensible-utils_0.0.9+deb9u1_all.deb ...

    Unpacking sensible-utils (0.0.9+deb9u1) over (0.0.9) ...

    Setting up sensible-utils (0.0.9+deb9u1) ...

    (Reading database ... 34443 files and directories currently installed.)

    Preparing to unpack .../00-tzdata_2017c-0+deb9u1_all.deb ...

    Unpacking tzdata (2017c-0+deb9u1) over (2017b-1) ...

    Preparing to unpack .../01-iproute2_4.9.0-1+deb9u1_armhf.deb ...

    Unpacking iproute2 (4.9.0-1+deb9u1) over (4.9.0-1) ...

    Preparing to unpack .../02-libicu57_57.1-6+deb9u1_armhf.deb ...

    Unpacking libicu57:armhf (57.1-6+deb9u1) over (57.1-6) ...

    Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_armhf.deb ...

    Unpacking libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) over (2.9.4+dfsg1-2.2+deb9u1) ...

    Preparing to unpack .../04-bind9-host_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking bind9-host (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../05-libisc160_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libisc160:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../06-libdns162_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libdns162:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../07-libisccc140_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libisccc140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../08-libisccfg140_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libisccfg140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../09-libbind9-140_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libbind9-140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../10-liblwres141_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking liblwres141:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../11-dbus_1.10.24-0+deb9u1_armhf.deb ...

    Unpacking dbus (1.10.24-0+deb9u1) over (1.10.22-0+deb9u1) ...

    Preparing to unpack .../12-libdbus-1-3_1.10.24-0+deb9u1_armhf.deb ...

    Unpacking libdbus-1-3:armhf (1.10.24-0+deb9u1) over (1.10.22-0+deb9u1) ...

    Preparing to unpack .../13-libtasn1-6_4.10-1.1+deb9u1_armhf.deb ...

    Unpacking libtasn1-6:armhf (4.10-1.1+deb9u1) over (4.10-1.1) ...

    Preparing to unpack .../14-bluez-firmware_1.2-3+rpt2_all.deb ...

    Unpacking bluez-firmware (1.2-3+rpt2) over (1.2-3+rpt1) ...

    Preparing to unpack .../15-curl_7.52.1-5+deb9u4_armhf.deb ...

    Unpacking curl (7.52.1-5+deb9u4) over (7.52.1-5+deb9u2) ...

    Preparing to unpack .../16-libcurl3_7.52.1-5+deb9u4_armhf.deb ...

    Unpacking libcurl3:armhf (7.52.1-5+deb9u4) over (7.52.1-5+deb9u2) ...

    Preparing to unpack .../17-firmware-atheros_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-atheros (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Preparing to unpack .../18-firmware-brcm80211_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-brcm80211 (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Preparing to unpack .../19-firmware-libertas_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-libertas (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Preparing to unpack .../20-firmware-misc-nonfree_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-misc-nonfree (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Preparing to unpack .../21-firmware-realtek_1%3a20161130-3+rpt1_all.deb ...

    Unpacking firmware-realtek (1:20161130-3+rpt1) over (1:20161130-3+rpi2) ...

    Preparing to unpack .../22-libcurl3-gnutls_7.52.1-5+deb9u4_armhf.deb ...

    Unpacking libcurl3-gnutls:armhf (7.52.1-5+deb9u4) over (7.52.1-5+deb9u2) ...

    Preparing to unpack .../23-libisc-export160_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libisc-export160 (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../24-libdns-export162_1%3a9.10.3.dfsg.P4-12.3+deb9u4_armhf.deb ...

    Unpacking libdns-export162 (1:9.10.3.dfsg.P4-12.3+deb9u4) over (1:9.10.3.dfsg.P4-12.3+deb9u3) ...

    Preparing to unpack .../25-raspberrypi-sys-mods_20180103_armhf.deb ...

    Unpacking raspberrypi-sys-mods (20180103) over (20171127) ...

    Preparing to unpack .../26-pi-bluetooth_0.1.7_all.deb ...

    Unpacking pi-bluetooth (0.1.7) over (0.1.6) ...

    Preparing to unpack .../27-rsync_3.1.2-1+deb9u1_armhf.deb ...

    Unpacking rsync (3.1.2-1+deb9u1) over (3.1.2-1) ...

    Preparing to unpack .../28-raspi-config_20171201_all.deb ...

    Unpacking raspi-config (20171201) over (20171109) ...

    Setting up firmware-realtek (1:20161130-3+rpt1) ...

    update-initramfs: deferring update (trigger activated)

    Setting up bluez-firmware (1.2-3+rpt2) ...

    Setting up raspberrypi-sys-mods (20180103) ...

    Setting up libisc-export160 (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Processing triggers for mime-support (3.60) ...

    Processing triggers for install-info (6.3.0.dfsg.1-1+b1) ...

    Setting up libcurl3-gnutls:armhf (7.52.1-5+deb9u4) ...

    Setting up tzdata (2017c-0+deb9u1) ...

    Current default time zone: 'Etc/UTC'

    Local time is now: Tue Feb 13 01:01:35 UTC 2018.

    Universal Time is now: Tue Feb 13 01:01:35 UTC 2018.

    Run 'dpkg-reconfigure tzdata' if you wish to change it.

    Setting up pi-bluetooth (0.1.7) ...

    Setting up libicu57:armhf (57.1-6+deb9u1) ...

    Setting up iproute2 (4.9.0-1+deb9u1) ...

    Setting up libxml2:armhf (2.9.4+dfsg1-2.2+deb9u2) ...

    Setting up libtasn1-6:armhf (4.10-1.1+deb9u1) ...

    Setting up rsync (3.1.2-1+deb9u1) ...

    Setting up raspi-config (20171201) ...

    Setting up libssl1.0.2:armhf (1.0.2l-2+deb9u2) ...

    Processing triggers for libc-bin (2.24-11+deb9u1) ...

    Setting up firmware-libertas (1:20161130-3+rpt1) ...

    Processing triggers for systemd (232-25+deb9u1) ...

    Setting up liblwres141:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up firmware-misc-nonfree (1:20161130-3+rpt1) ...

    update-initramfs: deferring update (trigger activated)

    Setting up firmware-atheros (1:20161130-3+rpt1) ...

    Processing triggers for man-db (2.7.6.1-2) ...

    Setting up libpython2.7-minimal:armhf (2.7.13-2+deb9u2) ...

    Setting up firmware-brcm80211 (1:20161130-3+rpt1) ...

    Setting up openssh-client (1:7.4p1-10+deb9u2) ...

    Setting up libpython2.7-stdlib:armhf (2.7.13-2+deb9u2) ...

    Setting up libdbus-1-3:armhf (1.10.24-0+deb9u1) ...

    Setting up python2.7-minimal (2.7.13-2+deb9u2) ...

    Setting up libisc160:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up libcurl3:armhf (7.52.1-5+deb9u4) ...

    Setting up libdns-export162 (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up python2.7 (2.7.13-2+deb9u2) ...

    Setting up libisccc140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up openssh-sftp-server (1:7.4p1-10+deb9u2) ...

    Setting up dbus (1.10.24-0+deb9u1) ...

    A reboot is required to replace the running dbus-daemon.

    Please reboot the system when convenient.

    Setting up libdns162:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up curl (7.52.1-5+deb9u4) ...

    Setting up libisccfg140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up openssh-server (1:7.4p1-10+deb9u2) ...

    Setting up libbind9-140:armhf (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up bind9-host (1:9.10.3.dfsg.P4-12.3+deb9u4) ...

    Setting up ssh (1:7.4p1-10+deb9u2) ...

    Processing triggers for initramfs-tools (0.130) ...

    Processing triggers for libc-bin (2.24-11+deb9u1) ...

    pi@raspberrypi:~ $ reboot

    Failed to set wall message, ignoring: The name org.freedesktop.PolicyKit1 was not provided by any .service files

    Failed to reboot system via logind: The name org.freedesktop.PolicyKit1 was not provided by any .service files

    Failed to open /dev/initctl: Permission denied

    Failed to talk to init daemon.

    pi@raspberrypi:~ $ sudo reboot

    und hier ist mein PI wieder nicht für mich erreichbar. Wie letzte Woche....

    Da ja auch oft die SD karte vermutet wird. Raspbian Zero W & Sandisk ultra 16GB micro SDHC karte befinden sich seit knapp einem Monat in meinem Besitzt und wurden als Neuware von Amazon bezogen. Bisheriger verwendungszweck, Apache2, PHP7.x & Mysql mit phpmyadmin und vsftpd. Die Installation war eigentlich nur dazu da um die kommunikation zwischen 2 servern im heimnetz zu testen.

    wegen der späten stunde kann ich der idee von rpi444 leider erst morgen weiter nach gehen. habe das aber noch vor.1

  • Anderer seits, die Datumsdaten der hier geposteten Ausgaben lassen ja den eindruck zu, dass seit Monaten nicht mehr am Package herum gefummelt wurde. Aber vor 2 Wochen gab es keine Probleme und letzte Woche dann auf einmal doch.

    Man könnte (auf dem PI) im changelog des packages nachschauen bzw. mal vergleichen, ob sich was bzw. was sich geändert hat. Z. B. mit:

    Code
    zcat /usr/share/doc/firmware-brcm80211/changelog.gz

    EDIT:

    BTW: Die Datei "/usr/share/doc/firmware-brcm80211/changelog.gz" auf der SD-Karte, kann man auch in einem anderen Linux-PC anschauen, wenn nach dem upgrade der eigene PI nicht mehr erreichbar ist.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (13. Februar 2018 um 10:28)

  • Das heißt update schaut erstmal nur nach ob was neues da ist und mit upgrade spiele ich die updates dann erst wirklich ein ?

    Vereinfacht könnte man das so sagen, ja :)

    Quick format -> SD Card Formatter von Tuxera Inc.

    Lass' diesen Schritt bitte in Zukunft weg! Wenn du das Image auf die SD-Karte schreibst, werden sowieso alle Partitionstabellen und -informationen gelöscht bzw. überschrieben. Ein vorheriges Formatieren ist allenfalls unnötiger Mehraufwand und verkürzt nur die Lebensdauer der Karte.

  • Moin Appelbaum,

    meine Ausgabe von cpuinfo sieht gleich aus, nur die Seriennummer ist anders.

    Vorgehensweise ist auch die Headless-Installation. Also eine leere ssh und die wpa_supplicant.conf in das root boot-Verzeichnis kopiert und dann gestartet.

    Wie schon geschrieben, habe ich alle Upgrades durchgeführt.

    Eventuell von Interesse, ich habe eine 4GB SD-Karte.

    Gruss Bernd

    Ich habe KEINE Ahnung und davon GANZ VIEL!!
    Bei einer Lösung freue ich mich über ein ":thumbup:"
    Vielleicht trifft man sich in der RPi-Plauderecke.
    Linux ist zum Lernen da, je mehr man lernt um so besser versteht man es.

    Einmal editiert, zuletzt von Bernd666 (13. Februar 2018 um 22:35)

  • Wie schon geschrieben, habe ich alle Upgrades durchgeführt.

    Könntest Du bitte, die Ausgabe von:

    Code
    zcat /usr/share/doc/firmware-brcm80211/changelog.gz | head -n 40

    hier posten?

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Moin rpi444,

    sicher mach ich es.

    Hier die gewünschten Daten. Allerdings heißt die changelog.gz bei mir changelog.Debian.gz!!

    Gruss Bernd

    Ich habe KEINE Ahnung und davon GANZ VIEL!!
    Bei einer Lösung freue ich mich über ein ":thumbup:"
    Vielleicht trifft man sich in der RPi-Plauderecke.
    Linux ist zum Lernen da, je mehr man lernt um so besser versteht man es.

  • Hier die gewünschten Daten. Allerdings heißt die changelog.gz bei mir changelog.Debian.gz!!

    Code
    pi@bernd-zerow:~ $ sudo zcat /usr/share/doc/firmware-brcm80211/changelog.Debian.gz | head -n 40
    firmware-nonfree (1:20161130-3+rpt1) stretch; urgency=medium
    
      * Update brcmfmac43430-sdio.bin
        - See https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=203508
    
     -- Serge Schneider <serge@raspberrypi.org>  Wed, 07 Feb 2018 11:46:05 +0000

    Danke. Hier hat sich ja nur die "brcmfmac43430-sdio.bin"-Datei geändert. Man könnte jetzt auch noch die hashes (nach dem upgrade) vergleichen:

    Code
    md5sum /lib/firmware/brcm/brcmfmac43430-sdio.bin
    sha256sum /lib/firmware/brcm/brcmfmac43430-sdio.bin
    md5sum /lib/firmware/brcm/brcmfmac43430-sdio.txt
    sha256sum /lib/firmware/brcm/brcmfmac43430-sdio.txt

    Benutzt Du IPv6 mit deinem PI 0?

    Zitat


    For some reason after installing the new firmware the built in wifi would not connect unless I disabled IPV6 or with IPV6 enabled I connected another wifi adapter to the USB port and then both the built in wifi and USB wifi would connect to my network OK which seems really rather strange.

    Quelle: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=203508&start=25#p1271175


    EDIT:

    Zitat

    During the upgrade, it looks like the latest Broadcom firmware fails checksum:

    Quelle: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=205395

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (14. Februar 2018 um 10:53)

  • Moin!

    Um die Frage nach IPv6 zu beantworten.

    In meiner FB ist es ausgeschaltet.

    Meine RPi's sind in dieser Richtung nicht verändert.

    Nun die gewünschten Daten

    Code
    pi@bernd-zerow:~ $ md5sum /lib/firmware/brcm/brcmfmac43430-sdio.bin
    ba679a85c1dc76e9775603af45440bc0  /lib/firmware/brcm/brcmfmac43430-sdio.bin
    pi@bernd-zerow:~ $ sha256sum /lib/firmware/brcm/brcmfmac43430-sdio.bin
    996b7ef7cbdb8ea3855fa516acb57630ff03a449fd3bb23e84789f2f04b4faf5  /lib/firmware/brcm/brcmfmac43430-sdio.bin
    pi@bernd-zerow:~ $ md5sum /lib/firmware/brcm/brcmfmac43430-sdio.txt
    9a88b55134d9f8f3ad2331b93f4b7b79  /lib/firmware/brcm/brcmfmac43430-sdio.txt
    pi@bernd-zerow:~ $ sha256sum /lib/firmware/brcm/brcmfmac43430-sdio.txt
    e4ce7ad5ce72406f958ed758539b65d958d1c0eb3e46e3f8e9f02b510d88e0b0  /lib/firmware/brcm/brcmfmac43430-sdio.txt
    pi@bernd-zerow:~ $

    Gruss Bernd

    Ich habe KEINE Ahnung und davon GANZ VIEL!!
    Bei einer Lösung freue ich mich über ein ":thumbup:"
    Vielleicht trifft man sich in der RPi-Plauderecke.
    Linux ist zum Lernen da, je mehr man lernt um so besser versteht man es.

  • ... in der fritz.box nicht gesehen und ich konnte ...

    Hast Du IPv6 in deiner FritzBox aktiviert oder deaktiviert?

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p6 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!