Re: [Banshee-List] For those who have had iPod detection issues...
- From: "Gregoire Gentil" <gregoire gentil com>
- To: "'Aaron Bockover'" <abockover novell com>, <banshee-list gnome org>
- Subject: Re: [Banshee-List] For those who have had iPod detection issues...
- Date: Wed, 29 Nov 2006 20:33:51 -0800
OK. I tried my second ipod which has volume.fsusage = 'filesystem' and
with the latest CVS and it's working... :-)
For my first ipod, do you have a concern to add 'filesystem' or 'raid'
in the code? Are we sure that my first ipod was totally screwed up and
**I** did a mistake, and there are not thousands of ipods with a similar
'raid' string? I doubt it but one never knows as it was a brand new ipod
once again,
Grégoire
> -----Original Message-----
> From: Gregoire Gentil [mailto:gregoire gentil com]
> Sent: Wednesday, November 29, 2006 8:13 PM
> To: 'Aaron Bockover'; 'banshee-list gnome org'
> Subject: RE: For those who have had iPod detection issues...
>
>
> Still very confused about this raid stuff which could be
> specific to me though it was a brand new 2GB ipod.
>
> I have a second ipod with the attached report. It shows
> volume.fsusage = 'filesystem' (string) and it's NOT working
> with the CVS version of this afternoon,
>
> Grégoire
>
>
>
> > -----Original Message-----
> > From: Aaron Bockover [mailto:abockover novell com]
> > Sent: Wednesday, November 29, 2006 8:10 PM
> > To: gregoire gentil com
> > Subject: RE: For those who have had iPod detection issues...
> >
> >
> > Banshee 0.11.0 did not check for volume.policy.should_mount
> > or volume.fsusage, which is the problem in 0.11.1+. For
> > non-iPod reasons, we need to be checking for one of those
> > properties, neither of which your HAL seems to have -
> > volume.policy.* is deprecated, and it's okay if Gentoo's HAL
> > doesn't have that namespace, but why your iPod's data
> > volume's volume.fsusage=raid I do not know - it should be
> > "filesystem."
> >
> > Mount/Policy manager should only mount a volume if
> > volume.fsusage=filesystem, and thus that is the correct thing
> > to check in Banshee as well (it's used to determine if it's
> > possible that in the future the volume may be mounted by a
> > mount manager (gnome-volume-manager, for instance)).
> >
> > --Aaron
> >
> > On Wed, 2006-11-29 at 18:15 -0500, Gregoire Gentil wrote:
> > > Just to try to help you, I want to point out that it's
> working with
> > > banshee 0.11.0 with the same configuration (same hal,
> > > libipoddevice...),
> > >
> > > Grégoire
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: Gregoire Gentil [mailto:gregoire gentil com]
> > > > Sent: Wednesday, November 29, 2006 5:45 PM
> > > > To: 'Aaron Bockover'
> > > > Cc: 'banshee-list gnome org'
> > > > Subject: RE: For those who have had iPod detection issues...
> > > >
> > > >
> > > > What I still don't understand is why it's still working with
> > > > Banshee 0.11.0.
> > > >
> > > > Yes, we discussed this item about Gentoo Hal problem a
> few weeks
> > > > ago. I'm attaching the thread. The Gentoo Hal
> maintainer has never
> > > > updated anything - you said that you were in touch with
> him. Also
> > > > you said in this thread that libipoddevice should fix
> the problem,
> > > >
> > > > Grégoire
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Aaron Bockover [mailto:abockover novell com]
> > > > > Sent: Wednesday, November 29, 2006 5:37 PM
> > > > > To: gregoire gentil com
> > > > > Cc: banshee-list gnome org
> > > > > Subject: RE: For those who have had iPod detection issues...
> > > > >
> > > > >
> > > > > This is exactly what I expected...
> > > > >
> > > > > The volume that contains your iPod's file system (/dev/sda2,
> > > > > mounted to /media/usbdisk) does not have all the expected HAL
> > > > > properties. Namely, volume.policy.should_mount. You're
> > missing the
> > > > > entire volum.policy namespace on the device altogether. This
> > > > > probably has to do with the way Gentoo's HAL is built or
> > > > > something. I seem to recall an issue with Gentoo's HAL a few
> > > > > months ago.
> > > > >
> > > > > Banshee uses volume.policy.should_mount to determine if
> > it should
> > > > > place a watch on that volume for the volume.is_mounted
> > property.
> > > > > Since you don't have volume.policy.should_mount, your
> device is
> > > > > ignored.
> > > > >
> > > > > --Aaron
> > > > >
> > > > >
> > > > > On Wed, 2006-11-29 at 16:06 -0500, Gregoire Gentil wrote:
> > > > > > Not a problem. We all just want to fix this problem! Here
> > > > > is the new
> > > > > > report,
> > > > > >
> > > > > > Gregoire
> > > > > >
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Aaron Bockover [mailto:abockover novell com]
> > > > > > > Sent: Wednesday, November 29, 2006 4:04 PM
> > > > > > > To: gregoire gentil com
> > > > > > > Cc: banshee-list gnome org
> > > > > > > Subject: Re: For those who have had iPod
> detection issues...
> > > > > > >
> > > > > > >
> > > > > > > Unfortunately, the version of my find-ipod.sh script
> > > > that was on
> > > > > > > my server had a small bug in it. The resulting HAL dump
> > > > actually
> > > > > > > did not show the data I'm interested in.
> > > > > > >
> > > > > > > http://abock.org/~aaron/find-ipod.sh
> > > > > > >
> > > > > > > That link points to the correct version. Please re-run
> > > > it against
> > > > > > > your iPod and my apologies for the trouble.
> > > > > > >
> > > > > > > --Aaron
> > > > > > >
> > > > > > > On Wed, 2006-11-29 at 12:48 -0500, Gregoire Gentil wrote:
> > > > > > > > Aaron,
> > > > > > > >
> > > > > > > > Very sorry but same for me with the very latest cvs
> > > > > version - just
> > > > > > > > downloaded now. The iPod is not detected when version
> > > > > 0.11.0 can
> > > > > > > > detect it. Find attached the report you asked.
> If you want
> > > > > > > me to tar
> > > > > > > > my iPod content, I can do that - I have only 10
> > songs on it
> > > > > > > > so it's not huge,
> > > > > > > >
> > > > > > > > Grégoire
> > > > > > > >
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: banshee-list-bounces gnome org
> > > > > > > > > [mailto:banshee-list-bounces gnome org] On Behalf Of
> > > > > > > > > banshee-list-request gnome org
> > > > > > > > > Sent: Tuesday, November 28, 2006 4:51 PM
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Subject: Banshee-list Digest, Vol 16, Issue 34
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Send Banshee-list mailing list submissions to
> > > > > > > > > banshee-list gnome org
> > > > > > > > >
> > > > > > > > > To subscribe or unsubscribe via the World Wide
> > Web, visit
> > > > > > > > >
> > http://mail.gnome.org/mailman/listinfo/banshee-list
> > > > > > > > > or, via email, send a message with subject or
> > body 'help' to
> > > > > > > > > banshee-list-request gnome org
> > > > > > > > >
> > > > > > > > > You can reach the person managing the list at
> > > > > > > > > banshee-list-owner gnome org
> > > > > > > > >
> > > > > > > > > When replying, please edit your Subject line so
> > it is more
> > > > > > > > > specific than "Re: Contents of Banshee-list digest..."
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Today's Topics:
> > > > > > > > >
> > > > > > > > > 1. Re: For those who have had iPod
> > detection issues...
> > > > > > > > > (Micha? Sawicz)
> > > > > > > > > 2. Re: Using gnome network proxy setting (Michael
> > > > > Hutchinson)
> > > > > > > > > 3. Re: Using gnome network proxy setting
> > (Hugo Palma)
> > > > > > > > > 4. Re: Using gnome network proxy setting
> > > > > > > > > (Andr?s G. Aragoneses [ knocte ])
> > > > > > > > > 5. Support for CUE files (Siarhei Rachytski)
> > > > > > > > > 6. Re: Using gnome network proxy setting (Michael
> > > > > > > > > Hutchinson)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > ------------------------------------------------------------------
> > > > > --
> > > > > > > > > --
> > > > > > > > >
> > > > > > > > > Message: 1
> > > > > > > > > Date: Tue, 28 Nov 2006 18:13:33 +0100
> > > > > > > > > From: Micha? Sawicz <michal sawicz net>
> > > > > > > > > Subject: Re: [Banshee-List] For those who have had
> > > > > iPod detection
> > > > > > > > > issues...
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID: <456C6E3D 1070608 sawicz net>
> > > > > > > > > Content-Type: text/plain; charset="utf-8"
> > > > > > > > >
> > > > > > > > > Aaron Bockover wrote:
> > > > > > > > > > Please update your CVS again and run from the
> > > > command line.
> > > > > > > > > Make sure
> > > > > > > > > > your iPod is not plugged in when you start Banshee.
> > > > > > > > > > After
> > > > > > > > > Banshee has
> > > > > > > > > > started, focus the terminal and plug the iPod
> > in. Wait a
> > > > > > > > > few seconds
> > > > > > > > > > for any output to appear and paste it in a reply.
> > > > > > > > >
> > > > > > > > > Debug: [2006-11-28 18:10:27] (Testing device for DAP
> > > > > support) -
> > > > > > > > >
> > > > /org/freedesktop/Hal/devices/storage_serial_Apple_iPod_000A270
> > > > > > > > > 01462B64F
> > > > > > > > > Debug: [2006-11-28 18:10:27] (DAP has not
> been added) -
> > > > > > > > >
> > > > /org/freedesktop/Hal/devices/storage_serial_Apple_iPod_000A270
> > > > > > > > > 01462B64F
> > > > > > > > >
> > > > > > > > > > Also, does "ipod --list" show anything?
> > > > > > > > >
> > > > > > > > > Path Info
> > > > > > > > > Device Path: /dev/sdb2
> > > > > > > > > Mount Point: /media/DZIABONG
> > > > > > > > > Control Path: /media/DZIABONG/iPod_Control/
> > > > > > > > > HAL ID:
> > > > > > > > > /org/freedesktop/Hal/devices/volume_uuid_DC4A_BE6C
> > > > > > > > > Device Info
> > > > > > > > > Model Number: MA079
> > > > > > > > > Device Model: Color
> > > > > > > > > iPod Generation: Fourth (4)
> > > > > > > > > Adv. Capacity: 20 GB
> > > > > > > > > Is New: YES
> > > > > > > > > Writable: YES
> > > > > > > > > Serial Number: 4J531X9TTDS
> > > > > > > > > Firmware Version: 4.2.1
> > > > > > > > > Manufacturer ID: 4J
> > > > > > > > > Production Year: 2005
> > > > > > > > > Production Week: 31
> > > > > > > > > Production Index: 38483
> > > > > > > > > Volume Info
> > > > > > > > > Volume Size: 19954529280
> > > > > > > > > Volume Used: 570823680
> > > > > > > > > Available 19383705600
> > > > > > > > > UUID: DC4A-BE6C
> > > > > > > > > Label DZIABONG
> > > > > > > > > User-Provided Info
> > > > > > > > > Device Name: (null)
> > > > > > > > > User Name: (null)
> > > > > > > > > Host Name: (null)
> > > > > > > > > Supported Artwork Formats
> > > > > > > > > Cover: 56x56
> > > > > > > > > Cover: 140x140
> > > > > > > > > Photo: 130x88
> > > > > > > > > Photo: 41x30
> > > > > > > > > Photo: 176x220
> > > > > > > > > Photo: 640x480
> > > > > > > > >
> > > > > > > > > > Additionally, please download the following
> > script, run
> > > > > > > > > > it (redirecting output to a file), and attach the
> > > > > > > > > > results to
> > > > > > > > > your reply:
> > > > > > > > >
> > > > > > > > > Attached...
> > > > > > > > >
> > > > > > > > > Hope this helps.
> > > > > > > > >
> > > > > > > > > Cheers,
> > > > > > > > > Saviq
> > > > > > > > > -------------- next part --------------
> > > > > > > > > An embedded and charset-unspecified text was
> scrubbed...
> > > > > > > > > Name: find-ipod.out
> > > > > > > > > Url:
> > > > > > > > >
> > > > > > >
> > > > >
> > /archives/banshee-list/attachments/20061128/0652e1d0/attachment.ba
> > > > > t
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > Message: 2
> > > > > > > > > Date: Tue, 28 Nov 2006 19:18:01 +0000
> > > > > > > > > From: "Michael Hutchinson" <m j hutchinson gmail com>
> > > > > > > > > Subject: Re: [Banshee-List] Using gnome network
> > > > proxy setting
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID:
> > > > > > > > >
> > > > > <aec34c770611281118p4e51527fx43bc8ae5e866df1 mail gmail com>
> > > > > > > > > Content-Type: text/plain; charset=ISO-8859-1;
> > > > > > > > > format=flowed
> > > > > > > > >
> > > > > > > > > On 11/28/06, Hugo Palma
> <hugo m palma gmail com> wrote:
> > > > > > > > > > It seems that Banshee doesn't use the gnome network
> > > > > > > > > > proxy
> > > > > > > > > setting. Is
> > > > > > > > > > this correct ? Is so, how do i use banshee behind a
> > > > > proxy ? Is
> > > > > > > > > > this in the TODO list ?
> > > > > > > > >
> > > > > > > > > It uses Mono's proxy setting, which (for the 2.0
> > > > > profile which
> > > > > > > > > Banshee now uses) is set in
> > > > /etc/mono/2.0/machine.config. The
> > > > > > > > > default setting is to detect the proxy from
> the standard
> > > > > > > > > $http_proxy environment variable. However, was a
> > > > > regression in
> > > > > > > > > the Mono 2.0 profile that stopped it from working. I
> > > > > fixed this
> > > > > > > > > a couple of weeks ago, so if you have Mono 1.2 or
> > > > > later it'll be
> > > > > > > > > fine.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Michael Hutchinson
> > > > > > > > > http://mjhutchinson.com
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > Message: 3
> > > > > > > > > Date: Tue, 28 Nov 2006 19:36:58 +0000
> > > > > > > > > From: "Hugo Palma" <hugo m palma gmail com>
> > > > > > > > > Subject: Re: [Banshee-List] Using gnome network
> > > > proxy setting
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID:
> > > > > > > > >
> > > > > <e8ca20260611281136r67be910bk1276a90424887867 mail gmail com>
> > > > > > > > > Content-Type: text/plain; charset="iso-8859-1"
> > > > > > > > >
> > > > > > > > > I have mono 2.0 and my http_proxy variable is set to
> > > > > the correct
> > > > > > > > > value. If i understood correctly it should work
> > > > > > > for me right ?
> > > > > > > > >
> > > > > > > > > On 11/28/06, Michael Hutchinson
> > <m j hutchinson gmail com>
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > On 11/28/06, Hugo Palma
> > <hugo m palma gmail com> wrote:
> > > > > > > > > > > It seems that Banshee doesn't use the gnome
> > > > network proxy
> > > > > > > > > setting.
> > > > > > > > > > > Is this correct ? Is so, how do i use
> banshee behind
> > > > > > > a proxy ?
> > > > > > > > > > > Is this in the TODO list ?
> > > > > > > > > >
> > > > > > > > > > It uses Mono's proxy setting, which (for the
> > 2.0 profile
> > > > > > > > > which Banshee
> > > > > > > > > > now uses) is set in
> /etc/mono/2.0/machine.config. The
> > > > > > > > > default setting
> > > > > > > > > > is to detect the proxy from the standard $http_proxy
> > > > > > > > > > environment variable. However, was a regression
> > > > in the Mono
> > > > > > > > > > 2.0
> > > > > > > profile that
> > > > > > > > > > stopped it from working. I fixed this a
> > couple of weeks
> > > > > > > > > ago, so if you
> > > > > > > > > > have Mono 1.2 or later it'll be fine.
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Michael Hutchinson
> > > > > > > > > > http://mjhutchinson.com
> > > > > > > > > > _______________________________________________
> > > > > > > > > > Banshee-list mailing list Banshee-list gnome org
> > > > > > > > > > http://mail.gnome.org/mailman/listinfo/banshee-list
> > > > > > > > > >
> > > > > > > > > -------------- next part --------------
> > > > > > > > > An HTML attachment was scrubbed...
> > > > > > > > > URL:
> > > > > > > > >
> > > > > > >
> > > > >
> > /archives/banshee-list/attachments/20061128/cbd4fa0b/attachment.ht
> > > > > m
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > Message: 4
> > > > > > > > > Date: Tue, 28 Nov 2006 21:57:21 +0100
> > > > > > > > > From: "Andr?s G. Aragoneses [ knocte ]"
> > <knocte gmail com>
> > > > > > > > > Subject: Re: [Banshee-List] Using gnome network
> > > > proxy setting
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID: <eki7ps$ob$2 sea gmane org>
> > > > > > > > > Content-Type: text/plain; charset=ISO-8859-1
> > > > > > > > >
> > > > > > > > > Hugo Palma escribi?:
> > > > > > > > > > I have mono 2.0 and my http_proxy variable is
> > set to the
> > > > > > > > > > correct value. If i understood correctly it should
> > > > > work for me
> > > > > > > > > > right ?
> > > > > > > > >
> > > > > > > > > Mono 2.0 doesn't exist (yet).
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > >
> > > > > > > > > Andr?s [ knocte ]
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > Message: 5
> > > > > > > > > Date: Tue, 28 Nov 2006 23:33:37 +0200
> > > > > > > > > From: "Siarhei Rachytski" <grayyoga gmail com>
> > > > > > > > > Subject: [Banshee-List] Support for CUE files
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID:
> > > > > > > > >
> > > > > <5c4d31840611281333y57f0327dk2aab8ab3b2d0c5fe mail gmail com>
> > > > > > > > > Content-Type: text/plain; charset=UTF-8; format=flowed
> > > > > > > > >
> > > > > > > > > Does the banshee support splitting one big music file
> > > > > into the
> > > > > > > > > virtual "tracks" using the CUE file? And by the
> > way, what
> > > > > > > > > software under Linux should I use to grab the entire
> > > > > music disk
> > > > > > > > > as a single file + *.cue file?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > Message: 6
> > > > > > > > > Date: Tue, 28 Nov 2006 21:51:10 +0000
> > > > > > > > > From: "Michael Hutchinson" <m j hutchinson gmail com>
> > > > > > > > > Subject: Re: [Banshee-List] Using gnome network
> > > > proxy setting
> > > > > > > > > To: banshee-list gnome org
> > > > > > > > > Message-ID:
> > > > > > > > >
> > > > > <aec34c770611281351p37014976ndee61700b36a7e39 mail gmail com>
> > > > > > > > > Content-Type: text/plain; charset=ISO-8859-1;
> > > > > > > > > format=flowed
> > > > > > > > >
> > > > > > > > > On 11/28/06, "Andr?s G. Aragoneses [ knocte ]"
> > > > > > > > > <knocte gmail com> wrote:
> > > > > > > > > > Hugo Palma escribi?:
> > > > > > > > > > > I have mono 2.0 and my http_proxy
> variable is set to
> > > > > > > the correct
> > > > > > > > > > > value. If i understood correctly it should work
> > > > > for me right
> > > > > > > > > > > ?
> > > > > > > > > >
> > > > > > > > > > Mono 2.0 doesn't exist (yet).
> > > > > > > > >
> > > > > > > > > To elaborate on this, the "mono 2.0 profile" refers
> > > > to mono's
> > > > > > > > > support for the CLR and class libraries version 2.0.
> > > > > This is not
> > > > > > > > > the same as Mono's version number. Note that MS do
> > > > > this too --
> > > > > > > > > .NET 3 contains CLR version 2.0...
> > > > > > > > >
> > > > > > > > > http_proxy will only be detected under the 2.0
> > > > > profile if your
> > > > > > > > > Mono runtime is version 1.2 or greater.
> > However, it's been
> > > > > > > > > working under the 1.0 profile since 1.1.13 or
> > > > something like
> > > > > > > > > that, so if you get a version old enough that the
> > > > 1.1 and 2.0
> > > > > > > > > profiles shared the same config code it would work
> > > > > with that too
> > > > > > > > > :)
> > > > > > > > >
> > > > > > > > > If you don't want to install a newer version of
> > Mono (the
> > > > > > > > > current stable version is 1.2.1), just edit
> > > > > > > > > /etc/mono/2.0/machine.config, and add proxyaddress to
> > > > > the proxy
> > > > > > > > > element: <proxy
> > > > > > > > > proxyaddress = "http://your.proxy.address:port"
> > > > > > > > > usesystemdefault = "true"
> > > > > > > > > bypassonlocal = "true"
> > > > > > > > > />
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Michael Hutchinson
> > > > > > > > > http://mjhutchinson.com
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ------------------------------
> > > > > > > > >
> > > > > > > > > _______________________________________________
> > > > > > > > > Banshee-list mailing list Banshee-list gnome org
> > > > > > > > > http://mail.gnome.org/mailman/listinfo/banshee> -list
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > End of
> > > > > > > > > Banshee-list Digest, Vol 16, Issue 34
> > > > > > > > >
> > > > > > > > > ********************************************
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]