Re: NeoRndis.inf not working.

2008-11-25 Thread Andrew Chu
What was the error and where do see the error? abatrour wrote: > I'm sorry for not making it clearer. > I can flash the phone fine. > But I cant get the driver working to ssh into it, and for internet. ___ support mailing list support@lists.openmoko.or

Re: NeoRndis.inf not working.

2008-11-25 Thread abatrour
I'm sorry for not making it clearer. I can flash the phone fine. But I cant get the driver working to ssh into it, and for internet. -- View this message in context: http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1579969.html Sent from the Openmoko Support mailing list archive at Nabbl

Re: NeoRndis.inf not working.

2008-11-25 Thread Andrew Chu
If you are trying to flash your device, you will have to use the OpenMokoDFU.zip driver found here: http://projects.openmoko.org/frs/?group_id=166 With instructions found here: http://wiki.openmoko.org/wiki/Dfu-util-windows Cheers, Andrew Paul wrote: > Are you trying to do a nand boot (i.e. fl

Re: NeoRndis.inf not working.

2008-11-25 Thread Paul
Are you trying to do a nand boot (i.e. flash your device) or ssh into it? On Tue, Nov 25, 2008 at 2:05 PM, abatrour <[EMAIL PROTECTED]> wrote: > > I am using http://users.informatik.uni-halle.de/~rabe/neo/Neo1973.inf > > I noticed that my hardware id is different though. > > Mine is: > USB\VID_145

Re: NeoRndis.inf not working.

2008-11-25 Thread abatrour
I am using http://users.informatik.uni-halle.de/~rabe/neo/Neo1973.inf I noticed that my hardware id is different though. Mine is: USB\VID_1457&PID_5117 The one in the driver is: USB\VID_1457&PID_5122 I tried changing the one in the driver, the driver installed but gave me an error afterwards.

Re: NeoRndis.inf not working.

2008-11-25 Thread Paul
Which driver are you selecting? On Tue, Nov 25, 2008 at 1:24 PM, abatrour <[EMAIL PROTECTED]> wrote: > > Hey everyone. I'm having trouble connecting my phone to the computer. I plug > it into my xp machine and it comes up telling there is new hardware, I > select the driver and it tells me the dri

NeoRndis.inf not working.

2008-11-25 Thread abatrour
Hey everyone. I'm having trouble connecting my phone to the computer. I plug it into my xp machine and it comes up telling there is new hardware, I select the driver and it tells me the driver isn't correct. -- View this message in context: http://n2.nabble.com/NeoRndis.inf-not-working.-tp15775

Re: Using own kernel lacks working resume from suspend, any tips?

2008-11-25 Thread Leonti Bielski
Can you put it somewhere on wiki for future developers? Leonti On Tue, Nov 25, 2008 at 3:11 PM, Timo Jyrinki <[EMAIL PROTECTED]> wrote: > 2008/11/12 Timo Jyrinki <[EMAIL PROTECTED]>: >> For the modules, this is hacky but I don't know a better way at the moment: >> 7. find | grep "\.ko" | grep -v

Re: [2008.9] Turning FR on after suspention

2008-11-25 Thread Ivan Shirokoff
arne anka пишет: >> Maybe it will fix all my GPS and WiFi troubles. =) >> Fine. I have none of you've listed =) > > warning: it will not help with trouble with your > boss/wife/husband/girlfriend/boyfriend! > > ___ > support mailing list > support@

Re: [2008.9] Turning FR on after suspention

2008-11-25 Thread arne anka
> Maybe it will fix all my GPS and WiFi troubles. =) warning: it will not help with trouble with your boss/wife/husband/girlfriend/boyfriend! ___ support mailing list support@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/support

Re: [2008.9] Turning FR on after suspention

2008-11-25 Thread Ivan Shirokoff
arne anka пишет: >> I'm using om2008.9. >> But I've left the bootloader as it was from the very begining. >> Don't think it can affect anything though. >> > > > oh, it pretty well can. in fact, it's one of the most important things > with suspend/resume. > there was a lot of changes to u-boo

Re: [2008.9] Turning FR on after suspention

2008-11-25 Thread arne anka
> I'm using om2008.9. > But I've left the bootloader as it was from the very begining. > Don't think it can affect anything though. oh, it pretty well can. in fact, it's one of the most important things with suspend/resume. there was a lot of changes to u-boot, not at least in respect to issues

Re: Turning FR on after suspention

2008-11-25 Thread Ivan Shirokoff
arne anka пишет: please prefix any posting with the appropriate distribution (ie 2007.2, 2008.9, FDOM, Debian, FSo)! I'm using om2008.9. But I've left the bootloader as it was from the very begining. Don't think it can affect anything though. To turn on FR after it gets

Re: Turning FR on after suspention

2008-11-25 Thread arne anka
please prefix any posting with the appropriate distribution (ie 2007.2, 2008.9, FDOM, Debian, FSo)! > To turn on FR after it gets suspended I just need to press the Power > button on the right side of the phone. > Am I right? depends on the distribution used. > Cause sometimes it just stays su

Turning FR on after suspention

2008-11-25 Thread Ivan Shirokoff
Hello. To turn on FR after it gets suspended I just need to press the Power button on the right side of the phone. Am I right? Cause sometimes it just stays suspended (screen doesn't turn on). Then I usually hold the Power button for some time and FR shuts down. Then I can turn it on. Is there

Re: Instructions for using Neo's GPRS connection via Bluetooth added!

2008-11-25 Thread Timo Jyrinki
> This is great! Do you think you can tie it into the "Tethering" wiki page > somehow? http://wiki.openmoko.org/wiki/Tethering Just pointing out this private mail to me, if someone wants to join Tethering and Manually using Bluetooth pages more tightly together. I'm myself just using scripts whic

Re: Get top CPU, memory and IO processes.

2008-11-25 Thread Gothnet
Levy Abinajm Melero Sant'Anna wrote: > > > I wanna make some collects to make graphics about resources > utilization, just to help the developers to make a faster stack. > > I was thinking to take more low level possible to not compromise the > data collected. > > Thank you, > Levy > May I

Re: Using own kernel lacks working resume from suspend, any tips?

2008-11-25 Thread Timo Jyrinki
2008/11/12 Timo Jyrinki <[EMAIL PROTECTED]>: > For the modules, this is hacky but I don't know a better way at the moment: > 7. find | grep "\.ko" | grep -v "\.cmd" | sed 's/$/ /' | tr -d "\n" > mods I would have benefited, if running the kernel build with "./build dummy" instead of just "./build"