Re: [ubuntu-studio-users] Denver mp3 Player is not recognise for UbuntuStudio 14.04.1

2014-11-19 Thread Set Hallström
On Wed, Nov 19, 2014 at 6:29 AM, Ralf Mardorf ralf.mard...@alice-dsl.net
wrote:


 1. $ touch foo
 2. $ ls -hAl foo
 3. -rw-r--r-- 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo
 4. $ chmod  foo
 5. $ ls -hAl
 6. -rwsrwsrwt 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo
 7. $ chmod 777 foo
 8. $ ls -hAl
 9. -rwxrwxrwx 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo


Let me break that down for you and eventually spare you and Ralf some
extra-bounces. Hopefully without making anyone feel diminished, (rest
assured i only do this because at some point i wished i would have got some
instruction broken down to me. 3)

1. here Ralf is using touch to create an empty file called foo
2. ls is the command for listing directories, -hAl is the option to have
a long listing format of  *almost* all details in human readable form about
owners, permission, size, creation date etc...
3. this is the result of ls -hAl: -rw-r--r-- is the permission, 1st
rocketmouse is the user 2nd rocketmouse is the group
4. chmod as you know, to change permissions on foo
5. lets see the result of that chmod command
6. result
7. lets try another permission setting
8. how's it looking?
9. result of the new chmod setting

chown, as kindly suggested by Ralf, is the command to change the owner user
and the owner group.

sudo chown user:group /path/to/folder/or/file.foo

to change recursively with -R as suggested
sudo chown -R user:group /path/to/folder/

Let us know what result you get :)

There are some mp3 players out there, like older ipods (maybe the new ones
too, i don't have any), that will not let you access the part of the disk
where the mp3's are stored without a special program, but still work as an
external storing device for any type of file upon mounting the disk with
usb. I don't know about this Denver device, but i would contact them too if
i was you :)

Hope you figure things out!! Good luck!

-- 
Set Hallström
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] Denver mp3 Player is not recognise for UbuntuStudio 14.04.1

2014-11-19 Thread Kaj Ailomaa
On Wed, Nov 19, 2014, at 05:52 AM, WMID wrote:
 2014-11-16 I have a friend from Germany who was using Ubuntu 12.04 on a
 mini laptop Asus Eee PC, I said that better install be the UbuntuStudio
 because that is more lighter and so was I install UbuntuStudio 14.04.1
 x386
 in that machine, but some time later she said to me that have a problem,
 can not copy mp3 music to a Denver mp3 player MPG-4054 NR (
 www.denver-electronics.com). I checked the mp3 placed on this laptop on
 nautilus and some folders appear with an x.
 

I suspect the problem is with udev. Please report a bug against udev.
First create a launchpad account at http://launchpad.net, then report
the bug with the command:

ubuntu-bug udev

In the bug report explain as clearly as you can what the problem is.
Sounds to me the problem is wrong file permissions in the newly mounted
external device.

/Kaj Ailomaa - Ubuntu Studio project lead

-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] ubuntu-studio-users Digest, Vol 91, Issue 10

2014-11-19 Thread Toni Rodriguez
 show, just  clicked the link to the
first Windows screenshot, perhaps that's why I missed some information
and don't understand everything correctly.



--

Message: 4
Date: Wed, 19 Nov 2014 10:35:00 +0100
From: Set Hallstr?m sakrec...@gmail.com
To: Ubuntu Studio Users Help and Discussion
ubuntu-studio-users@lists.ubuntu.com
Subject: Re: [ubuntu-studio-users] Denver mp3 Player is not recognise
for UbuntuStudio 14.04.1
Message-ID:
CAKoW0KwKSc_yFSsGMEEfXS6qngYDOtzDyiUL9PrXs54=47o...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

On Wed, Nov 19, 2014 at 6:29 AM, Ralf Mardorf ralf.mard...@alice-dsl.net
wrote:



1. $ touch foo
2. $ ls -hAl foo
3. -rw-r--r-- 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo
4. $ chmod  foo
5. $ ls -hAl
6. -rwsrwsrwt 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo
7. $ chmod 777 foo
8. $ ls -hAl
9. -rwxrwxrwx 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo



Let me break that down for you and eventually spare you and Ralf some
extra-bounces. Hopefully without making anyone feel diminished, (rest
assured i only do this because at some point i wished i would have got some
instruction broken down to me. 3)

