Showing results 1 to 25 of 68 @ 0.03 seconds. Search: Posts Made By: sarahn
Forum: Nokia N9 / N950 2011-06-25, 09:38
Replies: 10,476
Views: 2,601,257
Posted By sarahn
Re: N9: It's finally here

Those who are distressed by a lack of keyboard:

There's many different kinds of BT keyboards for the iphone 4, just look on amazon. This might be hackable:
...
Forum: Nokia N900 2011-01-07, 05:59
Replies: 24
Views: 8,488
Posted By sarahn
Re: Atrix 4G docking capabilities. Is it possible on N900?

It's amazing to me this hasn't happened before on a grand commercial scale.

Further innovating theoretically did this a long time ago but they are trying to target the OEM market not the general...
Forum: Nokia N900 2011-01-07, 05:50
Replies: 24
Views: 8,488
Posted By sarahn
Re: Atrix 4G docking capabilities. Is it possible on N900?

How about a bluetooth headset deyons?

What I really want is one of these in my purse: http://www.lilliputweb.net/index.php?Controller=User_Product&action=Index&category_id=52
Forum: Nokia N900 2011-01-06, 18:17
Replies: 24
Views: 8,488
Posted By sarahn
Re: Atrix 4G docking capabilities. Is it possible on N900?

Working on it; I have an adapter that should work in theory but it uses a different driver.

http://talk.maemo.org/showpost.php?p=661612&postcount=873

Here is the link to the SW project:
...
Forum: Nokia N900 2010-12-07, 19:01
Replies: 4
Views: 3,415
Posted By sarahn
Console based rescue / recovery image coming, only flasher needed

I tried to change my keyboard mapping and when I did that, maemo booted but it hung at the "dots" screen. Using a meego n900 recovery image and angstrom OS, I now have an image you can load to...
Forum: Nokia N900 2010-12-02, 07:33
Replies: 1,124
Views: 613,436
Posted By sarahn
Re: [Announce] USB hostmode beta release

Wow, I dropped off the face of the earth and then this ... this is so impressive :) A word of caution: the usb connector broke off my n900 and I had to send it back for warranty service (the n900...
Forum: Nokia N900 2010-07-23, 02:30
Replies: 252
Views: 136,658
Posted By sarahn
Re: USB HOST MODE! (Coming soon)

To me it seems that any solution reliable in what does / doesn't work that uses cheap & commercially available products is good enough (no hardware hacking allowed.) To me it seems that the minimum...
Forum: Nokia N900 2010-06-03, 01:11
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

If vbus and Id pin are applied at the same time, I believe vbus is prioritized. If you plug in id then power, I believe there is not another interrupt.
Forum: Nokia N900 2010-06-03, 01:08
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Try the command 'lsusb' and see if it is listed. I found that my usb stick was detected but no /dev entry was created.
Forum: Nokia N900 2010-06-01, 17:22
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Jimx,

I can't speak for others working on the project, but given USB is required for charging, I would prefer to take a little more time up front to check and minimize the number of software...
Forum: Nokia N900 2010-06-01, 00:28
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Grouding the id pin sets the a_idle state, not a_host.

If I plug in power after I plug in a grounded ID pin,

/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/linkstat

does not change to read...
Forum: Nokia N900 2010-06-01, 00:11
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

I'm not able to duplicate. Can you post dmesg + /proc/driver/musb_hdrc step by step?
Forum: Nokia N900 2010-05-31, 23:57
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

I agree the ID pin shouldn't be necessary and I'm working on that right now.

On the subject of function traces, ftrace would be quite nice. I managed to get zImage to compile and run with ftrace...
Forum: Nokia N900 2010-05-31, 08:16
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

I am typing this in from a USB keyboard hooked up to an external hub that I got working with just force host. It was not via the HNP trick.

I have tried different hubs connected directly. I can...
Forum: Nokia N900 2010-05-30, 06:12
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

For anyone who has a peripheral at least half working: can you try


echo -1 >/sys/module/usbcore/parameters/autosuspend


to see if that stops the constant re-enumeration? By default that...
Forum: Nokia N900 2010-05-28, 22:34
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

OTG adapter FYI, this is how I ground the id pin

http://www.electronicproductonline.com/catalog/product_info.php?products_id=2043
Forum: Nokia N900 2010-05-28, 20:33
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Yup, we've known about the id pin causing an interrupt and by default switching to a_idle and also setting some sysfs file to read id (I forget which) instead of vbus. That only changes that...
Forum: Nokia N900 2010-05-28, 16:05
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Also, once this is ready, to my knowledge there is no reason you couldn't kick all of this off via the id pin interrupt from the twl4030 and stop it when the cable is disconnected.
Forum: Nokia N900 2010-05-28, 15:56
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

An excerpt from my kernel patches, which I posted:


if (testmode & MUSB_TEST_FORCE_HOST) {
u8 r,reg;
void __iomem *mbase = musb->mregs;
...
Forum: Nokia N900 2010-05-26, 17:37
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

HNP isn't workng for me; musb core goes into host mode but I don't get any urb or anything. Is a custom kernel actually required?
Forum: Nokia N900 2010-05-25, 22:49
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

OK. As I said, I was pursuing forced host mode which AFAIK does require kernel patches. I have those posted back a ways though I do not know if it's the right strategy or not. Have you had a chance...
Forum: Nokia N900 2010-05-25, 17:37
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Unfortunately I was not getting email notifications for this thread so I didn't realize there was work going on. This is awesome!

I am trying to quickly digest what all has happened since I...
Forum: Nokia N900 2010-03-21, 05:49
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

You're saying that CP.CAPP and CP.CAPM are not the relevant signals?


The beagleboard uses the tps65950 USB PHY. I thought the isp170x was used because it supported the battery charging...
Forum: Nokia N900 2010-03-21, 01:05
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

BTW I believe the schematic wiki page is incorrect - the id pin apparently is connected to the twl4030 and generates an interrupt. Otherwise the usb state machine would not be moved to the a_idle...
Forum: Nokia N900 2010-03-20, 23:22
Replies: 1,091
Views: 603,662
Posted By sarahn
Re: N900 will not allow USB OTG!

Having not been able to see the schematic before posting that, I thought perhaps it showed the twl4030 as the phy. That's not the case.

So the twl4030 (cribbing from the tps65950 datasheet) can...
Showing results 1 to 25 of 68



 
Forum Jump

All times are GMT. The time now is 09:02.