Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-13 Thread paul-

If I had to guess,  you ran out of disk space the first time you tried
to install it.But good deal that it’s working.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-13 Thread kowloonside

paul- wrote: 
> Well that is an issue.   When you have a GPT partition,  we need to use
> fdisk from util-linux.
> 
> From your post,  it seems we are missing a dependency to readline.  I’ll
> have to take a look at that.
> 
> If you use a MBR when you format, and remove util-linux,  it should
> work.

Based on your advice, I deleted util-linux and rebooted. Then in the
disk mount section, I saw the message that said something like "A device
with GPT partition is found. You need to install util-linux to use it."
So I re-installed util-linux.

And NOW for the first time my USB disk was available to select and
mount! It is still partitioned as GPT / FAT32 (just as before) and
util-linux is installed (just as before)...but something apparently
clicked this time.

Appreciate the help along this winding path.



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-13 Thread paul-

Well that is an issue.   When you have a GPT partition,  we need to use
fdisk from util-linux.

>From your post,  it seems we are missing a dependency to readline.  I’ll
have to take a look at that.

If you use a MBR when you format, and remove util-linux,  it should
work.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-13 Thread Man in a van


@KOWLOONSIDE
I see from your previous posting that you have had several problems.

Would you mind posting your set-up details ?

Which Mac OS are you using for image download and install, which
raspberrypi version, which power supply for the pi, which sd card is in
the raspberrypi, is the usb stick a new purchase, have you checked if it
is a fake or not ? 

Here are a few more suggestions, based on the usb stick not being a fake
and no current  details of your set up.  Fell free to ignore them :):)

Download the SD Card Formatter 

https://www.sdcard.org/downloads/formatter/

and use it to format the micro SD card (use the overwrite format, this
will take a while depending on the card size).

Then repeat the process on the usb stick, again; use the overwrite
format (this will take an even longer period of time)


Delete your current pCP image and download a fresh one, use the standard
32 bit.

Unzip the image and use the Raspberrypi Image Tool  

https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/

to make the image, there are guides on the web on how to use it

Assemble the raspberrypi with the usb stick insitu before powering it
on.

When you you resize the file system make it at least 2gb

I hope this is helpful

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread Greg Erskine


Hi kowloonside,

I can't really offer a solution but when I was having a look at your
issue, I stumbled across a different version of fdisk. I guess one of
the "additional" extensions to handle USB disks loads another version of
fdisk.

To force fdisk to use the busybox version, type:


Code:

$ busybox fdisk -l



Hopefully this message has made things clearer, not more confusing...

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread kowloonside


paul- wrote: 
> I was recommending ext4 formatted directly using pCP.  That would at
> least rule out hardware issues.
> 
> fdisk and mkfs.ext4 are the only commands you need.  Should be easy to
> google that, but I can add explicit instructions later if needed.

Apologies, I am pretty new to this. Took your suggestion and tried some
new searches. Figured out how to ssh into the pCP from command line but
as soon as I tried to use fdisk, I ran into an error:


Code:

tc@Magna-Mano:~$ fdisk -l
  fdisk: error while loading shared libraries: libreadline.so.8: cannot open 
shared object file: No such file or directory



Maybe that was not even the correct first step? Definitely appreciate
your assistance!



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread paul-


I was recommending ext4 formatted directly using pCP.  That would at
least rule out hardware issues.

fdisk and mkfs.ext4 are the only commands you need.  Should be easy to
google that, but I can add explicit instructions later if needed.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread kowloonside


Man in a van wrote: 
> Here is a sugestion; 
> when you formatted the stick on a Mac, which partition table did you
> choose, MBR or GUID ?
> 
> Try a reformat using the one you did not choose, add just a couple of
> albums to the disk and try again on pCP
> 
> ronnie

Good thought, but it still didn't make a difference in this case (was
MBR the first time, tried GUID after your suggestion).

If it is just the case that "sometimes USB disks just don't mount if
they aren't using a native Linux filesystem and there's nothing to be
done", I'll just have to accept it. But given all the additional
filesystem extensions and the fact that I don't see a lot of claims
online about how finicky usb disks can be...it feels like there must be
a solution that is just out of reach somehow. Argh.



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread Man in a van


kowloonside wrote: 
> Thanks for the suggestion. For now, I only have MacOS machines available
> to me and my understanding is there isn't really a way to format the
> disk to EXT4 (and still have read/write access to update the files I
> store on it).
> 
> Understanding that ExFAT isn't native to Linux, but that the userspace
> drivers installed via the file system extensions in PCP (per my
> understanding) are designed to allow them to be used, are you saying
> that this is not always a solution that can be relied on?


Here is a sugestion; 
when you formatted the stick on a Mac, which partition table did you
choose, MBR or GUID ?

