Active Topics

 


Reply
Thread Tools
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#671
Originally Posted by pali View Post
Yes, at the moment and all working fine:

Code:
$ wget --auth-no-challenge https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/rm680/omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb
--2011-12-06 09:48:16--  https://qa9recEP:*password*@downloads.maemo.nokia.com/harmattan/rm680/omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb
Resolving downloads.maemo.nokia.com... 2.16.195.200
Connecting to downloads.maemo.nokia.com|2.16.195.200|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2268328 (2.2M) [text/plain]
Saving to: `omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb'

100%[==========================================================================================================>] 2,268,328   11.3M/s   in 0.2s    

2011-12-06 09:48:16 (11.3 MB/s) - `omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb' saved [2268328/2268328]
so may i ask how to add this harmattan/rm680 repository on my n900 ?
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#672
You don't. For obvious reasons*. Read the last pages and the first post again.

* F_cking up your fone.
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#673
Originally Posted by pali View Post
Yes, at the moment and all working fine:
Not working here:
Code:
miguel@linux:/usr/src/soft/supplementary/n900> wget --auth-no-challenge https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/rm680/omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb
--2011-12-06 17:05:15--  https://qa9recEP:*password*@downloads.maemo.nokia.com/harmattan/rm680/omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb
Resolviendo downloads.maemo.nokia.com... 88.221.11.200
Connecting to downloads.maemo.nokia.com|88.221.11.200|:443... conectado.
Petición HTTP enviada, esperando respuesta... 403 Forbidden
2011-12-06 17:05:16 ERROR 403: Forbidden.
 
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#674
@maacruz:
I tested it again, and again no problem. So you have problem with connection...
 
Posts: 64 | Thanked: 109 times | Joined on Mar 2010
#675
For all those who get error when trying to reinstall dsp libs and gstreamer to fremantle version:
Code:
apt-get install --reinstall omap3430-dsp-baseimage-ti omap3430-dsp-libraries-ti gstreamer0.10-openmax gstreamer0.10-dsp
Reinstallation of omap3430-dsp-baseimage-ti is not possible, it cannot be downloaded.
Add following repository to /etc/apt/source.list

Code:
deb https://downloads.maemo.nokia.com/fremantle/ssu/002 ./

Last edited by mauron85; 2011-12-06 at 17:33.
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#676
Originally Posted by pali View Post
@maacruz:
I tested it again, and again no problem. So you have problem with connection...
403 FORBIDDEN can't be caused by connection problem. For some reason it doesn't accept the login credentials, and that causes the 403.
 

The Following 3 Users Say Thank You to maacruz For This Useful Post:
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#677
Originally Posted by pali View Post
Yes, at the moment and all working fine:

Code:
.....

100%[==========================================================================================================>] 2,268,328   11.3M/s   in 0.2s
Do you have 100 Mb/s internet connection?
Because otherwise this could be the result of some cache.
 
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#678
Originally Posted by maacruz View Post
Do you have 100 Mb/s internet connection?
Because otherwise this could be the result of some cache.
yes, I have it.
 

The Following User Says Thank You to pali For This Useful Post:
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#679
Code:
bridge_io_on_loaded: shm Error, reserved 0x400000 required 0x50000
followed some time later after gst-launch with the ubiqous
Code:
procwrap_detach: deprecated dspbridge ioctl
/etc/modprobe.d/bridgedriver contains obviously:

Code:
options bridgedriver phys_mempool_base=0 base_img=/lib/dsp/baseimage.dof
#fixed by kernel-power
This should probably read (using a value of 0x500000 of course)

Code:
options bridgedriver shm_size=0x400000 phys_mempool_base=0 base_img=/lib/dsp/baseimage.dof
#fixed by kernel-power
which is what i have as a .dpkg-dist automatic backup.

EDIT: got rid of the shared memomry error, but how to get rid of:
- black screen during recording
- "unable to play format" messages for playback
- during boot:
[ 26.860992] cod_open: error status 0x80008033, pszCoffPath: /lib/dsp/h264vdec_sn.dll64P flags: 0x0
- during boot:
[ 931.779205] node_create: failed to load create code: 0x80008008
- during playback:
[ 1295.753845] procwrap_detach: deprecated dspbridge ioctl
- during playback:
create_node: dsp node create failed
init_node: dsp node creation failed
gstdsp_send_codec_data: couldn't start node
ERROR: pipeline doesn't want to preroll.

Crap. I'm / was pretty sure that i set up everything correct again.
Attached Files
File Type: txt dmsg-2.txt (15.2 KB, 73 views)
File Type: txt gst-launch-log.txt (633 Bytes, 75 views)

Last edited by don_falcone; 2011-12-06 at 22:49.
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#680
Occurs to me that when playing a 720p video no picture via TV output. Does anyone else have this same problem?
 
Reply

Tags
balls, gpl violation, hackjobs, lgpl violation, nokia, upgrade..., video player


 
Forum Jump


All times are GMT. The time now is 06:06.