Re: Pulseaudio on Maemo

2008-03-26 Thread Kwan Hong Lee
I have compiled in on maemo sdk and and copied over the pulseaudio
executable and all the libraries, but I get the following error when I tried
to run

$ pulseaudio --system=1
W: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
W: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
E: module.c: Failed to open module "module-hal-detect": libdbus-util.so:
cannot open shared object file: No such file or directory
E: main.c: Module load failed.
E: main.c: failed to initialize daemon.

Any ideas?

I am not sure while libdbus-util.so does not exist.  And I am not sure how
to link pulseaudio to work with the audio drivers for n800.

-kwan

On Wed, Mar 26, 2008 at 3:16 PM, Marius Gedminas <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 26, 2008 at 03:05:37PM -0400, Kwan Hong Lee wrote:
> > Has anybody got pulseaudio to work on Maemo 4.x?
>
> That would be *awesome*.
>
> Marius Gedminas
> --
> If you are angry with someone, you should walk a mile in their shoes...
> then
> you'll be a mile away from them, and you'll have their shoes.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFH6qESkVdEXeem148RAlC/AJ4xwMxnamViGZMJ9yIwtGOPtW+8owCdFBml
> Cw8XHPUAzEQ1JcRoS34dzdE=
> =QBZx
> -END PGP SIGNATURE-
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
>


-- 
http://www.media.mit.edu/~kwan/info.html
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Pulseaudio on Maemo

2008-03-26 Thread Marius Gedminas
On Wed, Mar 26, 2008 at 03:05:37PM -0400, Kwan Hong Lee wrote:
> Has anybody got pulseaudio to work on Maemo 4.x?

That would be *awesome*.

Marius Gedminas
-- 
If you are angry with someone, you should walk a mile in their shoes... then
you'll be a mile away from them, and you'll have their shoes.


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Pulseaudio on Maemo

2008-03-26 Thread Kwan Hong Lee
Has anybody got pulseaudio to work on Maemo 4.x?

-kwan
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Which SOAP library?

2008-03-26 Thread Graham Cobb
On Wednesday 26 Mar 2008, Arto Karppinen wrote:
> What SOAP library would you recommend to be used in Gtk / HILDON
> application?

I cannot comment on the advantages/disadvantages of any of these except to say 
that libsoup is being used by both GPE and Opensync.  As such, I have built 
it and uploaded it to Maemo Extras and I would expect to continue doing that 
as long as I am supplying GPE and Opensync packages which depend on it.

Graham

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Which SOAP library?

2008-03-26 Thread Arto Karppinen
What SOAP library would you recommend to be used in Gtk / HILDON 
application?

Alternatives i have found:
- gsoap, http://www.cs.fsu.edu/~engelen/soap.html
- libsoup, http://live.gnome.org/LibSoup
- csoap, http://csoap.sourceforge.net/
- libxml?
- curl?

I'm sort of lost what would be the best way to go forward.

-- 
Arto Karppinen
--
[EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: wlan power management

2008-03-26 Thread Tuomas Kulve
Kalle Valo wrote:
>> Is that API closed or open?
> 
> wlancond is open.

The wlancond seems to come in osso-wlan debian package which seems to
build depend on unpublished[1] stuff.

But there was some sources including things like this:

if (ioctl(sock, SIOCSIWPOWER, &req) < 0) {
DLOG_ERR("set power failed, state:%d", new_state);
return FALSE;
}

I'll see if I can get those working directly from my app.

Thanks.


[1] http://www.mail-archive.com/maemo-developers@maemo.org/msg11070.html

-- 
Tuomas




signature.asc
Description: OpenPGP digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: wlan power management

2008-03-26 Thread Kalle Valo
"ext Tuomas Kulve" <[EMAIL PROTECTED]> writes:

> Kalle Valo wrote:
>> "ext Tuomas Kulve" <[EMAIL PROTECTED]> writes:
>> 
>>> Is there a way to adjust the power saving options for wlan? With iwconfig?
>>>
>>> I tried "iwconfig wlan0 power X Y" with different X and Y options but I
>>> always got invalid argument.
>> 
>> See this:
>> 
>> http://maemo.org/community/wiki/wifipsm/
>
> So the gconf values are read by ICd which then sets the power saving
> mode of the device through some other API?

Nope, wlancond reads them from gconf and passes them to cx3110x using
Wireless Extensions.

> Is that API closed or open?

wlancond is open.

-- 
Kalle Valo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: wlan power management

2008-03-26 Thread Tuomas Kulve
Kalle Valo wrote:
> "ext Tuomas Kulve" <[EMAIL PROTECTED]> writes:
> 
>> Is there a way to adjust the power saving options for wlan? With iwconfig?
>>
>> I tried "iwconfig wlan0 power X Y" with different X and Y options but I
>> always got invalid argument.
> 
> See this:
> 
> http://maemo.org/community/wiki/wifipsm/

So the gconf values are read by ICd which then sets the power saving
mode of the device through some other API? Is that API closed or open?

-- 
Tuomas




signature.asc
Description: OpenPGP digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: wlan power management

2008-03-26 Thread Kalle Valo
"ext Tuomas Kulve" <[EMAIL PROTECTED]> writes:

> Is there a way to adjust the power saving options for wlan? With iwconfig?
>
> I tried "iwconfig wlan0 power X Y" with different X and Y options but I
> always got invalid argument.

See this:

http://maemo.org/community/wiki/wifipsm/

And google for wlan_sleep_timeout and inactive_wlan_sleep_timeout.

-- 
Kalle Valo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers