Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Javad Ayaz
i found an alternative...which i tried but i couldnt get to run successfully
.

I provide a link...

http://ubuntuforums.org/showthread.php?t=697579


I get the exact same error. Can anyone advise as to what it means ...and how
to solve it?

Regards

Javad


On 13/06/2008, Alan Pope [EMAIL PROTECTED] wrote:

 On Fri, 2008-06-13 at 12:45 +0100, Javad Ayaz wrote:
  I have a Sony NWHD3 mp3 player which uses the terrible Sonicstage
  software.
 

 Sony :(

  Im just wondering... would flashing the firmware with another mp3
  player, be possible?

 No. Not at all.

  Does this sound possible or am i day dreaming!?

 The only alternative would be to use an open-source firmware such as
 rockbox. However I don't believe that Rockbox runs on that device.

 Cheers,
 Al.

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Dave Walker
Javad Ayaz wrote:
SNIP
 http://ubuntuforums.org/showthread.php?t=697579
 
 I get the exact same error. Can anyone advise as to what it means ...and how
 to solve it?
 
SNIP

Hi Javad,

Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


Kind Regards,
Dave Walker

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Javad Ayaz
ok i will try and input tha command...although i think i already have those
installed!

Thank you Dave!


On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means ...and
 how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Philip Wyett
2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 ok i will try and input tha command...although i think i already have those
 installed!

 Thank you Dave!


 On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means ...and
 how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker


You want 'libtagc0-dev' not 'libtag1-dev'.

Regards

Phil
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Philip Wyett
2008/6/16 Philip Wyett [EMAIL PROTECTED]:



 2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 ok i will try and input tha command...although i think i already have
 those installed!

 Thank you Dave!


 On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means
 ...and how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker


 You want 'libtagc0-dev' not 'libtag1-dev'.

 Regards

 Phil


Just FYI, the full list of build deps are:

libxml2-dev
libglib2.0-dev
libgtk2.0-dev
libdbus-1-dev
libhal-dev
libgnomevfs2-dev
libtagc0-dev

Note: A lot of package dependencies will be installed. :-)

The application builds and links fine here on 7.10.

Regards

Phil
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Javad Ayaz
sorry , a bit confused now 
so which one to install then?and the package dependencies, i can avoid
those?i guess not!

btw im using hardy!


On 16/06/2008, Philip Wyett [EMAIL PROTECTED] wrote:



 2008/6/16 Philip Wyett [EMAIL PROTECTED]:



 2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 ok i will try and input tha command...although i think i already have
 those installed!

 Thank you Dave!


   On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means
 ...and how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker


 You want 'libtagc0-dev' not 'libtag1-dev'.

 Regards

 Phil



 Just FYI, the full list of build deps are:

 libxml2-dev
 libglib2.0-dev
 libgtk2.0-dev
 libdbus-1-dev
 libhal-dev
 libgnomevfs2-dev
 libtagc0-dev

 Note: A lot of package dependencies will be installed. :-)

 The application builds and links fine here on 7.10.

 Regards

 Phil

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Philip Wyett
2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 sorry , a bit confused now 
 so which one to install then?and the package dependencies, i can avoid
 those?i guess not!

 btw im using hardy!


 On 16/06/2008, Philip Wyett [EMAIL PROTECTED] wrote:



 2008/6/16 Philip Wyett [EMAIL PROTECTED]:



 2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 ok i will try and input tha command...although i think i already have
 those installed!

 Thank you Dave!


   On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means
 ...and how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker


 You want 'libtagc0-dev' not 'libtag1-dev'.

 Regards

 Phil



 Just FYI, the full list of build deps are:

 libxml2-dev
 libglib2.0-dev
 libgtk2.0-dev
 libdbus-1-dev
 libhal-dev
 libgnomevfs2-dev
 libtagc0-dev

 Note: A lot of package dependencies will be installed. :-)

 The application builds and links fine here on 7.10.

 Regards

 Phil

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/



 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


Make sure you have the list of 7 packages above installed. Yes, you will
need to
accept and install the dependencies I'm afraid. The app builds on Hardy too.

Regards

Phil
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Can i ask a very techie related question?regarding firmware on my MP3 player!!!

2008-06-16 Thread Javad Ayaz
ok now i understand thank you

