Date: Sun, 25 Jun 2023 22:24:05 -0700 From: jin guojun <jguojun@gmail.com> To: Vlad Markov <dvoich@optonline.net> Cc: questions@freebsd.org Subject: Re: fusefs-jmtpfs-g20190420 cannot mount smartphone after FreeBSD 13 Message-ID: <CAE6yT5ti=cGZoyReEtqYi4opOSza652P5QGM1o-TjWCDGAs51Q@mail.gmail.com> In-Reply-To: <20230623114629.48cd8656@happy.dwarf7.net> References: <CAE6yT5tmTYRNpRV4yQxdxc0aTXNxvk522Wu3oVyc4HGdes%2B5Gw@mail.gmail.com> <CAFYkXjnoUyOpSRY%2BpcKu4zeoX_y%2B%2B=EmkORxt_5GXYAokKNobg@mail.gmail.com> <CAE6yT5vYTJ1CkrEiJJ2u=mtYL%2BhBoisZf3fqzyfcyXWcTxQVGQ@mail.gmail.com> <CAFYkXjnhHYAosmL7TkOySM5D-afTDFr2SmDqjWbVNHf1Mm%2B-gg@mail.gmail.com> <c0930438-0909-466d-9470-14b2dabaf9de@gmail.com> <CAFYkXjmXAffrBph8OX_tx2FV_jxUFxf45EQxNnasSmxYgAXSzQ@mail.gmail.com> <20230623114629.48cd8656@happy.dwarf7.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] I tried [system=10] + devfs_system_ruleset="localrules", [system=10] + devfs_system_ruleset="system", and [localrules=10] + devfs_system_ruleset="localrules", but no one works :-( >From regular user, it always says: % env LIBUSB_DEBUG=1 aft-mtp-cli LIBUSB_FUNCTION: libusb_init complete device not found (filter = '' On Fri, Jun 23, 2023 at 8:46 AM Vlad Markov <dvoich@optonline.net> wrote: > On Wed, 21 Jun 2023 19:47:47 +0200 > Tomek CEDRO <tomek@cedro.info> wrote: > > > On Wed, Jun 21, 2023 at 7:13 PM Jin Guojun[VFF] wrote: > > > Thanks for help and LIBUSB_DEBUG=0 makes cli quiet. > > > > > > One slight issue is that the android-file-transfer has to be run as > root. > > > > That is up to USB file permissions in /dev.. you can set this up with > > devfs, example below :-) > > > > Add your user to operator group: > > > > # pw groumod operator -m your_username > > > > Add this to /etc/devfs.rules: > > > > [system=10] > > add path 'usb/*' mode 0660 group operator > > > > Then add this to /etc/rc.conf: > > > > devfs_system_ruleset="localrules" > > devfs_enable="YES" > > > > :-) > > > > -- > This is close but: > > devfs_system_ruleset="localrules" should be devfs_system_ruleset="system" > > It has to match what is in the brackets. > > Next question: > > How do I get thumbnails to show up in the app? > > [-- Attachment #2 --] <div dir="ltr">I tried [system=10] + devfs_system_ruleset="localrules", [system=10] + devfs_system_ruleset="system", and <div>[localrules=10] + devfs_system_ruleset="localrules", but no one works :-(</div><div>From regular user, it always says:</div><div>% env LIBUSB_DEBUG=1 aft-mtp-cli</div>LIBUSB_FUNCTION: libusb_init complete<div>device not found (filter = ''</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 23, 2023 at 8:46 AM Vlad Markov <<a href="mailto:dvoich@optonline.net">dvoich@optonline.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 21 Jun 2023 19:47:47 +0200<br> Tomek CEDRO <<a href="mailto:tomek@cedro.info" target="_blank">tomek@cedro.info</a>> wrote:<br> <br> > On Wed, Jun 21, 2023 at 7:13 PM Jin Guojun[VFF] wrote:<br> > > Thanks for help and LIBUSB_DEBUG=0 makes cli quiet.<br> > ><br> > > One slight issue is that the android-file-transfer has to be run as root. <br> > <br> > That is up to USB file permissions in /dev.. you can set this up with<br> > devfs, example below :-)<br> > <br> > Add your user to operator group:<br> > <br> > # pw groumod operator -m your_username<br> > <br> > Add this to /etc/devfs.rules:<br> > <br> > [system=10]<br> > add path 'usb/*' mode 0660 group operator<br> > <br> > Then add this to /etc/rc.conf:<br> > <br> > devfs_system_ruleset="localrules"<br> > devfs_enable="YES"<br> > <br> > :-)<br> > <br> > -- <br> This is close but:<br> <br> devfs_system_ruleset="localrules" should be devfs_system_ruleset="system"<br> <br> It has to match what is in the brackets.<br> <br> Next question:<br> <br> How do I get thumbnails to show up in the app?<br> <br> </blockquote></div>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE6yT5ti=cGZoyReEtqYi4opOSza652P5QGM1o-TjWCDGAs51Q>
