Re: [SLUG] SD Card support under Linux/DRM

2004-02-25 Thread Umar Goldeli
Howdy Scott,

Yep - been there.. doesn't work.. and the other thing is that having to
use only one particular program on one particular OS offends me as well.  
Eek.

It's interesting that Panasonic have opted down this path though.. other 
SD based players allow you to just mount and copy files across.. bah.

//umar.


> Have you tried installing Jukebox under wine?
> Chances are it won't work, but it would be worth a try.
> http://www.winehq.org
> 
> Cheers,
> 
> Scott
> 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-25 Thread Umar Goldeli
Actually I've also heard that the people working on the Zaurus project 
have got this working as well - but don't give out their code etc..

Apparantly you have to sign away your life to get access to the doco from 
the SD manufacturers and can't pass it on afterwards.

//umar.

> I believe that SD cards are working on at least some models of the iPAQ running
> Familiar Linux.
> 
> Check http://familiar.handhelds.org/
> 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-24 Thread Jamie Wilkinson
This one time, at band camp, [EMAIL PROTECTED] wrote:
>[EMAIL PROTECTED] wrote on 25-02-2004 04:08:24 PM:
>
>> 
>> 
>> > Quick question - I was wondering whether there was a Linux/OS version 
>of
>> > some utils to transfer mp3 files to a SD card based mp3 player with 
>what
>> > appears to be DRM of some sort?
>> 
>> AFAIK, SD is an encumbered, zero-documentation format, and thus support 
>for
>> it is minimal at best. But, there could be some enterprising people 
>working
>> on it that I don't know about. ;-)
>
>If it wasn't for SD support in Linux, I would have a $700 piece of junk 
>Pentax Optio S4 Digital Camera!
>I haven't been able to mount the camera in Linux, it try's very hard but 
>then it complains about some command or something isn't implemented.
>The SD card however worked off the bat (well as soon as I compiled my SD 
>readers module).

I have the same camera, and the usb cable works very well for me!  If
you're using 2.6 the unusual_devs.h has been updated for it, but if
you're using 2.4.something then you'll want this patch:

-- 
[EMAIL PROTECTED]   http://spacepants.org/jaq.gpg
ChangeSet 1.1274, 2003/12/11 11:42:50-08:00, [EMAIL PROTECTED]

[PATCH] USB storage: Make Pentax Optio S4 work

The change below is needed to get the S4 camera working.
Tested with both Optio S/S4


 drivers/usb/storage/unusual_devs.h |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.hFri Dec 12 15:07:41 2003
+++ b/drivers/usb/storage/unusual_devs.hFri Dec 12 15:07:41 2003
@@ -605,8 +605,8 @@
 /* Submitted by Per Winkvist <[EMAIL PROTECTED]> */
 UNUSUAL_DEV( 0x0a17, 0x006, 0x1000, 0x9009,
 "Pentax",
-"Optio S",
-US_SC_8070, US_PR_CBI, NULL,
+"Optio S/S4",
+US_SC_DEVICE, US_PR_DEVICE, NULL,
 US_FL_FIX_INQUIRY ),

 #ifdef CONFIG_USB_STORAGE_ISD200
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-24 Thread scott
[EMAIL PROTECTED] wrote on 25-02-2004 04:08:24 PM:

> 
> 
> > Quick question - I was wondering whether there was a Linux/OS version 
of
> > some utils to transfer mp3 files to a SD card based mp3 player with 
what
> > appears to be DRM of some sort?
> 
> AFAIK, SD is an encumbered, zero-documentation format, and thus support 
for
> it is minimal at best. But, there could be some enterprising people 
working
> on it that I don't know about. ;-)

If it wasn't for SD support in Linux, I would have a $700 piece of junk 
Pentax Optio S4 Digital Camera!
I haven't been able to mount the camera in Linux, it try's very hard but 
then it complains about some command or something isn't implemented.
The SD card however worked off the bat (well as soon as I compiled my SD 
readers module).

Cheers,

Scott

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-24 Thread scott
[EMAIL PROTECTED] wrote on 25-02-2004 04:13:11 PM:

> Greetings All,
> 
> Quick question - I was wondering whether there was a Linux/OS version of 

> some utils to transfer mp3 files to a SD card based mp3 player with what 

> appears to be DRM of some sort?
> 
> As it stands, I bought a Panasonic SV-SD80 - thinking that I could just 
> mount the SD card, and just copy files across to it - however, Panasonic 

> in all their Customer Focused Wisdom(tm) appear to require some horrid 
> windows only program called "Real Player Jukebox" to be able to use this 

> device at all...
> 
Have you tried installing Jukebox under wine?
Chances are it won't work, but it would be worth a try.
http://www.winehq.org

Cheers,

Scott

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-24 Thread Erik de Castro Lopo
On Wed, 25 Feb 2004 16:08:24 +1100
Jeff Waugh <[EMAIL PROTECTED]> wrote:

> 
> 
> > Quick question - I was wondering whether there was a Linux/OS version of
> > some utils to transfer mp3 files to a SD card based mp3 player with what
> > appears to be DRM of some sort?
> 
> AFAIK, SD is an encumbered, zero-documentation format, and thus support for
> it is minimal at best. But, there could be some enterprising people working
> on it that I don't know about. ;-)

I believe that SD cards are working on at least some models of the iPAQ running
Familiar Linux.

Check http://familiar.handhelds.org/

Erik
-- 
+---+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+---+
"Only wimps use tape backup: *real* men just upload their
important stuff on FTP, and let the rest of the world
mirror it ;)" -- Linus Torvalds
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] SD Card support under Linux/DRM

2004-02-24 Thread Jeff Waugh


> Quick question - I was wondering whether there was a Linux/OS version of
> some utils to transfer mp3 files to a SD card based mp3 player with what
> appears to be DRM of some sort?

AFAIK, SD is an encumbered, zero-documentation format, and thus support for
it is minimal at best. But, there could be some enterprising people working
on it that I don't know about. ;-)

- Jeff

-- 
GVADEC 2004: Kristiansand, Norwayhttp://2004.guadec.org/
 
   "Instead you're doing circle jerks with the Care Bears of Censorship."
- Siduri on Slashdot
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] SD Card support under Linux/DRM

2004-02-24 Thread Umar Goldeli
Greetings All,

Quick question - I was wondering whether there was a Linux/OS version of 
some utils to transfer mp3 files to a SD card based mp3 player with what 
appears to be DRM of some sort?

As it stands, I bought a Panasonic SV-SD80 - thinking that I could just 
mount the SD card, and just copy files across to it - however, Panasonic 
in all their Customer Focused Wisdom(tm) appear to require some horrid 
windows only program called "Real Player Jukebox" to be able to use this 
device at all...

As I am not very keen on installing windows just to run a silly program, I 
am stuck here with an $800 piece of shiny plastic which does nothing. :\

Very nice of them to mention nothing on the packaging either.. otherwise I 
would certainly not have bought it.. *groan*

Thanks in advance..

//umar.


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html