1. here Ralf is using touch to create an empty file called foo
2. ls is the command for listing directories, -hAl is the option to have
a long listing format of  *almost* all details in human readable form about
owners, permission, size, creation date etc...
3. this is the result of ls -hAl: -rw-r--r-- is the permission, 1st
rocketmouse is the user 2nd rocketmouse is the group
4. chmod as you know, to change permissions on foo
5. lets see the result of that chmod command
6. result
7. lets try another permission setting
8. how's it looking?
9. result of the new chmod setting

chown, as kindly suggested by Ralf, is the command to change the owner user
and the owner group.

sudo chown user:group /path/to/folder/or/file.foo

to change recursively with -R as suggested
sudo chown -R user:group /path/to/folder/

Let us know what result you get :)

There are some mp3 players out there, like older ipods (maybe the new ones
too, i don't have any), that will not let you access the part of the disk
where the mp3's are stored without a special program, but still work as an
external storing device for any type of file upon mounting the disk with
usb. I don't know about this Denver device, but i would contact them too if
i was you :)

Hope you figure things out!! Good luck!

--
Set Hallstr?m
-- next part --
An HTML attachment was scrubbed...
URL: 
https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20141119/2bc0db8e/attachment-0001.html


--

Message: 5
Date: Wed, 19 Nov 2014 10:50:36 +0100
From: Kaj Ailomaa zeque...@mousike.me
To: ubuntu-studio-users@lists.ubuntu.com
Subject: Re: [ubuntu-studio-users] Denver mp3 Player is not recognise
for UbuntuStudio 14.04.1
Message-ID:
1416390636.2916137.192808833.39565...@webmail.messagingengine.com
Content-Type: text/plain

On Wed, Nov 19, 2014, at 05:52 AM, WMID wrote:

2014-11-16 I have a friend from Germany who was using Ubuntu 12.04 on a
mini laptop Asus Eee PC, I said that better install be the UbuntuStudio
because that is more lighter and so was I install UbuntuStudio 14.04.1
x386
in that machine, but some time later she said to me that have a problem,
can not copy mp3 music to a Denver mp3 player MPG-4054 NR (
www.denver-electronics.com). I checked the mp3 placed on this laptop on
nautilus and some folders appear with an x.



I suspect the problem is with udev. Please report a bug against udev.
First create a launchpad account at http://launchpad.net, then report
the bug with the command:

ubuntu-bug udev

In the bug report explain as clearly as you can what the problem is.
Sounds to me the problem is wrong file permissions in the newly mounted
external device.

/Kaj Ailomaa - Ubuntu Studio project lead



--

--
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users



End of ubuntu-studio-users Digest, Vol 91, Issue 10
***


Toni-Mari Rodriguez
Be good to yourself because you couldn't do it for a better person.

--
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] ubuntu-studio-users Digest, Vol 91, Issue 9

2014-11-19 Thread Toni Rodriguez




On Wed, 19 Nov 2014 04:58:44 +
 ubuntu-studio-users-requ...@lists.ubuntu.com wrote:

Send ubuntu-studio-users mailing list submissions to
ubuntu-studio-users@lists.ubuntu.com

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
or, via email, send a message with subject or body 'help' to
ubuntu-studio-users-requ...@lists.ubuntu.com

You can reach the person managing the list at
ubuntu-studio-users-ow...@lists.ubuntu.com

When replying, please edit your Subject line so it is more specific
than Re: Contents of ubuntu-studio-users digest...


Today's Topics:

  1.  Denver mp3 Player is not recognise forUbuntuStudio 14.04.1
 (WMID)
  2. Re:  Denver mp3 Player is not recognise for UbuntuStudio
 14.04.1 (Mike Holstein)


--

Message: 1
Date: Wed, 19 Nov 2014 05:52:27 +0100
From: WMID wachin...@gmail.com
To: UbuntuStudio Users Lists ubuntu-studio-users@lists.ubuntu.com
Subject: [ubuntu-studio-users] Denver mp3 Player is not recognise for
UbuntuStudio 14.04.1
Message-ID:
cap-01umuyyh17gwj2syrl4xzj118x1hc1byfnoxxarpk+sz...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

2014-11-16 I have a friend from Germany who was using Ubuntu 12.04 on a
mini laptop Asus Eee PC, I said that better install be the UbuntuStudio
because that is more lighter and so was I install UbuntuStudio 14.04.1 x386
in that machine, but some time later she said to me that have a problem,
can not copy mp3 music to a Denver mp3 player MPG-4054 NR (
www.denver-electronics.com). I checked the mp3 placed on this laptop on
nautilus and some folders appear with an x.


I used the command: chmod -R  /Full/Folder/path but get a message that
says can not have access to this route. I open gparted and said appear to
not correctly mounted. All this on Asus Eee PC.


