Active Topics

 


Closed Thread
Thread Tools
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#751
Originally Posted by egoshin View Post
It is not enough - ISP1707 should be switched too. And some driver internals, it doesn't switch yet to host-mode-only state machine..
That's why I am asking if we know of any forced host mode setting that works on a Beagle Board, considering they're using mostly the same driver.

EDIT: <removed stupid assertion until more info>.

I gather that mode switching is also broken on the Beagleboard: http://www.beagleboard.org/irclogs/i...2-17#T14:58:33

Last edited by javispedro; 2010-05-05 at 18:31.
 

The Following User Says Thank You to javispedro For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#752
There's an app in Extras-Devel calles "usbcontrol". Is it of any use?
Alas not, it's heritage from N810 and largely useless on N900, I.E. doesn't work
A pity.
Has anyone actually tried?

I mean, if it is not working, what's the point in having it in the repository?

Originally Posted by daperl View Post
Also, from reading that stuff, I get the impression that even with chip changes and reroutes, that, besides the jack, Nokia made software-only changes to disable OTG and host mode
Yeah, it's a good habbit of theirs. (also for FM transmitters, and other stuff)

But still, it is hard to believe that Quim actually lied that the limitation comes from a hardware level.

Perhaps they said that because they didn't want us to bother and try it anyway?

Last edited by Venemo; 2010-05-06 at 00:17.
 
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#753
Originally Posted by Venemo View Post
But still, it is hard to believe that Quim actually lied that the limitation comes from a hardware level.

Perhaps they said that because they didn't want us to bother and try it anyway?
Quim and Igor told the absolute truth. OTG is not possible on a device with micro-B receptacle. Igor even explained why they had to do that.

Please also read the previous post of mine, with the blue and greenblue text. I elaborate on that topic a little more there

/j
 

The Following 3 Users Say Thank You to joerg_rw For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#754
Originally Posted by joerg_rw View Post
Quim and Igor told the absolute truth. OTG is not possible on a device with micro-B receptacle. Igor even explained why they had to do that.

Please also read the previous post of mine, with the blue and greenblue text. I elaborate on that topic a little more there

/j
I read all your posts from the last 10 or so pages. Brilliant work. I'm not talking about OTG.
On the link, they say exactly the following:
The N900 doesn't support USB host mode and the limitation comes at hardware level.
This is what I meant.
 
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#755
hmm, to me it seems a) Quite a Number of people mix OTG and hostmode and aren't really aware of the elementary difference, and b) most have to rely on what they're told and just try to cite as good as they can, sometimes failing as they are no Electronics Engineers.

I wouldn't blame anybody for that.

/j
 

The Following 2 Users Say Thank You to joerg_rw For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#756
Originally Posted by Venemo View Post
I read all your posts from the last 10 or so pages. Brilliant work. I'm not talking about OTG.
On the link, they say exactly the following:

> The N900 doesn't support USB host mode and the limitation comes at hardware level.

This is what I meant.
It is from their's honest point of view. The real truth can be tested.
 

The Following 4 Users Say Thank You to egoshin For This Useful Post:
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#757
After booting N900, cat /proc/interrupts | grep usb:
Code:
 92:          0        INTC  musb_hdrc
 93:          0        INTC  musb_hdrc
378:          5     twl4030  twl4030_usb
Plug into powered hub, as a gadget:
Code:
 92:          1        INTC  musb_hdrc
 93:          0        INTC  musb_hdrc
378:          6     twl4030  twl4030_usb
Plug into self-powered hub, as a host: no new interrupts.

Even though you can hack around musb until you really convince it that it should be in host mode
Code:
Status: MHDRC, Mode=Host (Power=e1, DevCtl=82)
OTG state: a_idle; inactive
I get no debug output from it when plugged into a selfpowered hub via female-female adaptor, and seemingly no interrupts.

Also, I tried to build non-otg, only host mode kernel, but fails to boot (wild guess: tries to insert gadget modules during early start).
 

The Following 4 Users Say Thank You to javispedro For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#758
Originally Posted by javispedro View Post
Code:
Status: MHDRC, Mode=Host (Power=e1, DevCtl=82)
OTG state: a_idle; inactive
82 means - your USB is still in B-mode, with A-session requested but not confirmed from other side. No VBUS at all.
 

The Following 4 Users Say Thank You to egoshin For This Useful Post:
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#759
I see, so that is the DEVCTL MUSB register.


From what I gather, the ISP1707 is actually only configured specifically in one single function: http://mxr.maemo.org/fremantle/sourc...omap2430.c#400 . The twl3040 stuff is just sitting there wasting cycles, as it accesses the twl3040 registers via i2c instead of ulpi (thus configuring the 3040 and not the isp1707). (Curiously enough it's also wasting a bit of power according to 1704a datasheet as the way it is setup it is uselessly sampling the ID line).

Today I was trying a stupid approach of just lying in the linkstate about the ID pin state, and patching the force host mode function with certain 1707 specifics, like disabling the dm & dp pulldown resistors. Most of the time though, at the a_idle state, the PHY seems to be shut down: I just get timeouts trying to write via ulpi to registers, UNLESS the cable is connected or unless I have just recently reset it.

The charger sysfs node also queries the 1707, and also suffers from timeouts when no connection.

My second wild guess of the day thus is that there can't be any power saving mode when waiting for a device in host mode -- the driver should configure the 1707 properly then waste power by repeatedly trying to start a session until it succeeds. I think this is what the N8x0 does while in the a_wait_bcon state (but I really have no idea).
 

The Following 2 Users Say Thank You to javispedro For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#760
Javier,

The cable/hw patchwork is not enough, some additonal activity in driver is needed. I am working on it.

There are two un-answered issues now for me -

- configuration of 1707 DM/DP pulldown registers is done in reverse with document. What is it - document error or software bug which does still not produce a problem? I don't know but try to find, it actually changes the resitor values only.

- Is VBUS voltage needed for 1707 to support ARM CPU USB in HOST mode? I am not familiar with USB protocol details yet to answer it fast.

Last edited by egoshin; 2010-05-07 at 03:56.
 

The Following User Says Thank You to egoshin For This Useful Post:
Closed Thread

Tags
awesomeness in the works, boulevard of broken deals, host, i am the dealbreaker, inspector gadget lies, mobidapter is a scam, nokia fanbois, otg, over 9000, usb, usbcontrol


 
Forum Jump


All times are GMT. The time now is 15:49.