OESF Portables Forum
Everything Else => Asia User Groups => Zaurus Regional User Groups => Everything Else => Archived Forums => Philippine => Topic started by: barryg on June 08, 2005, 05:42:32 am
-
Good day!
Do you know of any local merchants retailing the
PMP USB Host Adapter Cable[0]?
I will be using it for my soon-to-arrive c3k, and
had a hard time finding one. Usually it's the mini-b or
the 4 pin mini-b usb adapter most computer shop
display.
Salamat po.
Mabuhay! barryg
http://www.nexternal.com/iriver?Product=104 (http://www.nexternal.com/iriver?Product=104)
http://www.iriver.co.jp/estore/details.php?3,9,118 (http://www.iriver.co.jp/estore/details.php?3,9,118)
-
I got mine from the iRiver store, after the electrical appliance store that I first asked to order the cable for me told me it would be faster to walk up the street to the iRiver store rather than waiting 2 weeks for them to order it.
From this I assume that any store that carries iRiver stock would be able to order it for you.
Stu
-
I got mine from the iRiver store, after the electrical appliance store that I first asked to order the cable for me told me it would be faster to walk up the street to the iRiver store rather than waiting 2 weeks for them to order it.
From this I assume that any store that carries iRiver stock would be able to order it for you.
Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83374\"][{POST_SNAPBACK}][/a][/div]
It depends which country you are in. My local iRiver store didn't even know what a PMP was and after telling them about their own products they doubled checked and told me they do not have any PMP stuff. I eventually found a place that had PMPs but they didn't sell any of its acessories.
Then I asked my friend in Tokyo and she said, easy, the shop down the road has it
-
I got mine from the iRiver store, after the electrical appliance store that I first asked to order the cable for me told me it would be faster to walk up the street to the iRiver store rather than waiting 2 weeks for them to order it.
From this I assume that any store that carries iRiver stock would be able to order it for you.
Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83374\"][{POST_SNAPBACK}][/a][/div]
It depends which country you are in. My local iRiver store didn't even know what a PMP was and after telling them about their own products they doubled checked and told me they do not have any PMP stuff. I eventually found a place that had PMPs but they didn't sell any of its acessories.
Then I asked my friend in Tokyo and she said, easy, the shop down the road has it
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88532\"][{POST_SNAPBACK}][/a][/div]
LOL, guess there are bonuses from living in the "Land of the Rising Yen" after all
Stu
-
Good day!
Apologies for the late update.
Did not find any at our local iriver resellers. I had to order
one from iriver.co.jp
Here is my zaurus page[0], mostly dealing with OpenBSD and
cheap USB peripherals.
Mabuhay! barryg
http://web.kssp.upd.edu.ph/barryg/zaurus/ (http://web.kssp.upd.edu.ph/barryg/zaurus/)
-
This host cable (which follows the USB On-The-Go [OTG] standard)
"USB Female A to Mini A"
is NOT easy to find locally. And I suggest ya'll don't try to create one with adapters (I was unable to get it to work ).
But, in addition to iRiver, you can go here:
https://serialio.com//store/product_info.ph...82de18220188139 (https://serialio.com//store/product_info.php?products_id=141&osCsid=1cdd2e5630eed06c182de18220188139)
And pick one up for $5.99 plus shipping (and tax inside CA)
Mine should ship tommorow...
Cheers!
-
usb-dumb adapter works ...
you had to patch the kernel
and remove check for usb-host attached ...
Beware ... this overirdes the clean detection
change file : usb-ohci-pxa27x.c
static int __init pxa27x_ohci_init(void)
{
int ret;
/* USB Cable Connected ? */
// chg if(!(GPLR1 & GPIO_bit(USB_CONNECT_GPIO))) {
// c.f. 3.6.2 Clock Enable Register
CKEN &= ~CKEN11_USB;
CKEN |= CKEN10_USB;
#if defined(CONFIG_ARCH_SHARP_SL) && defined(CONFIG_APM_CPU_IDLE)
lock_FCS(LOCK_FCS_USBH, 1);
#endif
/* Init USB Port 2 Output Control Register */
UP2OCR = 0x00;
/* Host Port 2 Transceiver Output Enable */
UP2OCR |= UP2OCR_HXS;
UP2OCR |= UP2OCR_HXOE;
/* D+ Pull Up SW1 ON */
UP2OCR |= (UP2OCR_DPPDE|UP2OCR_DMPDE);
/* Set GPIO Pin Hi to Unconnect Host */
GPSR(USBD_VBUS_GPIO_HOST) = GPIO_bit(USBD_VBUS_GPIO_HOST);
//chg } else {
//chg return -1;
//chg }
Viki ng