Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-08-06 Thread GNUtoo
hi,
 As you know we first tried to remove(/free) the non-free android part
 related to the drivers for the G1,but you came and you made shown how to
 run the distro of your choice on the G1...
 I did the first step an I've forked the android kernel to remove android
 components.
What do you mean by remove android components? just remove them? or
replace them with standard components?
for instance the USB function framework can be replaced by the gadget
framework easily,just changing the .config
 http://gitorious.org/openmoko-msm-2-6-29
 http://wiki.openmoko.org/wiki/OpenMoko_on_HTC-Dream
so which one should I clone,the official one or your repo?
 We are now more organized and we have a name(replicant),and an IRC
 channel ( #replicant on freenode),but we are waiting for the rest of the
 infrastructure
 Our goal is to free the G1,that is to say port GNU/Linux(with FSO) on
 it but also replace some android components with free ones
 so far:
 *you've got the wifi and the screen working
 Screen works. I've got Enlightment running right now.
 Touchscreen and mouse work perfect too.
wow! how did you do that? I'm stuck with screen now(I've just made usbnet
work)

Denis.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-08-06 Thread David Lanzendörfer
 hi,
hi
  [...]
  [...]
 What do you mean by remove android components? just remove them? or
 replace them with standard components?
 for instance the USB function framework can be replaced by the gadget
 framework easily,just changing the .config
I replace them by standartfeatures or new drivers and remove the android 
specific in with this state useless features from the kernel.

  http://gitorious.org/openmoko-msm-2-6-29
  http://wiki.openmoko.org/wiki/OpenMoko_on_HTC-Dream

 so which one should I clone,the official one or your repo?
My repo :)

  [...]
  Touchscreen and mouse work perfect too.
 wow! how did you do that? I'm stuck with screen now(I've just made usbnet
 work)
You have to clone my repo. Theres a patch from linux-to-go in it, for the 
msmfb. With this patch Xfbdev starts withouth any problem.
You have only need to describe trout in /etc/X11/Xserver
Xfbdev -mouse tslib,/dev/input/touchscreen0 -mouse mouse,/dev/input/mouse1 
export DISPLAY=:0.0
xtscal 
Calibrate it and enjoy it! ;)

 Denis.
leviathan


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-08-04 Thread David Lanzendörfer
 Hi,
Hi

 I finally bought a G1,
Well! Me too.

 As you know we first tried to remove(/free) the non-free android part
 related to the drivers for the G1,but you came and you made shown how to
 run the distro of your choice on the G1...