On 16/06/2008, Philip Wyett [EMAIL PROTECTED] wrote:



 2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 sorry , a bit confused now 
 so which one to install then?and the package dependencies, i can avoid
 those?i guess not!

 btw im using hardy!


   On 16/06/2008, Philip Wyett [EMAIL PROTECTED] wrote:



 2008/6/16 Philip Wyett [EMAIL PROTECTED]:



 2008/6/16 Javad Ayaz [EMAIL PROTECTED]:

 ok i will try and input tha command...although i think i already have
 those installed!

 Thank you Dave!


   On 16/06/2008, Dave Walker [EMAIL PROTECTED] wrote:

 Javad Ayaz wrote:
 SNIP
  http://ubuntuforums.org/showthread.php?t=697579
 
  I get the exact same error. Can anyone advise as to what it means
 ...and how
  to solve it?
 
 SNIP

 Hi Javad,

 Try to install the following packages:
$ sudo apt-get install libxml2-dev libtag1-dev


 Kind Regards,
 Dave Walker


 You want 'libtagc0-dev' not 'libtag1-dev'.

 Regards

 Phil



 Just FYI, the full list of build deps are:

 libxml2-dev
 libglib2.0-dev
 libgtk2.0-dev
 libdbus-1-dev
 libhal-dev
 libgnomevfs2-dev
 libtagc0-dev

 Note: A lot of package dependencies will be installed. :-)

 The application builds and links fine here on 7.10.

 Regards

 Phil


 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/





 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


 Make sure you have the list of 7 packages above installed. Yes, you will
 need to
 accept and install the dependencies I'm afraid. The app builds on Hardy
 too.

 Regards

 Phil

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] iplayer downloads

2008-06-16 Thread dvhllswrth
I can't save the stream using mplayer -dumpstream http://www.bbc.co.etc.
I locate the url from firefox using unplug. It works for other streams but not 
this one.
Does anyone had a better way?? Apart from? MS.
David.


AOL's new homepage has launched. Take a tour at http://info.aol.co.uk/homepage/ 
now.
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread [EMAIL PROTECTED]


Original Message:
-
From:  [EMAIL PROTECTED]
Date: Mon, 16 Jun 2008 07:12:12 -0400
To: ubuntu-uk@lists.ubuntu.com
Subject: [ubuntu-uk] iplayer downloads


I can't save the stream using mplayer -dumpstream http://www.bbc.co.etc.
I locate the url from firefox using unplug. It works for other streams but
not this one.
Does anyone had a better way?? Apart from? MS.
David.


AOL's new homepage has launched. Take a tour at
http://info.aol.co.uk/homepage/ now.

AFAIK, there is no way to capture the stream at the moment. 
MJ


myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread Joshua Scotton
On Mon, 2008-06-16 at 07:21 -0400, [EMAIL PROTECTED] wrote:
 
 Original Message:
 -
 From:  [EMAIL PROTECTED]
 Date: Mon, 16 Jun 2008 07:12:12 -0400
 To: ubuntu-uk@lists.ubuntu.com
 Subject: [ubuntu-uk] iplayer downloads
 
 
 I can't save the stream using mplayer -dumpstream http://www.bbc.co.etc.
 I locate the url from firefox using unplug. It works for other streams but
 not this one.
 Does anyone had a better way?? Apart from? MS.
 David.
 
 
 AOL's new homepage has launched. Take a tour at
 http://info.aol.co.uk/homepage/ now.
 
 AFAIK, there is no way to capture the stream at the moment. 
 MJ

Because of the recent iPhone compatibility there is a loophole which
allows you to download episodes from the flash iPlayer in mp4 format.

I saw a working perl script for it a couple of months back but I'm not
going to link to it on this mailing list as its probably illegal and
definitely breaks the BBC's TCs.

Regards,
Josh

-- 
Joshua Scotton, MAAT