2014-11-18 Now I try with my own laptop Dell Inspiron 1750 with
UbuntuStudio 14.04.1 x386 and Windows 7 32bits (double boot) and I
acquire somes
snapshots, here:


ON WINDOWS 7:


01 Denver mp3 player change name fine on Windows 7.png

https://lh3.googleusercontent.com/-HLOOlsYhBCc/VGwdt2KqDzI/AfQ/qqRKHIPu_SM/w1244-h700-no/01%2BDenver%2Bmp3%2Bplayer%2Bchange%2Bname%2Bfine%2Bon%2BWindows%2B7.png



02 Denver mp3 player open fine on Windows 7

https://lh4.googleusercontent.com/-7nP5tCadVSU/VGwduUQrJvI/AfU/eAqRNoo4cYg/w1244-h700-no/02%2BDenver%2Bmp3%2Bplayer%2Bopen%2Bfine%2Bon%2BWindows%2B7.png


03 Denver mp3 player space on disk

https://lh3.googleusercontent.com/-0fCJICmSCUU/VGwdiNlB0TI/AfE/kc2oOjIE-qE/w1169-h700-no/03%2BDenver%2Bmp3%2Bplayer%2Bspace%2Bon%2Bdisk.png


Note: On Windows 7 is possible change the name of a folder, etc.


ON UBUNTUSTUDIO 14.04.1


10 Denver mp3 player not open on thunar - 14.04.1

https://lh6.googleusercontent.com/-iuPXdNUVM3A/VGweHEw7CtI/Afs/b8u78pAQ3I4/w1072-h700-no/10%2BDenver%2Bmp3%2Bplayer%2Bnot%2Bopen%2Bon%2Bthunar%2B-%2B14.04.1.png


11 Denver mp3 player not open on thunar although root - 14.04.1

https://lh4.googleusercontent.com/-hTlbhDzAv6s/VGweGzEhbwI/Afw/NFXcItOwIHE/w1195-h668-no/11%2BDenver%2Bmp3%2Bplayer%2Bnot%2Bopen%2Bon%2Bthunar%2Balthough%2Broot%2B-%2B14.04.1.png


21 Denver mp3 player open on dolphin, view is possible - 14.04.1

https://lh3.googleusercontent.com/-47qLhHehqAc/VGweLxUKIKI/AgA/7SYHGYbMF6w/w1245-h700-no/21%2BDenver%2Bmp3%2Bplayer%2Bopen%2Bon%2Bdolphin%2C%2Bview%2Bis%2Bpossible%2B-%2B14.04.1.png


22 Denver mp3 player open on dolphin, view is possible but no write -
14.04.1

https://lh5.googleusercontent.com/-qJPHHO5seGM/VGweS-ghy1I/AgU/Afc2j7G5nuY/w1244-h700-no/22%2BDenver%2Bmp3%2Bplayer%2Bopen%2Bon%2Bdolphin%2C%2Bview%2Bis%2Bpossible%2Bbut%2Bno%2Bwrite%2B-%2B14.04.1.png


23 Denver mp3 player open on root dolphin, view is possible but no write -
14.04.1

https://lh5.googleusercontent.com/-QijUcO2omrE/VGweSJp6n5I/AgQ/3qIqHTYCkpk/w1161-h700-no/23%2BDenver%2Bmp3%2Bplayer%2Bopen%2Bon%2Broot%2Bdolphin%2C%2Bview%2Bis%2Bpossible%2Bbut%2Bno%2Bwrite%2B-%2B14.04.1.png


30 Denver mp3 player on gparted

https://lh6.googleusercontent.com/-4ql5g6qO1No/VGwedyomNYI/Agk/-3IXyyHfHxs/w1148-h700-no/30%2BDenver%2Bmp3%2Bplayer%2Bon%2Bgparted.png


31 Denver mp3 player on gparted it seems that is not present

https://lh5.googleusercontent.com/-E26wpjlzjAM/VGwegZPbztI/Ags/R9T3fqESXrk/w1166-h700-no/31%2BDenver%2Bmp3%2Bplayer%2Bon%2Bgparted%2Bit%2Bseems%2Bthat%2Bis%2Bnot%2Bpresent.png


Note: On UbuntuStudio 14.04.1 is not possible have access to this mp3
player. Help us



--
Washington Indacochea Delgado
-- next part --
An HTML attachment was scrubbed...
URL: 
https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20141119/a5ca05a9/attachment-0001.html


--

Message: 2
Date: Tue, 18 Nov 2014 23:58:39