Raspberry pie 3B+

Raspberry Pi related support

Re: Raspberry pie 3B+

Postby andre_chang » 06 Feb 2019, 16:24

Hi janui:
This is the command output plugged in wifi-dog & LAN:
Attachments
wlan1.service.png
wlan1.service.png (63.32 KiB) Viewed 1103 times
wifi+lan.png
wifi+lan.png (49.28 KiB) Viewed 1103 times
andre_chang
 
Posts: 84
Joined: 01 Feb 2016, 13:27

Re: Raspberry pie 3B+

Postby janui » 06 Feb 2019, 16:42

Great andre_chang,
Try:
Code: Select all
systemctl status netctl-auto@wlan1.service
systemctl stop netctl-auto@wlan1.service
systemctl disable netctl-auto@wlan1.service
systemctl status netctl-auto@wlan1.service
Reboot. Then:
Code: Select all
rm /etc/systemd/system/multi-user.target.wants/netctl-auto@wlan1.service
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: Raspberry pie 3B+

Postby andre_chang » 06 Feb 2019, 17:09

janui wrote:Great andre_chang,
Try:
Code: Select all
systemctl status netctl-auto@wlan1.service
systemctl stop netctl-auto@wlan1.service
systemctl disable netctl-auto@wlan1.service
systemctl status netctl-auto@wlan1.service
Reboot. Then:
Code: Select all
rm /etc/systemd/system/multi-user.target.wants/netctl-auto@wlan1.service
janui


Hi rune-god janui:

At last it succeeded!

Thank you very much!

I put settings - > Local browser (Start a local browser on HDMI or TFT) "OFF"

The HDMI screen does not appear RUNE LOGO.. Starting... image after booting. Can it appear?

Andre
Attachments
starting.jpg
starting.jpg (31.58 KiB) Viewed 1096 times
2019_02_06_23_52_IMG_4351.JPG
2019_02_06_23_52_IMG_4351.JPG (64.75 KiB) Viewed 1096 times
andre_chang
 
Posts: 84
Joined: 01 Feb 2016, 13:27

Re: Raspberry pie 3B+

Postby janui » 07 Feb 2019, 15:29

Hi andre_chang,
andre_chang wrote:...The HDMI screen does not appear RUNE LOGO.. Starting... image after booting. Can it appear?...
Yes, but only for the startup screen, not the shutting down screen. Use this:
Code: Select all
systemctl enable bootsplash
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: Raspberry pie 3B+

Postby andre_chang » 07 Feb 2019, 16:37

Hi janui:
I just tried to install Rune 0.5 on a 2.5 inch hard disk. Let Rune boot from the USB hard disk.
Gitpull finds that you seem to have fixed wlan1's problem. Right?

Install Rune on a 2.5-inch USB hard disk and find that the countdown of 1 minute and 30 seconds will also appear in half of the system: A start job is running for dev-sda1. device (1 minute and 30 seconds)
Can you find the reason?

Tools: PI3B+ & 2.5"-USB-HDD & WIFI-DOG

Andre
Attachments
dev-sda1.device.jpg
dev-sda1.device.jpg (59.27 KiB) Viewed 1044 times
cmdline.txt.png
cmdline.txt.png (8.75 KiB) Viewed 1044 times
fstab.png
fstab.png (14.88 KiB) Viewed 1044 times
andre_chang
 
Posts: 84
Joined: 01 Feb 2016, 13:27

Re: Raspberry pie 3B+

Postby janui » 08 Feb 2019, 12:07

Hi andre_chang,
I have no idea, but it looks very similar to your previous problem with wlan1.
But first, has Rune booted successfully from the USB hard disk? And can you access the UI via the network?
For the problem please post the output of:
Code: Select all
find / -name *wlan1.service
And
Code: Select all
dir -l /etc/systemd/system/multi-user.target.wants/
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: Raspberry pie 3B+

Postby andre_chang » 08 Feb 2019, 12:28

HI janui:

Rune can be booted from usb-hdd. It can also be browsed and operated through the network.

Yes, the symptoms seem to be the same as WLAN 1...

Andre
Attachments
dir.png
dir.png (64.6 KiB) Viewed 1001 times
andre_chang
 
Posts: 84
Joined: 01 Feb 2016, 13:27

Re: Raspberry pie 3B+

Postby janui » 08 Feb 2019, 17:38

Hi andre_chang,
Neat that it boots from a USB hard disk. You will need to set up the partitions correctly on this to make it useful.
Sorry, I made a mistake in my last post. Could you post the output of this:
Code: Select all
find / -name *sda1.service
And this:
Code: Select all
find / -name *sda1.*
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: Raspberry pie 3B+

Postby andre_chang » 08 Feb 2019, 17:59

janui wrote:Hi andre_chang,
Neat that it boots from a USB hard disk. You will need to set up the partitions correctly on this to make it useful.
Sorry, I made a mistake in my last post. Could you post the output of this:
Code: Select all
find / -name *sda1.service
And this:
Code: Select all
find / -name *sda1.*
janui


Hi janui:
Ask me how to set it up.
Thank you

Andre
Attachments
sda1.png
sda1.png (15.81 KiB) Viewed 969 times
andre_chang
 
Posts: 84
Joined: 01 Feb 2016, 13:27

Re: Raspberry pie 3B+

Postby janui » 09 Feb 2019, 11:49

HI andre_chang,
Lets first try to solve the 'dev-sda1.device' message first. I found this: https://raspberrypi.stackexchange.com/q ... ted-to-hub The article title is a little off topic, but it does descibe how to define the 'root=...' in 'cmdline.txt' for a USB HHD. The way I suggested, which you have implemented, appears to be incorrect.
This seems to be the correct format:
Code: Select all
root=PARTUUID=<partuuid> rootfstype=ext4
This also specifies the root file system as 'ext4'. You will need to determine the value of <partuuid> with this command:
Code: Select all
blkid /dev/sda2
The resulting 'cmdline.txt' should start something like this:
root=PARTUUID=00005f47-02 rootfstype=ext4 rw rootwait console=...
You would replace '00005f47-02' with your value.
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 8 guests