Try a reformat using the one you did not choose, add just a couple of
albums to the disk and try again on pCP

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread kowloonside


paul- wrote: 
> That means the hardware is recognized, but there is nothing about the
> partition format.so it's probably not recognizing the partition
> info.
> 
> Exfat is not a native linux partition, it works through userspace
> driver.   EXT4 is the most reliable for a linux system.
> 
> Take a look at the disk using command line utilities.

Thanks for the suggestion. For now, I only have MacOS machines available
to me and my understanding is there isn't really a way to format the
disk to EXT4 (and still have read/write access to update the files I
store on it).

Understanding that ExFAT isn't native to Linux, but that the userspace
drivers installed via the file system extensions in PCP (per my
understanding) are designed to allow them to be used, are you saying
that this is not always a solution that can be relied on?



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread paul-


That means the hardware is recognized, but there is nothing about the
partition format.so it's probably not recognizing the partition
info.

Exfat is not a native linux partition, it works through userspace
driver.   EXT4 is the most reliable for a linux system.

Take a look at the disk using command line utilities.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread kowloonside


garym wrote: 
> rPi webGUI
> main page (with beta tab selected at bottom of page)> extras > bootcodes
> > waitusb=

Thanks - found it once I selected beta. 

Unfortunately it still isn't showing the USB disk as detected &
available to mount. Any other ideas on what could cause it not to even
show on that menu as detected? Again, even as the message log seems to
indicate that the USB is found (unless I am misinterpreting these
lines):

[2.215095] usb 1-1: new high-speed USB device number 2 using
dwc_otg
[2.215228] Indeed it is in host mode hprt0 = 1101
[2.455436] usb 1-1: New USB device found, idVendor=0424,
idProduct=9514, bcdDevice= 2.00
[2.455467] usb 1-1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[2.456151] hub 1-1:1.0: USB hub found
[2.456279] hub 1-1:1.0: 5 ports detected
[2.775036] usb 1-1.1: new high-speed USB device number 3 using
dwc_otg
[2.905214] usb 1-1.1: New USB device found, idVendor=0424,
idProduct=ec00, bcdDevice= 2.00
[2.905227] usb 1-1.1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[2.907801] smsc95xx v2.0.0
[3.046832] SMSC LAN8700 usb-001:003:01: attached PHY driver
(mii_bus:phy_addr=usb-001:003:01, irq=POLL)
[3.047335] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at
usb-3f98.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:e0:ae:65
[3.485035] usb 1-1.4: new high-speed USB device number 4 using
dwc_otg
[3.615840] usb 1-1.4: New USB device found, idVendor=0781,
idProduct=5595, bcdDevice= 1.00
[3.615853] usb 1-1.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[3.615863] usb 1-1.4: Product:  SanDisk 3.2Gen1
[3.615872] usb 1-1.4: Manufacturer:  USB
[3.615880] usb 1-1.4: SerialNumber:
04016f1d9a28197a8bd96203cd50ec7197e83097e84de7e1b104be8b2114126029173453e8ddff106c18955581075eac4a09
[3.616459] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[3.617620] scsi host0: usb-storage 1-1.4:1.0
[4.636281] scsi 0:0:0:0: Direct-Access  USB  SanDisk 3.2Gen1
1.00 PQ: 0 ANSI: 6
[4.637346] sd 0:0:0:0: [sda] 488374272 512-byte logical blocks: (250
GB/233 GiB)
[4.637709] sd 0:0:0:0: [sda] Write Protect is off
[4.637726] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[4.638111] sd 0:0:0:0: [sda] Write cache: disabled, read cache:
enabled, doesn't support DPO or FUA
[4.652643]  sda: sda1
[4.654146] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   12.485568] zram: Added device: zram0
[   12.544691] zram0: detected capacity change from 0 to 480048
[   12.549057] random: mkswap: uninitialized urandom read (16 bytes
read)
[   12.553054] Adding 240020k swap on /dev/zram0.  Priority:-2 extents:1
across:240020k SSFS



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread garym


kowloonside wrote: 
> Could you share where you found the USB wait time setting? 

rPi webGUI
main page > extras > bootcodes > waitusb=