My PGP public key: 
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x3E4E0E21 


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread Russell Green
2008/6/16 Joshua Scotton [EMAIL PROTECTED]:

 On Mon, 2008-06-16 at 07:21 -0400, [EMAIL PROTECTED] wrote:
 
  Original Message:
  -
  From:  [EMAIL PROTECTED]
  Date: Mon, 16 Jun 2008 07:12:12 -0400
  To: ubuntu-uk@lists.ubuntu.com
  Subject: [ubuntu-uk] iplayer downloads
 
 
  I can't save the stream using mplayer -dumpstream http://www.bbc.co.
 etc.
  I locate the url from firefox using unplug. It works for other streams
 but
  not this one.
  Does anyone had a better way?? Apart from? MS.
  David.
 
  
  AOL's new homepage has launched. Take a tour at
  http://info.aol.co.uk/homepage/ now.
 
  AFAIK, there is no way to capture the stream at the moment.
  MJ

 Because of the recent iPhone compatibility there is a loophole which
 allows you to download episodes from the flash iPlayer in mp4 format.

 I saw a working perl script for it a couple of months back but I'm not
 going to link to it on this mailing list as its probably illegal and
 definitely breaks the BBC's TCs.

 Regards,
 Josh

 --
 Joshua Scotton, MAAT

 My PGP public key:
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x3E4E0E21

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


Theres a ruby script floating around the internet that allows you to
download programs.Since its illegal I cant post it here.Google will find it
but.;)


-- 
--
Russell
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread Javad Ayaz
will a search on google find this out...? key words being firefox iplayer
download maybe?

On 16/06/2008, Russell Green [EMAIL PROTECTED] wrote:



 2008/6/16 Joshua Scotton [EMAIL PROTECTED]:

  On Mon, 2008-06-16 at 07:21 -0400, [EMAIL PROTECTED] wrote:
 
  Original Message:
  -
  From:  [EMAIL PROTECTED]
  Date: Mon, 16 Jun 2008 07:12:12 -0400
  To: ubuntu-uk@lists.ubuntu.com
  Subject: [ubuntu-uk] iplayer downloads
 
 
  I can't save the stream using mplayer -dumpstream http://www.bbc.co.
 etc.
  I locate the url from firefox using unplug. It works for other streams
 but
  not this one.
  Does anyone had a better way?? Apart from? MS.
  David.
 
  
  AOL's new homepage has launched. Take a tour at
  http://info.aol.co.uk/homepage/ now.
 
  AFAIK, there is no way to capture the stream at the moment.
  MJ


 Because of the recent iPhone compatibility there is a loophole which
 allows you to download episodes from the flash iPlayer in mp4 format.

 I saw a working perl script for it a couple of months back but I'm not
 going to link to it on this mailing list as its probably illegal and
 definitely breaks the BBC's TCs.

 Regards,
 Josh

 --
 Joshua Scotton, MAAT

 My PGP public key:
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x3E4E0E21

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


 Theres a ruby script floating around the internet that allows you to
 download programs.Since its illegal I cant post it here.Google will find it
 but.;)


 --
 --
 Russell
 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread Michael Rimicans
The script did work but then the beeb clamped down again


Javad Ayaz wrote:
 will a search on google find this out...? key words being firefox 
 iplayer download maybe?

 On 16/06/2008, *Russell Green* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:



 2008/6/16 Joshua Scotton [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 On Mon, 2008-06-16 at 07:21 -0400, [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
  Original Message:
  -
  From:  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  Date: Mon, 16 Jun 2008 07:12:12 -0400
  To: ubuntu-uk@lists.ubuntu.com
 mailto:ubuntu-uk@lists.ubuntu.com
  Subject: [ubuntu-uk] iplayer downloads
 
 
  I can't save the stream using mplayer -dumpstream
 http://www.bbc.co. http://www.bbc.co./etc.
  I locate the url from firefox using unplug. It works for
 other streams but
  not this one.
  Does anyone had a better way?? Apart from? MS.
  David.
 
  
 
  AOL's new homepage has launched. Take a tour at
  http://info.aol.co.uk/homepage/ now.
 
  AFAIK, there is no way to capture the stream at the moment.
  MJ

  
 Because of the recent iPhone compatibility there is a loophole
 which
 allows you to download episodes from the flash iPlayer in mp4
 format.

 I saw a working perl script for it a couple of months back but
 I'm not
 going to link to it on this mailing list as its probably
 illegal and
 definitely breaks the BBC's TCs.

 Regards,
 Josh

 --
 Joshua Scotton, MAAT

 My PGP public key:
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x3E4E0E21
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x3E4E0E21

 --
 ubuntu-uk@lists.ubuntu.com mailto:ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/


 Theres a ruby script floating around the internet that allows you
 to download programs.Since its illegal I cant post it here.Google
 will find it but.;)


 -- 
 --
 Russell
 --
 ubuntu-uk@lists.ubuntu.com mailto:ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.org/UKTeam/




-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] iplayer downloads

