Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread stan
On Tue, 16 Aug 2016 13:54:23 -0400
Robert Moskowitz  wrote:


> I had to add gvfs-mtp to get the Gs3 to mount back then.  I added it
> and still not getting the Gs3 to mount.  I get the mounting of the
> Verizon CD that would load the Windoz drivers, but then it just goes
> away and the Samsung mount point does not replace it.
> 
> Do I have to reboot after installing gvfs-mtp?

I know only what you've written about gvfs-mtp.  But my question would
be does lsmod show it?  If it doesn't, you will have to load the kernel
module using modprobe [module name].  A reboot would do it as well.

> One thing of note in that my system is claiming that I have a AudioCD 
> waiting to be mounted.  I DID yesterday play and audio CD, but I 
> unmounted it and disconnected the USB CD/DVD drive.
> 
> Ideas?

Did you umount it manually?  Maybe you bypassed the logic of the
application or system program telling you it is waiting to be mounted.
So it still thinks it is waiting, though it is long gone.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread Robert Moskowitz



On 08/16/2016 08:05 PM, stan wrote:

On Tue, 16 Aug 2016 13:54:23 -0400
Robert Moskowitz  wrote:



I had to add gvfs-mtp to get the Gs3 to mount back then.  I added it
and still not getting the Gs3 to mount.  I get the mounting of the
Verizon CD that would load the Windoz drivers, but then it just goes
away and the Samsung mount point does not replace it.

Do I have to reboot after installing gvfs-mtp?

I know only what you've written about gvfs-mtp.  But my question would
be does lsmod show it?  If it doesn't, you will have to load the kernel
module using modprobe [module name].  A reboot would do it as well.


lsmod|grep gvfs

comes up with nothing to display.

and

# modprobe gvfs-mtp
modprobe: FATAL: Module gvfs-mtp not found in directory 
/lib/modules/4.6.5-300.fc24.x86_64






One thing of note in that my system is claiming that I have a AudioCD
waiting to be mounted.  I DID yesterday play and audio CD, but I
unmounted it and disconnected the USB CD/DVD drive.

Ideas?

Did you umount it manually?  Maybe you bypassed the logic of the
application or system program telling you it is waiting to be mounted.
So it still thinks it is waiting, though it is long gone.


I manually umounted it in Thunar.  Then after it showed unmounted there, 
I pulled the drive.  Only to find it still showing on my desktop.


I am now using the USB DVD/CD drive to copy a data DVD and it is going 
fine and shows on the desktop, along with that AudioCD icon. Probably 
will take at least a logout to clear it up.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread Joe Zeff

On 08/16/2016 05:36 PM, Robert Moskowitz wrote:


lsmod|grep gvfs

comes up with nothing to display.

and

# modprobe gvfs-mtp
modprobe: FATAL: Module gvfs-mtp not found in directory
/lib/modules/4.6.5-300.fc24.x86_64


I have gvfs-mtp installed and get the same results.  In fact, I have my 
phone mounted and am browsing the SD card and still get the same results.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread Robert Moskowitz



On 08/16/2016 08:56 PM, Joe Zeff wrote:

On 08/16/2016 05:36 PM, Robert Moskowitz wrote:


lsmod|grep gvfs

comes up with nothing to display.

and

# modprobe gvfs-mtp
modprobe: FATAL: Module gvfs-mtp not found in directory
/lib/modules/4.6.5-300.fc24.x86_64


I have gvfs-mtp installed and get the same results.  In fact, I have 
my phone mounted and am browsing the SD card and still get the same 
results.


Still not working.  Looks like I am going to have to reboot.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread Jon LaBadie
On Tue, Aug 16, 2016 at 05:56:09PM -0700, Joe Zeff wrote:
> On 08/16/2016 05:36 PM, Robert Moskowitz wrote:
> > 
> > lsmod|grep gvfs
> > 
> > comes up with nothing to display.
> > 
> > and
> > 
> > # modprobe gvfs-mtp
> > modprobe: FATAL: Module gvfs-mtp not found in directory
> > /lib/modules/4.6.5-300.fc24.x86_64
> 
> I have gvfs-mtp installed and get the same results.  In fact, I have my
> phone mounted and am browsing the SD card and still get the same results.

They may be FUSE, file systems in user space
and thus not in the kernel.

jon
-- 
Jon H. LaBadie  jo...@jgcomp.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-16 Thread Joe Zeff

On 08/16/2016 06:17 PM, Robert Moskowitz wrote:


Still not working.  Looks like I am going to have to reboot.


Before you do that, or if it doesn't work, try going into the Settings 
for Storage on your phone and changing your USB connection from Charge 
Only to MTB, or Media Device.  Be warned that this will prevent it from 
charging by USB until you change it back if that matters.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Samsung Gs3 and F24/Xfce

2016-08-17 Thread Robert Moskowitz
Reboot and I can access the phone with Thunar.  I will note that for the 
next system build (Fedora 25?)  :)


On 08/16/2016 10:34 PM, Joe Zeff wrote:

On 08/16/2016 06:17 PM, Robert Moskowitz wrote:


Still not working.  Looks like I am going to have to reboot.


Before you do that, or if it doesn't work, try going into the Settings 
for Storage on your phone and changing your USB connection from Charge 
Only to MTB, or Media Device.  Be warned that this will prevent it 
from charging by USB until you change it back if that matters.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org