Ok Leute, ich habe jetzt noch mal das Kabel zur FritzBox überprüft und es dort in eine andere Buchse gesteckt.
Jetzt leuchtet auch die LED am Port des Switches. Ich vermute ich habe den WAN Port an der FB erwischt (gleich mal in LAN ändern)
Ok Leute, ich habe jetzt noch mal das Kabel zur FritzBox überprüft und es dort in eine andere Buchse gesteckt.
Jetzt leuchtet auch die LED am Port des Switches. Ich vermute ich habe den WAN Port an der FB erwischt (gleich mal in LAN ändern)
Obwohl WLAN ja zurzeit noch aus ist, erscheint der PI in der FrittzBox als aktiv im WLAN an. Per Putty kann ich ihn aber nicht erreichen.
Also
Momentan habe ich es so verkabelt wie es am Ende auch bleiben soll:
FritzBox -> Switch (D-Link GO-SW-8G) —> Raspberry
Hatte den Pi aber auch schon direkt dran.
Hab die Kabel nochmal neu gesteckt und auch den Vorschlag in #19 gemacht (danach hatte ich wieder keine Verbindung).
Also WLAN erstmal wieder geblacklisted.
Edit: Kabel scheint nun in Ordnung zu sein?! LED leuchten
pi@octopi:~ $ arp -a
? (192.168.178.38) auf cc:9e:a2:a2:8c:0c [ether] auf wlan0
? (192.168.178.75) auf 74:d6:37:45:a5:8e [ether] auf wlan0
? (169.254.1.1) auf <unvollständig> auf eth0
ender2.fritz.box (192.168.178.68) auf b8:27:eb:9c:c8:d9 [ether] auf wlan0
SamsungDrucker.fritz.box (192.168.178.33) auf 00:15:99:96:cf:ca [ether] auf wlan0
DiskStation.fritz.box (192.168.178.58) auf 90:09:d0:11:37:13 [ether] auf wlan0
pi.hole (192.168.178.22) auf b8:27:eb:46:77:82 [ether] auf wlan0
WorkStationRene.fritz.box (192.168.178.36) auf a8:a1:59:10:eb:05 [ether] auf wlan0
ender22.fritz.box (192.168.178.109) auf e4:5f:01:55:13:c7 [ether] auf wlan0
fritz.box (192.168.178.1) auf 50:e6:36:2f:aa:c7 [ether] auf wlan0
Display More
pi@octopi:~ $ ping -c 3 169.254.1.1
PING 169.254.1.1 (169.254.1.1) 56(84) bytes of data.
From 169.254.66.241 icmp_seq=1 Destination Host Unreachable
From 169.254.66.241 icmp_seq=2 Destination Host Unreachable
From 169.254.66.241 icmp_seq=3 Destination Host Unreachable
--- 169.254.1.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 97ms
pipe 3
pi@octopi:~ $ ping -c 3 -I eth0 169.254.1.1
PING 169.254.1.1 (169.254.1.1) from 169.254.66.241 eth0: 56(84) bytes of data.
From 169.254.66.241 icmp_seq=1 Destination Host Unreachable
From 169.254.66.241 icmp_seq=2 Destination Host Unreachable
From 169.254.66.241 icmp_seq=3 Destination Host Unreachable
--- 169.254.1.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 109ms
pipe 3
weiter im Text
Ja. Vor dem blacklisten hättest das Zuweisen der IP-Adresse (aus dem Subnetz der FB) an das eth0-Interface, richtig konfigurieren müssen. Aber noch ist es nicht zu spät.
BTW: Die FB ist auch unter 169.254.1.1 erreichbar.
Teste mal auf dem PI mit:
OK, aber das muss ja nicht sein.
Was benutzt Du für das Zuweisen der IP-Adresse? Evtl. dhcpcd? Wenn ja, dann poste die Ausgabe von:
pi@octopi:~ $ ping -c 3 169.254.1.1
PING 169.254.1.1 (169.254.1.1) 56(84) bytes of data.
From 169.254.66.241 icmp_seq=1 Destination Host Unreachable
From 169.254.66.241 icmp_seq=2 Destination Host Unreachable
From 169.254.66.241 icmp_seq=3 Destination Host Unreachable
--- 169.254.1.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 70ms
pipe 3
pi@octopi:~ $ cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.
# Allow users of this group to interact with dhcpcd via the control socket.
#controlgroup wheel
# Inform the DHCP server of our hostname for DDNS.
hostname
# Use the hardware address of the interface for the Client ID.
clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid
# Persist interface configuration when dhcpcd exits.
persistent
# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit
# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Respect the network MTU. This is applied to DHCP routes.
option interface_mtu
# Most distributions have NTP support.
#option ntp_servers
# A ServerID is required by RFC2131.
require dhcp_server_identifier
# Generate SLAAC address using the Hardware Address of the interface
#slaac hwaddr
# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private
# Example static IP configuration:
#interface eth0
#static ip_address=192.168.0.10/24
#static ip6_address=xxx:xxx:caae:d92e::ff/64
#static routers=192.168.0.1
#static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1
# It is possible to fall back to a static IP if DHCP fails:
# define static profile
#profile static_eth0
#static ip_address=192.168.1.23/24
#static routers=192.168.1.1
#static domain_name_servers=192.168.1.1
# fallback to static profile on eth0
#interface eth0
#fallback static_eth0
Display More
Hab jetzt WLAN erstmal wieder aktivert um Zugriff zu haben
pi@octopi:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.66.241 netmask 255.255.0.0 broadcast 169.254.255.255
inet6 xxxx::xxxx:327a:b71c:69a7 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:8a:ad:57 txqueuelen 1000 (Ethernet)
RX packets 3 bytes 1131 (1.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 35 bytes 5735 (5.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Lokale Schleife)
RX packets 2388 bytes 2391302 (2.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2388 bytes 2391302 (2.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.178.44 netmask 255.255.255.0 broadcast 192.168.178.255
inet6 xxxx::xxxx:9e27:8503:566b prefixlen 64 scopeid 0x20<link>
inet6 xxxx:f0:xxxx:ff00:7b31:9c9e:4ef1:a90a prefixlen 64 scopeid 0x0<global>
ether b8:27:eb:df:f8:02 txqueuelen 1000 (Ethernet)
RX packets 1781 bytes 475307 (464.1 KiB)
RX errors 0 dropped 4 overruns 0 frame 0
TX packets 1228 bytes 318629 (311.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Display More
habs den Treiber geblacklistet.
Pi ist nicht mehr erreichbar. Hab mal Monitor und Tastatur angeschlossen.
In der ifconfig steht eine IP Adresse unter eth0 die völlig aus dem Nummerkreis der Fritzbox (192.179.168.XXX).
Dort steht was von 169.254.66.XXX
Hallo,
ich habe ein Netzwerkkabel in mein Pi 3 gesteckt. Doch es ist immer noch auch nach einem Reboot mit dem WLAN verbunden. Ich würde gerne das WLAN nur im Notfall benutzen falls LAN nicht geht.
Was muss ich dafür alles machen? Welche Infos braucht ihr?
pi@ender2:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.XX4.XX8.XX8 netmask 255.255.0.0 broadcast 169.XX4.255.255
inet6 XXXX::XXXX:bd31:9ae3:a1e9 prefixlen 64 scopeid 0x20<link>
ether XX:XX:eb:c9:9d:8c txqueuelen 1000 (Ethernet)
RX packets 5869 bytes 329224 (321.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3913 bytes 1487965 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 27425637 bytes 32941918256 (30.6 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 27425637 bytes 32941918256 (30.6 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.178.68 netmask 255.255.255.0 broadcast 192.168.178.255
inet6 XXXX::XXX:8a7:80e7:f73 prefixlen 64 scopeid 0x20<link>
inet6 XXXX:XX:XXX:ff00:2dba:66ad:e30a:eeb1 prefixlen 64 scopeid 0x0<g lobal>
ether XX:XX:XX:9c:c8:d9 txqueuelen 1000 (Ethernet)
RX packets 2031780 bytes 294748259 (281.0 MiB)
RX errors 0 dropped 42 overruns 0 frame 0
TX packets 176217 bytes 59167290 (56.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Display More
pi@ender2:~ $ lsmod
Module Size Used by
snd_usb_audio 217088 0
snd_hwdep 16384 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 32768 1 snd_usbmidi_lib
uvcvideo 94208 1
snd_seq_device 16384 1 snd_rawmidi
nft_counter 16384 1
xt_DSCP 16384 1
xt_tcpudp 16384 1
nft_compat 20480 2
nf_tables 139264 6 nft_compat,nft_counter
nfnetlink 16384 2 nft_compat,nf_tables
cmac 16384 1
bnep 20480 2
hci_uart 40960 1
btbcm 16384 1 hci_uart
bluetooth 360448 24 hci_uart,bnep,btbcm
ecdh_generic 16384 2 bluetooth
ecc 36864 1 ecdh_generic
8021q 32768 0
garp 16384 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
brcmfmac 319488 0
brcmutil 20480 1 brcmfmac
ch341 16384 0
usbserial 36864 1 ch341
sha256_generic 16384 0
libsha256 20480 1 sha256_generic
raspberrypi_hwmon 16384 0
cfg80211 675840 1 brcmfmac
rfkill 28672 6 bluetooth,cfg80211
bcm2835_codec 36864 0
bcm2835_v4l2 45056 0
v4l2_mem2mem 32768 1 bcm2835_codec
bcm2835_isp 32768 0
bcm2835_mmal_vchiq 28672 3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2
videobuf2_dma_contig 20480 2 bcm2835_isp,bcm2835_codec
videobuf2_vmalloc 16384 7 uvcvideo,bcm2835_v4l2
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_vmalloc
videobuf2_v4l2 28672 5 bcm2835_isp,uvcvideo,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common 57344 6 bcm2835_isp,uvcvideo,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
snd_bcm2835 28672 1
snd_pcm 94208 2 snd_usb_audio,snd_bcm2835
snd_timer 32768 1 snd_pcm
videodev 237568 8 bcm2835_isp,uvcvideo,bcm2835_codec,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
snd 73728 10 snd_hwdep,snd_usb_audio,snd_timer,snd_rawmidi,snd_usbmidi_lib,snd_seq_device,snd_bcm2835,snd_pcm
mc 40960 8 bcm2835_isp,uvcvideo,bcm2835_codec,snd_usb_audio,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2
vc_sm_cma 32768 2 bcm2835_isp,bcm2835_mmal_vchiq
uio_pdrv_genirq 16384 0
uio 20480 1 uio_pdrv_genirq
fixed 16384 0
ip_tables 28672 0
x_tables 32768 4 ip_tables,nft_compat,xt_tcpudp,xt_DSCP
ipv6 458752 42
Display More
pi@ender2:~ $ dmesg | grep -iE 'smsc95|bcm2708'
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=4e9905c1-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 1.436980] bcm2708_fb soc:fb: FB found 1 display(s)
[ 1.455828] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[ 1.523323] usbcore: registered new interface driver smsc95xx
[ 3.668313] smsc95xx v1.0.6
[ 3.761038] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c9:9d:8c
[ 10.738272] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[341413.047032] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[586398.425299] smsc95xx 1-1.1:1.0 eth0: link down
[586402.222663] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[586448.821599] smsc95xx 1-1.1:1.0 eth0: link down
[586479.608278] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Display More
Hmmm, vielen Dank für eure Einschätzung. Besonders an InterGeek
Natürlich habe ich mir ein Backup gezogen welches ich auf einer Testumgebung versuche auf 64bit zu heben.
Auf meinem Pi, laufen mehrere Projekte die alle viele Einstellungen hinter sich haben. Nun sollen noch ein/zwei dazu kommen die aber 64bit erfordern.
Ich werde das System aber neu aufsetzen und dann das Backup daneben legen und alles per Hand nach konfigurieren.
Hallo,
ich möchte ein laufendes System auf 64bit umstellen. Ein neues Aufsetzen kommt nicht in Frage. Ich habe ein Backup der SD-Karte gemacht und dieses auf eine andere SD Karte zurückgespielt. Mit dieser versuche ich nun das CrossGrading.
Ich gehe nach dieser Anleitung vor: https://wiki.debian.org/CrossGrading
Folgende Abweichung zu Anleitung habe ich:
# dpkg --print-architecture
armhf
und bei apt update erhalte ich
N: Das Laden der konfigurierten Datei »main/binary-amd64/Packages« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian buster InRelease« die Architektur »amd64« nicht unterstützt.
N: Das Laden der konfigurierten Datei »contrib/binary-amd64/Packages« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian buster InRelease« die Architektur »amd64« nicht unterstützt.
N: Das Laden der konfigurierten Datei »non-free/binary-amd64/Packages« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian buster InRelease« die Architektur »amd64« nicht unterstützt.
N: Das Laden der konfigurierten Datei »rpi/binary-amd64/Packages« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian buster InRelease« die Architektur »amd64« nicht unterstützt.
Da ich beim update nicht weiter komme kann ich auch diese alternative Anleitung nicht verwenden: https://askubuntu.com/question…g-64-bit-ubuntu-server-18
Hier noch ein paar Infos
uname -a
Linux NewPiHole 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
Hardware: Raspberry Pi 3 Model B Rev 1.2
Mir geht es um ein vollwertiges upgrade. Kein arm_64bit=1 in der /boot/config.txt
Any tips?
Gruß
Ich habe eben einen Hotfix fuer Dich auf github erstellt. Die Datei musst Du downloaden und in /usr/local/bin kopieren. Dann solltest Du die Fehlermeldung nicht mehr bekommen
Moin, wurde dieser HotFix in einem Update gefixed? Ich habe genau die identische Fehlermeldung.
meine fstab:
192.168.178.58:/volume1/Backup/Raspberry/PiHole /mnt/NAS nfs timeo=14,intr,noauto,x-systemd.automount 0 0
EDIT:
mit diesen Eintrag in der Synology konnte ich den Fehler beheben
Mein Problem ist, dass der Eintrag in der fstab nach einem Neustart verschwindet.
also ich gebe sudo nano /etc/fstab ein,
füge folgende Zeile hinzu:
tmpfs /tmp tmpfs rw,nodev,nosuid,size=5G 0 0 Die Leerzeichen sind mit TAB eingegeben. Am Ende ein Zeilenumbruch.
Speichern. Wenn ich wieder in die fstab gehe, ist der Eintrag auch noch da.
Mit sudo mount -a kann ich auch erfolgreich "mounten". Gegenprobe mit df -h. Soweit so gut.
Wenn ich nun die Diskstation neustarte ist der Eintrag weg.
Moin,
hast du ne Lösung gefunden?
LG
Das heißt?
Was genau hast du gemacht? Wie stelle ich das fest?
Kann man nicht in der RasPi-Software mehrere Bluetooth-Geräte ansteuern?
Gute Frage? Wie hast Du es gelöst?
Gibt es denn RecalboxOS denn nun auch schon für den RPi?
Haben die wörtlich Kodi drauf, oder openelec?
Hallo,
Ich habe ein R3 und zum warm werden vorerst nur openelec drauf. Dort werden noch ein paar kleinere Projekte implementiert.
Nun habe noch eine Image auf Rasbian Basis die ich gerne nutzen möchte. Klar ich könnte einfach die SD wechseln je nachdem was ich nutzen möchte, aber ich möchte alles gerne parallel laufen lassen.
Beispiel: openelec mit Kodi für den TV, auslesen des Stromzähler, ein 24/7 Linux System, etc.
Ich weiß das ich mehrere OS betreiben kann und beim starten auswählen kann welches gestartet werden soll, ich möchte die aber zeitgleich parallel betreiben.
Ist das möglich?
Gruß
Klasse. Mehr Fotos bitte
Im Party Modus kommt es immer gut wenn der Strobo Effekt passend zur Musik taktet. Realisieren könnte man es über das Handy oder ein Mic Modul.
Aber vom Prinzip her brauche ich dann ja nur meine SD Karte in den neuen Pi stecken, oder?
Sämtliche Bibliotheken, Plugins, Einstellungen, Netzwerkpfade, etc...
Würdest du an deinem Handy auch einfach mal so ein Werksreset machen und alles neu einrichten? [emoji6]