2008-06-16 Thread Andrew Gee
Michael Rimicans wrote:
 The script did work but then the beeb clamped down again

The beeb did clamp down again, but within two days, someone had made a 
new little script to decode the DRM they had put on the new mp4 files.

There's a beebhack wiki somewhere, detailing everything.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] dv video importing

2008-06-16 Thread Farran
hey all
a friend took some video of a band playing at a gig a while ago. I like
to think of them as my band - I don't play, but I do do the sound, and
me and a friend wanted to make them a music video. So we're both taking
the dv video and fiddling, seeing who can get the best results and
clipping it together.
I've failed at the first hurdle - he's on windows and I said my Linux
Box was brilliant. How do I import the video? I don't have firewire on
my motherboard (but I was thinking about getting a PCI card), but the
camera does usb too. I think I've found the device -
possibly /dev/sequencer2 (obviously it's not video1394) - but none of
the programs will find it...
help please :D?

thankyou

===
Farran Lee
I'm only 15 :-P
attachment: smiley-10.pngattachment: smiley-1.png-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] dv video importing

2008-06-16 Thread Rob Beard
Farran wrote:
 hey all
 a friend took some video of a band playing at a gig a while ago. I like 
 to think of them as my band - I don't play, but I do do the sound, and 
 me and a friend wanted to make them a music video. So we're both taking 
 the dv video and fiddling, seeing who can get the best results and 
 clipping it together.
 I've failed at the first hurdle - he's on windows and I said my Linux 
 Box was brilliant. How do I import the video? I don't have firewire on 
 my motherboard (but I was thinking about getting a PCI card), but the 
 camera does usb too. I think I've found the device - possibly 
 /dev/sequencer2 (obviously it's not video1394) - but none of the 
 programs will find it...
 help please :D?
 
 thankyou
 

What is the model of the camera?

Some of them use USB to act as an expensive webcam (at least my Dad's 
Panasonic does this).  If you search for the model of the camera on 
Google it might give you something to go on.  Chances are someone with 
the same camera would have already tried it with Linux.

Still think maybe you should look at getting a Firewire card if you can, 
they're only about £10 (if that) and can be used for other things too 
like external hard drives etc.

Rob


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] iplayer

2008-06-16 Thread dvhllswrth
Thanks for the pointers. Will consult Google.
David.


AOL's new homepage has launched. Take a tour at http://info.aol.co.uk/homepage/ 
now.
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] BBC listen again service

2008-06-16 Thread Tony Arnold
I haev a new installation of Hardy and I'm having trouble with listening
to anything on the BBC's listen again service. There is either no sound
at all or it is very broken and incomprehensible.

iplayer works fine for both sound and video.

I'm sure there must be some codec or something I need to install. Anyone
got any ideas?

Regards,
Tony.
-- 
Tony Arnold, IT Security Coordinator, University of Manchester,
IT Services Division, Kilburn Building, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E: [EMAIL PROTECTED], H: http://www.man.ac.uk/Tony.Arnold

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Philip Newborough
On Mon, Jun 16, 2008 at 8:57 PM, Tony Arnold
[EMAIL PROTECTED] wrote:
 I haev a new installation of Hardy and I'm having trouble with listening
 to anything on the BBC's listen again service. There is either no sound
 at all or it is very broken and incomprehensible.

 iplayer works fine for both sound and video.

 I'm sure there must be some codec or something I need to install. Anyone
 got any ideas?


Hi Tony, do have a link to one of the troublesome pages?

---
Philip

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Tony Arnold
Philip,

Philip Newborough wrote:
 On Mon, Jun 16, 2008 at 8:57 PM, Tony Arnold
 [EMAIL PROTECTED] wrote:
 I haev a new installation of Hardy and I'm having trouble with listening
 to anything on the BBC's listen again service. There is either no sound
 at all or it is very broken and incomprehensible.

 iplayer works fine for both sound and video.

 I'm sure there must be some codec or something I need to install. Anyone
 got any ideas?

 
 Hi Tony, do have a link to one of the troublesome pages?