*Home:* Pi4B-8GB/pCP8.x/4TB>LMS 8.2.x>Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* rPi4B-4GB/pCP8.x/4TB>LMS 8.2.x>Touch>Benchmark DAC I, Boom,
Radio w/Battery (Radio WIFI)
*Office:* Win10(64)>foobar2000
*The Wild: *rPi3B+/pCP7.x/4TB>LMS 8.1.x>hifiberry Dac+Pro (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin,
or SqueezePlay 7.8 on Win10(64)
*Files:* -Ripping-: dBpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes,
TuneFusion; -Streaming:- Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-10-12 Thread kowloonside


LittleToast wrote: 
> I reformatted the fat32 256G drive to exfat. It works. Need not extend
> usb wait time. I tried that to 10s and without reformatting to exfat it
> does not work. Just reformatting to exfat works with just the default 2s
> in usb wait time. 

Could you share where you found the USB wait time setting? I am having
the same issue where the 256GB USB disk simply does not appear at all
under 'Pick the following detected USB disks to mount'.

I have tried reformatting it between FAT32 & exFAT and tried adding (and
removing and readding) all of the file system extensions (+
util_linux.tcz). I would try EXT4 or NTFS but I do not have a Windows
machine.

I even see in the dmesg.log that it appears to be identifying my USB
disk (Product:  SanDisk 3.2Gen1)...and yet it never shows as 'detected'
and thus available to mount. Really frustrating!



kowloonside's Profile: http://forums.slimdevices.com/member.php?userid=23798
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-04-15 Thread mrhcom


Hi Greg.
Originally yes - but now will not mount as it isn't recognised at all.
That's the whole problem !



mrhcom's Profile: http://forums.slimdevices.com/member.php?userid=35283
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-04-15 Thread Greg Erskine


Did you mount it with [LMS] > "Pick from the following detected USB
disks to mount"?



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2022-04-15 Thread mrhcom


So I have a 256gb usb stick which used to work fine attached to my
picore. (my frequently played music on it).
However changed the dac hat / upgraded picore to the latest version and
now it refuses to see my drive mount at all.
Reformatted (exfat) - still didn't recognise.
Have tried in another pi with the same result.
Have now formatted the drive as fat32 and STILL won't be read.
USB drive works fine in all other pc / laptop etc but pi's don't / won't
see it !!
Read somewhere that it's possible to add a line of code somwhere to MAKE
the pi recognise - anyone ?
Have also tried with a smaller usb drive and a usb attached 2.5" drive
and all work fine.
Just seems to be this one drive - which used to be fine !!
All help appreciated.



mrhcom's Profile: http://forums.slimdevices.com/member.php?userid=35283
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread garym


LittleToast wrote: 
> I reformatted the fat32 256G drive to exfat. It works. Need not extend
> usb wait time. I tried that to 10s and without reformatting to exfat it
> does not work. Just reformatting to exfat works with just the default 2s
> in usb wait time. 

Perfect!



*Home:* VBA 4TB (2.5) -or- rPi4B/pCP6.0/4TB>LMS 7.9.3>Transporter,
Touch, Boom, Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) -or- rPi4B/pCP6.0/4TB>LMS 7.9.1>Touch>Benchmark
DAC I, Boom, Radio w/Battery (ethernet, Radio WIFI)
*Office:* Win10(64)>LMS 7.9.3>Squeezelite
*The Wild: *rPi3B+/pCP4.0, hifiberry Dac+Pro, 4TB USB (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir2 (iPeng), CONTROLLER, or SqueezePlay
7.8 on Win10(64)
*Files:* ripping: dbpa > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread LittleToast


I reformatted the fat32 256G drive to exfat. It works. Need not extend
usb wait time. I tried that to 10s and without reformatting to exfat it
does not work. Just reformatting to exfat works with just the default 2s
in usb wait time. 



LittleToast's Profile: http://forums.slimdevices.com/member.php?userid=70487
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread garym


LittleToast wrote: 
> Thanks for explaining. I see. Ok. I will try to find the tweak for the
> mounting time if I can. I can try to format it to exfat. See if it
> works. I will get back.

it's buried somewhere in the piCorePlayer webGUI under one of the menu
items.



*Home:* VBA 4TB (2.5) -or- rPi4B/pCP6.0/4TB>LMS 7.9.3>Transporter,
Touch, Boom, Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) -or- rPi4B/pCP6.0/4TB>LMS 7.9.1>Touch>Benchmark
DAC I, Boom, Radio w/Battery (ethernet, Radio WIFI)
*Office:* Win10(64)>LMS 7.9.3>Squeezelite
*The Wild: *rPi3B+/pCP4.0, hifiberry Dac+Pro, 4TB USB (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir2 (iPeng), CONTROLLER, or SqueezePlay
7.8 on Win10(64)
*Files:* ripping: dbpa > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread LittleToast


garym wrote: 
> just waiting for it to mount will never work if there's not enough time.
> piCorePlayer will try to mount the USB disk and if it doesn't mount in
> the default time (I think 2 seconds), it skips it and never tries again.
> That's why you need to manually change the seconds waited for mounting. 
> I changed my USB disk mount time to 6 seconds I recall and that solved
> my problem.   I'm not at home so can't give you the exact steps. 
> Somewhere in piCorePlayer tweaks I recall.
> 
> I've only used NTFS or exFat formatted drives. can you format to exFat?
> 
> edit and are you connecting the USB drive to the rPi or to the Magno
> Mano player.  I'm talking about connecting the USB drive to the rPi
> running piCorePlayer.  Not sure what a Magno Mano player is

Thanks for explaining. I see. Ok. I will try to find the tweak for the
mounting time if I can. I can try to format it to exfat. See if it
works. I will get back.



LittleToast's Profile: http://forums.slimdevices.com/member.php?userid=70487
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread garym


LittleToast wrote: 
> Hi. I am using a Magna Mano player. All 4 usb slots are not blue, but
> black - probably usb 2.0. Yes, I followed the instructions from the link
> you shared. I have waited a long time (say 10-15 min), and yet
> picoreplayer's webUI under "LMS" could not see the usb stick (fat 32,
> 256G), so I could not mount it. 
> 
> I try with another small USB stick (FAT16, 256MB) and it could work.

just waiting for it to mount will never work if there's not enough time.
piCorePlayer will try to mount the USB disk and if it doesn't mount in
the default time (I think 2 seconds), it skips it and never tries again.
That's why you need to manually change the seconds waited for mounting. 
I changed my USB disk mount time to 6 seconds I recall and that solved
my problem.   I'm not at home so can't give you the exact steps. 
Somewhere in piCorePlayer tweaks I recall.

I've only used NTFS or exFat formatted drives. can you format to exFat?



*Home:* VBA 4TB (2.5) -or- rPi4B/pCP6.0/4TB>LMS 7.9.3>Transporter,
Touch, Boom, Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) -or- rPi4B/pCP6.0/4TB>LMS 7.9.1>Touch>Benchmark
DAC I, Boom, Radio w/Battery (ethernet, Radio WIFI)
*Office:* Win10(64)>LMS 7.9.3>Squeezelite
*The Wild: *rPi3B+/pCP4.0, hifiberry Dac+Pro, 4TB USB (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir2 (iPeng), CONTROLLER, or SqueezePlay
7.8 on Win10(64)
*Files:* ripping: dbpa > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread LittleToast


garym wrote: 
> is it a rPi4B (so it has the "blue" USB 3.0 slots?).  If so, try one of
> the NON USB 3.0 slots instead. I assume you've mounted the USB stick
> following the instructions here for adding a USB drive (and if so, the
> drive shows as mounted in the picoreplayer webGUI.  You might need to
> give it additional time to mount upon startup in the picoreplayer
> tweaks. I had a setup where the USB drive wasn't mounting in time for
> the rPi to recognize it.  
> https://www.picoreplayer.org/how_to_add_usb_hdd.shtml

Hi. I am using a Magna Mano player. All 4 usb slots are not blue, but
black - probably usb 2.0. Yes, I followed the instructions from the link
you shared. I have waited a long time (say 10-15 min), and yet
picoreplayer's webUI under "LMS" could not see the usb stick (fat 32,
256G), so I could not mount it. 

I try with another small USB stick (FAT16, 256MB) and it could work.



LittleToast's Profile: http://forums.slimdevices.com/member.php?userid=70487
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread garym


is it a rPi4B (so it has the "blue" USB 3.0 slots?).  If so, try one of
the NON USB 3.0 slots instead. I assume you've mounted the USB stick
following the instructions here for adding a USB drive:
https://www.picoreplayer.org/how_to_add_usb_hdd.shtml



*Home:* VBA 4TB (2.5) -or- rPi4B/pCP6.0/4TB>LMS 7.9.3>Transporter,
Touch, Boom, Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) -or- rPi4B/pCP6.0/4TB>LMS 7.9.1>Touch>Benchmark
DAC I, Boom, Radio w/Battery (ethernet, Radio WIFI)
*Office:* Win10(64)>LMS 7.9.3>Squeezelite
*The Wild: *rPi3B+/pCP4.0, hifiberry Dac+Pro, 4TB USB (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir2 (iPeng), CONTROLLER, or SqueezePlay
7.8 on Win10(64)
*Files:* ripping: dbpa > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] Picoreplayer can't see my usb stick

2020-08-01 Thread LittleToast


Hi,

I am a new user to the Picoreplayer, having previously used volumio with
LMS as a plugin. 

For the Picoreplayer, I am able to get music streaming and airplay to
work. But Picoreplayer is not able to see my usb stick (FAT32, 256G,
works well with volumio via LMS plugin). I tried to follow all the
instructions I can find - installed and enabled additional file
extensions, installed util-linux.tcz extension. But my usb stick just
could not be seen. I remove the drive and connect to my mac and I can
see it. What more can I try to make it work?

Thank you.



LittleToast's Profile: http://forums.slimdevices.com/member.php?userid=70487
View this thread: http://forums.slimdevices.com/showthread.php?t=112688

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix