Weka_1

Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • 16. August 2020 at 6:11 #49563

    SSD BOOT
    Is this video any use to you? It helped me get my PI to boot from ssd.

    pi@max2play:~ $ lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 223.6G 0 disk
    ├─sda1 8:1 0 41.8M 0 part /media/usb0
    └─sda2 8:2 0 223.5G 0 part /media/usb1

    Or maybe you are trying to increase the size of the sda1 area? Cheers

    • This reply was modified 3 years, 8 months ago by Weka_1.
    25. Januar 2019 at 19:58 #44185

    Hi , as Heiner said. Connect a tv to the hdmi port then remove the power lead and replug and see what happens on the tv. Cheers

    24. Januar 2019 at 0:04 #44108

    thats excellent well done.

    23. Januar 2019 at 13:23 #44070

    Ok no worries. I paid my money for the year so was determined to make it work. All the best.

    23. Januar 2019 at 10:03 #44046

    Its not easy. But once you get it going it works great. Hang in there. I have a Hifiberry Amp2 card. I would be happy to help you on Skype if you like. I spent many days trying to get a sound out of it.

    23. Januar 2019 at 1:49 #44044

    Hi, I have a similar setup with the AMP2. I would bet that the Apache2 service has stopped running, in linux. This is a linux webserver. Which allows your page to „appear“. To see what is going on it is very handy to log into the pi with SSH from another machine. Then you can run some commands to see what services are running. Or simply start Apache2 with this command
    sudo service apache2 start

    My problems with Apache2 stopping, were from my memory card being too slow (you can test them with Linux commands). I recently got a Samsung EVO Plus 32GB which has made the whole pi work much better. Apache2 starts every time.

    17. Januar 2019 at 13:29 #43803

    Thanks for that. I was always using the drop down box instead of editing the command line. My new samsung evo card has made a very big difference. The whole unit is running much better and the Apache2 non starting problem has been fixed 100 percent. Amazing. Cant wait to try running Kodi again to see if its much faster.

    15. Januar 2019 at 23:49 #43700

    [SOLVED] Brilliant work Heiner. I lost all function. Now its working. But what should I choose in the:

    Soundcard Select Audio Output Drop down box?

    https://flic.kr/p/S5A3zq

    • This reply was modified 5 years, 3 months ago by Weka_1.
    15. Januar 2019 at 2:28 #43644

    Is it possible to post a picture? How do you do it. I am trying from Flickr with the image buttons. But can’t get it to work. Thanks

    14. Januar 2019 at 5:39 #43567

    Someone suggested that the memory card that I was using was too slow. I found another that is working quicker. After a few tests it
    is definitely much better. Apache2 is restarting almost every time.

    I will try to get an even better card and see what happens from there.

    Max2play didnt supply my original card.

    I was using one of my own.

    13. Januar 2019 at 6:11 #43563

    Another soft reboot and can’t access Max2Play web interface
    root@max2play:/etc/default# service –status-all
    [ – ] alsa-utils
    [ + ] apache-htcacheclean
    [ – ] apache2
    [ + ] avahi-daemon
    [ + ] bluetooth
    [ – ] console-setup.sh
    [ + ] cron
    [ + ] dbus
    [ – ] dhcpcd
    [ – ] dnsmasq
    [ + ] dphys-swapfile
    [ + ] fake-hwclock
    [ ? ] gmediarender
    [ + ] hd-idle
    [ + ] hddtemp
    [ + ] hostapd
    [ – ] hwclock.sh
    [ + ] ifplugd
    [ ? ] init-ympd
    [ – ] keyboard-setup.sh
    [ + ] kmod
    [ ? ] librespot
    [ + ] lightdm
    [ + ] lircd
    [ + ] lircmd
    [ + ] lm-sensors
    [ + ] logitechmediaserver
    [ + ] minidlna
    [ – ] mpd
    [ + ] networking
    [ – ] nfs-common
    [ – ] nmbd
    [ – ] paxctld
    [ – ] plymouth
    [ – ] plymouth-log
    [ + ] procps
    [ + ] raspi-config
    [ – ] rpcbind
    [ – ] rsync
    [ + ] rsyslog
    [ – ] samba
    [ – ] samba-ad-dc
    [ ? ] shairport
    [ + ] shellinabox
    [ – ] smbd
    [ ? ] squeezelite
    [ + ] ssh
    [ – ] sudo
    [ + ] triggerhappy
    [ + ] udev
    [ – ] x11-common

    Apache2 not running. But why did it not restart?

    12. Januar 2019 at 5:31 #43547

    Hi,
    I believe I have found a partial solution to my own problem.

    When I had ssh running on my macbook and checking running processes. I could see Apache2 webserver had stopped after a reboot.

    When I start Apache2 via SSH. I can immediately login as normal.

    11. Januar 2019 at 0:44 #43434

    I have the same problem after one reboot. Through the tv i can see the linux desktop is running perfectly. But i can’t login or use
    SSH to open the interface. If i cut the power completely for at least 10 seconds this usually allows me to login after I restart it. My questions are:

    How to check if the Max2Play process is running?

    Where is it in the linux file system?

    How to start it?

    TIA

    • This reply was modified 5 years, 3 months ago by Weka_1.
    10. Januar 2019 at 7:12 #43360

    [SOLVED] thanks for your help and comments. Now its working. The fstab file was messed up and also I didnt have the file path correct for my samba share.
    //192.168.1.254/samba/Western_Digital-10583032_usb1_1/Music

    • This reply was modified 5 years, 3 months ago by Weka_1.
    10. Januar 2019 at 6:21 #43358

    Ok brilliant. Just adjusting my path to my music files now. This Nano editor is killing me…:( first time I seen it.

    10. Januar 2019 at 4:53 #43355

    //192.168.1.254 /mnt/share cifs user=name,password=pass,sec=ntlm,iocharset=utf8,vers=1.0 cifs user=samba,password=12345678,sec=ntlm,iocharset=utf8,vers=1.0

    The debug info is the same as the critical lines in my fstab file. The info is doubled up?

    • This reply was modified 5 years, 3 months ago by Weka_1.
    10. Januar 2019 at 4:41 #43351

    ok thanks. ssh is working great. catching up on linux commands at the moment. will check fstab. Please how to start max2play from the linux gui? Where is it installed?

    Ok its definitely definitely definitely not mounted

    yes problem is in that fstab file. No password is there. I am trying to copy paste it. But cant yet.

    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    9. Januar 2019 at 2:20 #43281

    https://youtu.be/C8Vd2pNgK9M

    Hi, click the link above, when my pi reboots I could see that on the text. The share was found but it was unable to accept my password. Am I correct in this? I got the remote control going and am easily able to follow any commands. I put all those ones through and made new directories mnt/share.

    Now I wonder what to do.

    • This reply was modified 5 years, 3 months ago by Weka_1.
    7. Januar 2019 at 21:53 #43219

    [SOLVED]

    Hi, thanks for the reply. My Max2Play is: 2.47 and Pi 3B+

    Just tried again:

    Shellinabox install started
    Installation started – This Messages refreshes every 3 seconds to show current installation status. When finished this message disappears.

    2019-01-08 09:10:17|
    Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
    Get:2 http://mirrordirector.raspbian.org/raspbian stretch InRelease [15.0 kB]
    Fetched 15.0 kB in 1s (7,543 B/s)
    Reading package lists…
    Reading package lists…
    Building dependency tree…
    Reading state information…
    You might want to run ‚apt –fix-broken install‘ to correct these.
    The following packages have unmet dependencies:
    apache2 : Depends: apache2-bin (= 2.4.25-3+deb9u6) but 2.4.25-3+deb9u5 is to be installed
    Depends: apache2-utils (= 2.4.25-3+deb9u6) but 2.4.25-3+deb9u5 is to be installed
    Depends: apache2-data (= 2.4.25-3+deb9u6) but 2.4.25-3+deb9u5 is to be installed
    Finished – ShellInABox is now Available!
    Click here to reload Page

    successfully added to autostart

    Got it working now. (I am no linux tech, so excuse me) started xterm and tried „apt –fix-broken install“ after failing to
    install putty-tools and getting the same message. Then i got putty-tools installed and tried again with remote tools and now working perfectly. Thanks for your help.

    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    6. Januar 2019 at 9:54 #43177

    hey no its fine i appreciate the help. ok. i will try that.

    6. Januar 2019 at 9:27 #43171

    Hi ,
    the router address / samba share is 192.168.1.254 i am sure of that. But you are right about the share name
    I got rid of the share. and i can see it loading up when i reboot and read the text. So I am making some progress. Now it it gives me this error:
    mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    Mountpoint NOT added! Please refer to the description below!

    The 12345678 is my password for the samba share.

    Ok boom I havent made those directories or made those permissions. Let me try that. Thanks for your help

    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    • This reply was modified 5 years, 3 months ago by Weka_1.
    5. Januar 2019 at 4:32 #43164

    Heiner, first thanks for you hard work. I like max2play but I seem to take a while to get things working. The web interface problem is easier. I can always log in. But I need to do a hard reset after a reset from the webpage. Before the web login seems to work. I do have some other questions though. Thanks

    • This reply was modified 5 years, 3 months ago by Weka_1.
    5. Januar 2019 at 1:11 #43163

    Hi thanks for the reply. On this router the samba share has the same address as the router. My macbook can see it on the network as: smb:192.168.1.254 maybe i can try that? I have tried this many times several times over and cant get it to work. Must be doing something silly somewhere….

Viewing 23 posts - 1 through 23 (of 23 total)