From owner-freebsd-questions@freebsd.org Sun Feb 14 15:34:18 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CC1CAA8B9C for ; Sun, 14 Feb 2016 15:34:18 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fileserver.home.qeng-ho.org", Issuer "fileserver.home.qeng-ho.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D55B91DD2 for ; Sun, 14 Feb 2016 15:34:17 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.15.2/8.15.2) with ESMTP id u1EF9eel027832; Sun, 14 Feb 2016 15:09:41 GMT (envelope-from freebsd@qeng-ho.org) Subject: Re: Copying music from FreeBSD to an Xperia Z3 To: Jens Schweikhardt , FreeBSD questions References: <20160214143705.GA1290@schweikhardt.net> From: Arthur Chance Message-ID: <56C098B4.30001@qeng-ho.org> Date: Sun, 14 Feb 2016 15:09:40 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160214143705.GA1290@schweikhardt.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:34:18 -0000 On 14/02/2016 14:37, Jens Schweikhardt wrote: > hello, world\n > > I want to copy some mp3 music files onto an Sony Xperia Z3. I naively > assumed it would show up as a USB mass storage device when I plug the > USB cable. But all I get in dmesg is > > ugen0.4: at usbus0 > > How can I copy mp3 files from my FreeBSD box onto the device? Many of the later smartphones don't present as USB disks, supposedly on the grounds of safety. Instead they talk MTP (media transport protocol). I've never used it myself, but Wikipedia says Gnome's GVFS supports it, as does KDE's KIO slave. Going the FUSE route you might look at sysutils/fusefs-simple-mtpfs or sysutils/mtpfs. If you want a standalone program take a look at audio/gmtp. -- Moore's Law of Mad Science: Every eighteen months, the minimum IQ necessary to destroy the world drops by one point.