I did the first step an I've forked the android kernel to remove android 
components.
http://gitorious.org/openmoko-msm-2-6-29
http://wiki.openmoko.org/wiki/OpenMoko_on_HTC-Dream

 We are now more organized and we have a name(replicant),and an IRC
 channel ( #replicant on freenode),but we are waiting for the rest of the
 infrastructure
 Our goal is to free the G1,that is to say port GNU/Linux(with FSO) on
 it but also replace some android components with free ones
 so far:
 *you've got the wifi and the screen working
Screen works. I've got Enlightment running right now.
Touchscreen and mouse work perfect too.

 *someone tested that program:
 http://linuxtogo.org/~lgorris/misc/playwav2.c
 with all the proprietary things removed and it worked
Very good!

 so we should be able to have sound too
 but we need something that translate the dspish thing to an alsa thing
 in order to get out of the box support for all applications
 else we could port each library or application to the dsp-ish thing(such
 as mplayer,vlc,pulseaudio,libxine etc...)
 Denis
I would prefer to have a simple /dev/dsp on the kernel

greatings
leviathan
-- 
David Lanzendörfer
OpenSourceSupport GmbH
Junior system engineer and supporter


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-08-04 Thread rakshat hooja
On Tue, Aug 4, 2009 at 7:53 PM, David Lanzendörfer 
david.lanzendoer...@o2s.ch wrote:

 Screen works. I've got Enlightment running right now.
 Touchscreen and mouse work perfect too.


Screenshot?

Rakshat
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-08-01 Thread Michael 'Mickey' Lauer
On Friday 31 July 2009 22:02:34 GNUtoo wrote:
 http://linuxtogo.org/~lgorris/misc/playwav2.c
 with all the proprietary things removed and it worked
 so we should be able to have sound too
 but we need something that translate the dspish thing to an alsa thing
 in order to get out of the box support for all applications
 else we could port each library or application to the dsp-ish thing(such
 as mplayer,vlc,pulseaudio,libxine etc...)

I don't think porting every application is a viable approach. Your end-goal 
should be full ALSA support, however as a first step, it might be enough to 
teach FSO how to play sounds using this interface, since then you would have 
at least event notifications (ringtone, incoming sms, alarm, etc.) plus the 
option of a mediaplayer (using the FSO audio interface).

Cheers,

:M:




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-31 Thread GNUtoo
Hi,
I finally bought a G1,
As you know we first tried to remove(/free) the non-free android part
related to the drivers for the G1,but you came and you made shown how to
run the distro of your choice on the G1...
We are now more organized and we have a name(replicant),and an IRC
channel ( #replicant on freenode),but we are waiting for the rest of the
infrastructure
Our goal is to free the G1,that is to say port GNU/Linux(with FSO) on
it but also replace some android components with free ones
so far:
*you've got the wifi and the screen working
*someone tested that program: 
http://linuxtogo.org/~lgorris/misc/playwav2.c
with all the proprietary things removed and it worked
so we should be able to have sound too
but we need something that translate the dspish thing to an alsa thing
in order to get out of the box support for all applications
else we could port each library or application to the dsp-ish thing(such
as mplayer,vlc,pulseaudio,libxine etc...)
Denis




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-23 Thread David Lanzendörfer
 I see, thanks. I have asked because audio is currently the show stopper for
 many HTC phones running an FSO userland. We can talk to the modem, send
 sms, connect to the internet via UMTS, and make calls... but have no
 audio thanks to the binary-only audio libraries.
Do you know, how I can get running X on the HTC-Dream?
Xfbdev seems to have trouble with msmfb.
And the msmfb seems to have trouble with the X.
It claims about inadequat frames comming in.
Did someone get X running on HTC-Dream?
Could you help me get it running?

greatings
leviathan
-- 
David Lanzendörfer
OpenSourceSupport GmbH
Junior system engineer and supporter


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-23 Thread Michael 'Mickey' Lauer
The experts are on #htc-linux @ freenode. Unfortunately they don't like 
mailing lists, so you have to bug them in real time...

:M:

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-22 Thread Michael 'Mickey' Lauer
On Tuesday 21 July 2009 16:00:12 David Lanzendörfer wrote:
  Try #htc-linux on freenode, the experts are there.
 
  Btw., haven't seen you responding to my question about audio. Do you have
  alsa yet?
 
  Cheers,
 
  :M:

 Not tried to get it running yet.

I see, thanks. I have asked because audio is currently the show stopper for 
many HTC phones running an FSO userland. We can talk to the modem, send sms, 
connect to the internet via UMTS, and make calls... but have no audio thanks 
to the binary-only audio libraries.

:M:


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-21 Thread David Lanzendörfer
 Try #htc-linux on freenode, the experts are there.

 Btw., haven't seen you responding to my question about audio. Do you have
 alsa yet?

 Cheers,

 :M:

Not tried to get it running yet.
At the moment I've just a framebuffer console and ethernet-gadget+ssh running.
Its a lot of userspace work to do before I can use this phone.

greatings
leviathan


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


OpenMoko on HTC-Dream (Can anyone help?)

2009-07-20 Thread David Lanzendörfer
Hi folks.
Ive got a problem to get running the proprietary Wifi driver under OpenMoko.
I ported so far the basic WLAN driver to the modified kernel.
I loaded it succesfully too.
But Ive got a problem with getting it really running, because this 
TI-(Pseudobasic)-C writing habit confuses me and Ive trubble with modifing 
wlan_loader to get it running under OpenMoko.
The problem looks like that:

r...@om-gta02:~#modprobe wlan

r...@om-gta02:~#dmesg
[ 8260.575561] TIWLAN: Driver loading
[ 8260.575927] wifi_probe
[ 8260.575958] trout_wifi_power: 1
[ 8260.781280] trout_wifi_reset: 0
[ 8260.832855] trout_wifi_set_carddetect: 1
[ 8260.832885] mmc0: card_present 1
[ 8260.832916] mmc0: Slot status change detected (0 - 1)
[ 8263.342529] mmc0: Command timeout
[ 8263.349426] mmc0: card claims to support voltages below the defined range. 
These will be ignored.
[ 8263.349517] mmc0: SDIO card claims to support the incompletely defined 'low 
voltage range'. This will be ignored.
[ 8263.352264] mmc0: new SDIO card at address 0001
[ 8263.353363] TIWLAN: Found SDIO controller (vendor 0x104c, device 0x9066)
[ 8263.363128] tiwlan0 (): not using net_device_ops yet
[ 8263.364471] TIWLAN: Driver initialized (rc 0)
[ 8263.364837] TIWLAN: 1251 PG 1.2
[ 8263.364868] TIWLAN: Driver loaded

r...@om-gta02:~# iwconfig
lono wireless extensions.

dummy0no wireless extensions.

rmnet0no wireless extensions.

rmnet1no wireless extensions.

rmnet2no wireless extensions.

usb0  no wireless extensions.

tiwlan0   no wireless extensions.



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OpenMoko on HTC-Dream (Can anyone help?)

2009-07-20 Thread Michael 'Mickey' Lauer
Try #htc-linux on freenode, the experts are there.

Btw., haven't seen you responding to my question about audio. Do you have alsa 
yet?

Cheers,

:M:


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community