You are not logged in.

#1 2017-06-19 17:27:24

cholubin
Member
Registered: 2017-06-19
Posts: 47

"Add from USB" I can't see drop-down list

I copied a png zip file to my USB and tried to select the file from Plates/Add From USB, but I could not find it in the drop-down select box.

As the other's previous question, I installed usbmount and did solft link too... so can view in the telnet (/media/usb, /media/usb0) but still can't find my file in the drop-down box. my nanodlp's version is 1529.

How can I saw my files in the usb drop-down box?

Thanks in advance.

Last edited by cholubin (2017-06-19 17:32:01)

Offline

#2 2017-06-19 20:17:55

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

/media/usb is the correct address and if you have any files with correct extension, they must be displayed on drop-down list.

Offline

#3 2017-06-20 01:37:54

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

Shahin wrote:

/media/usb is the correct address and if you have any files with correct extension, they must be displayed on drop-down list.

correct extension....
Is zip file (png files compressed) supported?

Offline

#4 2017-06-20 05:57:30

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

stl/svg/slc/zip are supported.
I have tried function on my pi and it is working.

Offline

#5 2017-06-20 06:02:14

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

Ok I see. I will try again! thank you.

Offline

#6 2017-06-20 10:21:26

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

I can't find file list ^^;
test

Last edited by cholubin (2017-06-20 11:34:02)

Offline

#7 2017-06-20 17:34:16

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Strange, it must work.

On the same path run command below and check if it get listed or not
touch new.stl

Offline

#8 2017-06-20 17:41:36

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

touch new.stl => permission error
so type sudo touch new.stl but can't get list too.

Offline

#9 2017-06-20 19:43:01

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

I have updated the program to print any issue during USB read. Please, install the beta version and let me know what it printing on dashboard when you access "Add from USB" page.

Offline

#10 2017-06-21 02:38:40

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

As you told I updated to beta and click "add from USB and click the select box" but there is no change and added log in dashboard's log ^^;

Offline

#11 2017-06-22 17:45:00

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

I am not sure why you could not see files. Listing USB file procedure is so simple I doubt there is any issue there.
If it was permission or listing problem, program must throw error on dashboard. It looks like listing different folder which is empty. /media/usb is also hard-coded so it could not cause any issue.

Offline

#12 2017-06-22 17:47:43

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: "Add from USB" I can't see drop-down list

Can it read from USB attached to PI but browser open on another machine?

Offline

#13 2017-06-28 03:02:40

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: "Add from USB" I can't see drop-down list

Gave up ㅠㅠㅠㅠ

Offline

#14 2017-08-10 13:34:17

MaxJewels
Member
Registered: 2017-08-10
Posts: 88

Re: "Add from USB" I can't see drop-down list

I have the same problem, I used both simple and advanced setup, but the usb pull-down menu does not display anything

Offline

#15 2017-08-10 19:21:32

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Try this command on SSH, maybe required program is not installed.
sudo apt-get install usbmount

Offline

#16 2017-08-10 19:50:49

MaxJewels
Member
Registered: 2017-08-10
Posts: 88

Re: "Add from USB" I can't see drop-down list

Cattura.JPG
I tried it but it was already installed

Offline

#17 2017-08-11 06:06:02

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Try command below
ls -l /media/usb/

See if it displays available STL file on your flash or not.

Offline

#18 2017-08-11 10:12:42

MaxJewels
Member
Registered: 2017-08-10
Posts: 88

Re: "Add from USB" I can't see drop-down list

Surely the USB works

it's a bug?

1001.JPG

Offline

#19 2017-08-11 11:02:07

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Guess I have found the source of the issue. Please, check beta version see if it fixed the issue.

Offline

#20 2017-08-11 12:02:44

MaxJewels
Member
Registered: 2017-08-10
Posts: 88

Re: "Add from USB" I can't see drop-down list

Great work now works fine, now my project can continue

1002.JPG

(Raspberry pi3, Arduino Mega + Ramps 1.4 and Nextion advanced LCD 3.2)

1004_(1).jpg
1003.jpg

Offline

#21 2017-10-17 09:56:08

Belal
Member
Registered: 2017-09-10
Posts: 46

Re: "Add from USB" I can't see drop-down list

Hi, I'm having a problem with USB storage at all I think!

I've tried all the above and I can see that the USB doesn't exist.

when I'm trying ls /media I have the same result either if the USB is in RPI or not

and I tried another USB storage but no difference

I'm using the advanced install with stretch

Capture.PNG

Offline

#22 2017-10-17 18:21:37

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Have you tried removing softlink?
You have too many USB storage listed on media folder.

Offline

#23 2017-10-18 10:03:10

Belal
Member
Registered: 2017-09-10
Posts: 46

Re: "Add from USB" I can't see drop-down list

Shahin wrote:

Have you tried removing softlink?
You have too many USB storage listed on media folder.

yes, and still no luck

Offline

#24 2017-10-18 18:38:21

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: "Add from USB" I can't see drop-down list

Remove USB storage and run command below maybe these are stalled folders
sudo rm -Rf /media/usb*

Offline

#25 2017-10-19 14:27:52

Belal
Member
Registered: 2017-09-10
Posts: 46

Re: "Add from USB" I can't see drop-down list

Shahin wrote:

Remove USB storage and run command below maybe these are stalled folders
sudo rm -Rf /media/usb*


Done, all the USB are gone and when I mount the USB again nothing happen neither in nano DLP or in /media no USB shown

Offline

Board footer

Powered by FluxBB