As a further comment to Kent's reply if you have added playlists and albums to your favourites in the Qobuz app They should appear in the Favourites section of the Moode UPNP-mediaserver in Bubble.yes, all of this was done and now checked a second time - still no sound...
I will send you the log file via email...
Boardy
Sorry replied to wrong message, combination of Tapatalk and fat fingers.
Last edited:
I also, thank you for any info. I already talked to Tim and he told me to wait for 4.0. I am not good with linux so
i can*t have it. 🙁
i can*t have it. 🙁
As I am not very much into Linux, I ´ll wait for an integration into Dietpi. But I have one question.
Are soundchecks advanced kernels still available?
(If I would try to set Moode up with the cookbook?)
Heiner
Are soundchecks advanced kernels still available?
(If I would try to set Moode up with the cookbook?)
Heiner
my config is 3.8.4 on pi3 with piano 2.1 dual mono working ok till yesterday.
i don't know what i did today, but found no sound from the right channel.
i recall there were some convo about piano 2.1 but failed to search the past posts.
wanted to try from the scratch, that's why am looking for the 3.8.4 image.
i don't know what i did today, but found no sound from the right channel.
i recall there were some convo about piano 2.1 but failed to search the past posts.
wanted to try from the scratch, that's why am looking for the 3.8.4 image.
my config is 3.8.4 on pi3 with piano 2.1 dual mono working ok till yesterday.
i don't know what i did today, but found no sound from the right channel.
i recall there were some convo about piano 2.1 but failed to search the past posts.
wanted to try from the scratch, that's why am looking for the 3.8.4 image.
Usually a complete power-down will clear this problem.
it worked. the power down magic.Usually a complete power-down will clear this problem.
thank you
So latest stable version, 3.8.4 not available anymore??
Is it correct there aren't advanced kernels anymore (Moode 4)?
Is it correct there aren't advanced kernels anymore (Moode 4)?
So latest stable version, 3.8.4 not available anymore??
Is it correct there aren't advanced kernels anymore (Moode 4)?
That's correct.
I had no end of trouble with the advanced kernels in the Stretch-based Moode 4 betas. They wouldn't reliably play FLAC files from my NAS on my Pi Zero W, with repeated sound dropouts. Standard kernel is fine.
A shame, as the RT kernel sounded best to my ears on 3.8.4.
Phil
Trying to create a Mac share in order to update the USB disc that the Pi uses
smb://moode/USB/Seagate500/ it no longer recognises/offers that USB share
smb://moode/USB/ isn't recognised either. Is it me doing something wrong? Or the new Linux base. I am using Beta 8 and tried Beta 7 too.
smb://moode/USB/Seagate500/ it no longer recognises/offers that USB share
smb://moode/USB/ isn't recognised either. Is it me doing something wrong? Or the new Linux base. I am using Beta 8 and tried Beta 7 too.
Trying to create a Mac share in order to update the USB disc that the Pi uses
smb://moode/USB/Seagate500/ it no longer recognises/offers that USB share
smb://moode/USB/ isn't recognised either. Is it me doing something wrong? Or the new Linux base. I am using Beta 8 and tried Beta 7 too.
@aBrianH
USB is not the share name. It's the mount point and is elided from the share name. Try smb://moode/Seagate500
I have two moOde players on my LAN at the moment, named moode-rpi2b and moode-rpi3b. moode-rpi3b, running r40b8, has mounted a USB thumbdrive named "CorePlus" and a USB hard drive named "My Passport". moode-rpi2b is running r40b7 and has no external drive mounted. I also have an odroid-HC1 named omv-hc1 running OpenMediaVault with no share mounted. [edited to get the hostnames right]
Here's what smbtree reports when I run it on a Linux Mint laptop:
Code:
kreed@T520 ~ $ smbtree
Enter kreed's password:
WORKGROUP
\\OMV-HC1 omv-hc1 server
\\MOODE-RPI3B moOde SMB Server
\\MOODE-RPI3B\IPC$ IPC Service (moOde SMB Server)
\\MOODE-RPI3B\My Passport
\\MOODE-RPI3B\CorePlus
\\MOODE-RPI3B\boot
\\MOODE-RPI3B\SDCARD SDCARD Storage
\\MOODE-RPI3B\RADIO RADIO Stations
\\MOODE-RPI3B\NAS NAS Shares
\\MOODE-RPI2B moOde SMB Server
\\MOODE-RPI2B\IPC$ IPC Service (moOde SMB Server)
\\MOODE-RPI2B\boot
\\MOODE-RPI2B\SDCARD SDCARD Storage
\\MOODE-RPI2B\RADIO RADIO Stations
\\MOODE-RPI2B\NAS NAS Shares
Cute trick: Firefox, unlike Chrome, accepts "smb://moode-rpi3b/" as a URL and returns a list of the shares on moode-rpi3b.
Regards,
Kent
Last edited:
Hi,
when I click on "System Info" from the menu, I get:
The file is there but not executable.
when I click on "System Info" from the menu, I get:
Code:
sudo: /var/www/command/sysinfo.sh: command not found
The file is there but not executable.
Code:
pi@moode:~ $ ls -al /var/www/command/
total 89
drwxr-xr-x 2 root root 202 Nov 12 10:25 .
drwxr-xr-x 11 root root 1491 Nov 12 10:25 ..
-rw-r--r-- 1 root root 8057 Nov 12 10:25 bt.sh
-rwxr-xr-x 1 root root 1700 Nov 12 10:25 index.php
-rwxr-xr-x 1 root root 930 Nov 12 10:25 lcdup.sh
-rwxr-xr-x 1 root root 9195 Nov 12 10:25 moode.php
-rwxr-xr-x 1 root root 3158 Nov 12 10:25 resizefs.sh
-rwxr-xr-x 1 root root 1907 Nov 12 10:25 rotvol.sh
-rw-r--r-- 1 root root 14849 Nov 12 10:25 sysinfo.sh
-rwxr-xr-x 1 root root 1067 Nov 12 10:25 updater.sh
-rwxr-xr-x 1 root root 8964 Nov 12 10:25 util.sh
-rwxr-xr-x 1 root root 1480 Nov 12 10:25 watchdog.sh
-rwxr-xr-x 1 root root 37099 Nov 12 10:25 worker.php
Hi,
when I click on "System Info" from the menu, I get:
Code:sudo: /var/www/command/sysinfo.sh: command not found
The file is there but not executable.
Code:pi@moode:~ $ ls -al /var/www/command/ total 89 drwxr-xr-x 2 root root 202 Nov 12 10:25 . drwxr-xr-x 11 root root 1491 Nov 12 10:25 .. -rw-r--r-- 1 root root 8057 Nov 12 10:25 bt.sh -rwxr-xr-x 1 root root 1700 Nov 12 10:25 index.php -rwxr-xr-x 1 root root 930 Nov 12 10:25 lcdup.sh -rwxr-xr-x 1 root root 9195 Nov 12 10:25 moode.php -rwxr-xr-x 1 root root 3158 Nov 12 10:25 resizefs.sh -rwxr-xr-x 1 root root 1907 Nov 12 10:25 rotvol.sh -rw-r--r-- 1 root root 14849 Nov 12 10:25 sysinfo.sh -rwxr-xr-x 1 root root 1067 Nov 12 10:25 updater.sh -rwxr-xr-x 1 root root 8964 Nov 12 10:25 util.sh -rwxr-xr-x 1 root root 1480 Nov 12 10:25 watchdog.sh -rwxr-xr-x 1 root root 37099 Nov 12 10:25 worker.php
Curious. It's executable on my r40b7 and r40b8 installs.
Regards,
Kent
Curious. It's executable on my r40b7 and r40b8 installs.
Regards,
Kent
Redownloaded the Sources. It's not executable in the source files. Did I forgot some step or is this on purpose?
I'm busy building another image but am constantly getting the following error where some of the packages cannot be found. Some of the packages do install however.
"E: Failed to fetch 404 Not Found 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
Can anyone explain why this would be happening? I get the impression that some of the mirror sites may be down but am guessing here.
How does one resolve this?
Thanks
"E: Failed to fetch 404 Not Found 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
Can anyone explain why this would be happening? I get the impression that some of the mirror sites may be down but am guessing here.
How does one resolve this?
Thanks
Hi
Successfully installed Moode 4 on Pi3 following instructions in Build Recipe v1.6.
I did all steps, including Kernel Update.
My digital chain:
Pi3 -> SPDIF converter Berkeley Alpha Usb -> Adcom multibit DAC.
I need help with strange thing:
Music stops after 30 seconds or so everytime I start playing.
/var/log/syslog shows:
Is it driver or kernel issue?
What can I try to do with that?
Successfully installed Moode 4 on Pi3 following instructions in Build Recipe v1.6.
I did all steps, including Kernel Update.
My digital chain:
Pi3 -> SPDIF converter Berkeley Alpha Usb -> Adcom multibit DAC.
I need help with strange thing:
Music stops after 30 seconds or so everytime I start playing.
/var/log/syslog shows:
Code:
Nov 12 16:19:12 moode systemd[1]: Started Music Player Daemon.
Nov 12 16:19:40 moode kernel: [ 701.563005] usb 1-1.5: USB disconnect, device number 5
Nov 12 16:19:40 moode kernel: [ 701.861451] usb 1-1.5: new high-speed USB device number 6 using dwc_otg
Nov 12 16:19:40 moode kernel: [ 701.992178] usb 1-1.5: New USB device found, idVendor=21b4, idProduct=0260
Nov 12 16:19:40 moode kernel: [ 701.992186] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 12 16:19:40 moode kernel: [ 701.992191] usb 1-1.5: Product: Alpha USB Digital Output
Nov 12 16:19:40 moode kernel: [ 701.992195] usb 1-1.5: Manufacturer: Berkeley Audio Design
Nov 12 16:19:40 moode kernel: [ 701.992198] usb 1-1.5: SerialNumber: Streamlength(tm)
Nov 12 16:19:40 moode mtp-probe: checking bus 1, device 6: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Nov 12 16:19:40 moode mtp-probe: bus: 1, device: 6 was not an MTP device
Nov 12 16:19:40 moode systemd[1]: Stopping Music Player Daemon...
Nov 12 16:19:40 moode systemd[1]: Stopped Music Player Daemon.
Nov 12 16:19:40 moode systemd[1]: Started Music Player Daemon.
Nov 12 16:20:44 moode kernel: [ 766.331091] usb 1-1.5: USB disconnect, device number 6
Nov 12 16:20:45 moode kernel: [ 766.641379] usb 1-1.5: new high-speed USB device number 7 using dwc_otg
Nov 12 16:20:45 moode kernel: [ 766.772236] usb 1-1.5: New USB device found, idVendor=21b4, idProduct=0260
Nov 12 16:20:45 moode kernel: [ 766.772245] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 12 16:20:45 moode kernel: [ 766.772249] usb 1-1.5: Product: Alpha USB Digital Output
Nov 12 16:20:45 moode kernel: [ 766.772253] usb 1-1.5: Manufacturer: Berkeley Audio Design
Nov 12 16:20:45 moode kernel: [ 766.772257] usb 1-1.5: SerialNumber: Streamlength(tm)
Nov 12 16:20:45 moode mtp-probe: checking bus 1, device 7: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Nov 12 16:20:45 moode mtp-probe: bus: 1, device: 7 was not an MTP device
Nov 12 16:20:45 moode systemd[1]: Stopping Music Player Daemon...
Nov 12 16:20:45 moode systemd[1]: Stopped Music Player Daemon.
Nov 12 16:20:45 moode systemd[1]: Started Music Player Daemon.
Nov 12 16:21:48 moode kernel: [ 829.563076] usb 1-1.5: USB disconnect, device number 7
Nov 12 16:21:48 moode kernel: [ 829.861335] usb 1-1.5: new high-speed USB device number 8 using dwc_otg
Nov 12 16:21:48 moode kernel: [ 829.992036] usb 1-1.5: New USB device found, idVendor=21b4, idProduct=0260
Nov 12 16:21:48 moode kernel: [ 829.992045] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 12 16:21:48 moode kernel: [ 829.992049] usb 1-1.5: Product: Alpha USB Digital Output
Nov 12 16:21:48 moode kernel: [ 829.992053] usb 1-1.5: Manufacturer: Berkeley Audio Design
Nov 12 16:21:48 moode kernel: [ 829.992057] usb 1-1.5: SerialNumber: Streamlength(tm)
Nov 12 16:21:48 moode mtp-probe: checking bus 1, device 8: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Nov 12 16:21:48 moode mtp-probe: bus: 1, device: 8 was not an MTP device
Nov 12 16:21:48 moode systemd[1]: Stopping Music Player Daemon...
Nov 12 16:21:48 moode systemd[1]: Stopped Music Player Daemon.
Nov 12 16:21:48 moode systemd[1]: Started Music Player Daemon.
What can I try to do with that?
@aBrianH
USB is not the share name. It's the mount point and is elided from the share name. Try smb://moode/Seagate500
I have two moOde players on my LAN at the moment, named moode-rpi2b and moode-rpi3b. moode-rpi3b, running r40b8, has mounted a USB thumbdrive named "CorePlus" and a USB hard drive named "My Passport". moode-rpi2b is running r40b7 and has no external drive mounted. I also have an odroid-HC1 named omv-hc1 running OpenMediaVault with no share mounted. [edited to get the hostnames right]
Here's what smbtree reports when I run it on a Linux Mint laptop:
Code:kreed@T520 ~ $ smbtree Enter kreed's password: WORKGROUP \\OMV-HC1 omv-hc1 server \\MOODE-RPI3B moOde SMB Server \\MOODE-RPI3B\IPC$ IPC Service (moOde SMB Server) \\MOODE-RPI3B\My Passport \\MOODE-RPI3B\CorePlus \\MOODE-RPI3B\boot \\MOODE-RPI3B\SDCARD SDCARD Storage \\MOODE-RPI3B\RADIO RADIO Stations \\MOODE-RPI3B\NAS NAS Shares \\MOODE-RPI2B moOde SMB Server \\MOODE-RPI2B\IPC$ IPC Service (moOde SMB Server) \\MOODE-RPI2B\boot \\MOODE-RPI2B\SDCARD SDCARD Storage \\MOODE-RPI2B\RADIO RADIO Stations \\MOODE-RPI2B\NAS NAS Shares
Cute trick: Firefox, unlike Chrome, accepts "smb://moode-rpi3b/" as a URL and returns a list of the shares on moode-rpi3b.
Regards,
Kent
Kent
Brilliant. Much appreciated.
BrianH
Redownloaded the Sources. It's not executable in the source files. Did I forgot some step or is this on purpose?
Have a look at STEP 9
-Tim
I'm busy building another image but am constantly getting the following error where some of the packages cannot be found. Some of the packages do install however.
"E: Failed to fetch 404 Not Found 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
Can anyone explain why this would be happening? I get the impression that some of the mirror sites may be down but am guessing here.
How does one resolve this?
Thanks
Wait until the sites are available again or backup your SD Card to a .img file and install that on other SD Cards. Have a look at moOde Setup Guide for explanation of how to use the moodecfg.txt file to automatically change names at first boot.
-Tim
- Home
- Source & Line
- PC Based
- Moode Audio Player for Raspberry Pi