Sure, go to http://www.bbc.co.uk/radio4/factual/pip/1z1bm/ and then
click on the 'listen again to this programme'.

Regards,
Tony.
-- 
Tony Arnold, IT Security Coordinator, University of Manchester,
IT Services Division, Kilburn Building, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E: [EMAIL PROTECTED], H: http://www.man.ac.uk/Tony.Arnold

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] TV Out on NVidia or ATI cards

2008-06-16 Thread Rob Beard
Hi folks,

I'm looking to build a PC to output to a SCART to RF converter so it can 
be piped via RF through a building to display an automatically updating 
web site.

As the box I'm going to be using only takes a composite video input I am 
on the lookout for a cheap and cheerful PCI Express video card with TV out.

Now I've been looking into this and it appears that TV out support using 
free drivers on either ATI or NVidia is a bit sketchy (i.e. I can't find 
anything conclusive).  I know that using the proprietary drivers on 
either an ATI or NVidia card the TV output would work fine, but I was 
wondering if anyone has managed to get the free drivers (xf86-video-ati, 
radeonhd, xf86-video-nv) working with one of the newer cards (Radeon 
X1550, GeForce 7200GS etc).

Rob

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Jamie Bennett
On Mon, 2008-06-16 at 21:12 +0100, Tony Arnold wrote:
 Sure, go to http://www.bbc.co.uk/radio4/factual/pip/1z1bm/ and then
 click on the 'listen again to this programme'.

Ouch you could of warned us ;)

Its garbled in an unpleasant sense (turn your speakers down). No idea
what is wrong though.

 Regards,
 Tony.

Jamie


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Philip Newborough
On Mon, Jun 16, 2008 at 9:12 PM, Tony Arnold
[EMAIL PROTECTED] wrote:
 Hi Tony, do have a link to one of the troublesome pages?

 Sure, go to http://www.bbc.co.uk/radio4/factual/pip/1z1bm/ and then
 click on the 'listen again to this programme'.

Thanks for the link. I gave it a try and it worked fine for me. It
played through RealPlayer with the Mozilla plugins. I have a
RealPlayer howto if you need it:
http://crunchbang.org/wiki/realplayer-on-ubuntu/

Hope this help :)

Cheers
---
Philip

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Tony Arnold
Philip,

Philip Newborough wrote:
 On Mon, Jun 16, 2008 at 9:12 PM, Tony Arnold
 [EMAIL PROTECTED] wrote:
 Hi Tony, do have a link to one of the troublesome pages?
 Sure, go to http://www.bbc.co.uk/radio4/factual/pip/1z1bm/ and then
 click on the 'listen again to this programme'.

 Thanks for the link. I gave it a try and it worked fine for me. It
 played through RealPlayer with the Mozilla plugins. I have a
 RealPlayer howto if you need it:
 http://crunchbang.org/wiki/realplayer-on-ubuntu/
 
 Hope this help :)

Thanks. I was hoping to get this working without installing Real Player!
(Only so I could avoid proprietary code). But if that's the solution,
I'll go with it.

Regards,
Tony.
-- 
Tony Arnold, IT Security Coordinator, University of Manchester,
IT Services Division, Kilburn Building, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E: [EMAIL PROTECTED], H: http://www.man.ac.uk/Tony.Arnold

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] BBC listen again service

2008-06-16 Thread Tony Arnold
Jamie,

Jamie Bennett wrote:
 On Mon, 2008-06-16 at 21:12 +0100, Tony Arnold wrote:
 Sure, go to http://www.bbc.co.uk/radio4/factual/pip/1z1bm/ and then
 click on the 'listen again to this programme'.
 
 Ouch you could of warned us ;)

Sorry about that. Hope your ears have recovered now!

 Its garbled in an unpleasant sense (turn your speakers down). No idea
 what is wrong though.

It's beginning to look like I need to install RaelPlayer.

Regards,
Tony.
-- 
Tony Arnold, IT Security Coordinator, University of Manchester,
IT Services Division, Kilburn Building, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E: [EMAIL PROTECTED], H: http://www.man.ac.uk/Tony.Arnold

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/