maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   [Announce] USB hostmode beta release (https://talk.maemo.org/showthread.php?t=65232)

woody14619 2010-11-09 19:34

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by Matan (Post 868101)
Please stop distributing GPLed binaries without corresponding source. How do you want to manage a whole distribution when you can't do this simple thing.

Not for nothing... Please stop being a prick to people that are devoting a lot of time and energy to important projects.

You could have simply reminded him (yes, again) that he should post sources along with the binaries. Having worked on GPLed source quite a bit, I know in fast paced projects like this sometimes even I've forgotten to release source when I meant to. It's not like he's intentionally not posting source. He's a busy guy, with lots of things on his plate, both here and in real life.

Everyone here is a volunteer. Nobody is being paid. And even if they were, that doesn't give you the right to lecture them or talk down to them. Or to put it in your terms:

Please

Stop

Throwing

Tantrums

Like

A Child.

mikecomputing 2010-11-09 19:47

Re: [Announce] USB hostmode beta release
 
Hmm just wonder if someone has tried a USBtoRS232(FT232) dongle on N900 would be great ithis is possible? to connect a serieport via USB. But I guess those FT232 chips eating power :-(

But it would be great to connect my n900 via serialline to a project at my work :-D

toxaris 2010-11-09 19:54

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by mikecomputing (Post 868360)
Hmm just wonder if someone has tried a USBtoRS232(FT232) dongle on N900 would be great ithis is possible? to connect a serieport via USB. But I guess those FT232 chips eating power :-(

But it would be great to connect my n900 via serialline to a project at my work :-D

Yea that way there might be chance to for example configure Cisco equipment :)

brad112358 2010-11-09 20:29

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by mikecomputing (Post 868360)
Hmm just wonder if someone has tried a USBtoRS232(FT232) dongle on N900 would be great ithis is possible? to connect a serieport via USB. But I guess those FT232 chips eating power :-(

But it would be great to connect my n900 via serialline to a project at my work :-D

Yes, I mentioned early in this thread that I had success (except for the 32 second thing which has been partially fixed) with USB RS232 adapters. I have three different adapters and they all work with the N900 providing the power via HEN. But I had to build my own kernel modules. I don't plan to distribute it or explain how to build and install kernel modules, but here is a kernel configuration change, in case you happen to know what to do with it. Perhaps one of the alternate kernels will pick up support for this...

--Brad

Code:

--- debian/.config.old  2010-11-06 10:57:38.000000000 -0500
+++ debian/.config      2010-11-07 20:14:34.000000000 -0600
@@ -1611,7 +1606,62 @@
 #
 # USB port drivers
 #
-# CONFIG_USB_SERIAL is not set
+CONFIG_USB_SERIAL=m
+CONFIG_USB_EZUSB=y
+CONFIG_USB_SERIAL_GENERIC=y
+# CONFIG_USB_SERIAL_AIRCABLE is not set
+CONFIG_USB_SERIAL_ARK3116=m
+CONFIG_USB_SERIAL_BELKIN=m
+CONFIG_USB_SERIAL_CH341=m
+CONFIG_USB_SERIAL_WHITEHEAT=m
+CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
+CONFIG_USB_SERIAL_CP2101=m
+CONFIG_USB_SERIAL_CYPRESS_M8=m
+CONFIG_USB_SERIAL_EMPEG=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_SERIAL_FUNSOFT=m
+CONFIG_USB_SERIAL_VISOR=m
+CONFIG_USB_SERIAL_IPAQ=m
+CONFIG_USB_SERIAL_IR=m
+CONFIG_USB_SERIAL_EDGEPORT=m
+CONFIG_USB_SERIAL_EDGEPORT_TI=m
+CONFIG_USB_SERIAL_GARMIN=m
+CONFIG_USB_SERIAL_IPW=m
+CONFIG_USB_SERIAL_IUU=m
+CONFIG_USB_SERIAL_KEYSPAN_PDA=m
+CONFIG_USB_SERIAL_KEYSPAN=m
+CONFIG_USB_SERIAL_KEYSPAN_MPR=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19=y
+CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
+CONFIG_USB_SERIAL_KLSI=m
+CONFIG_USB_SERIAL_KOBIL_SCT=m
+CONFIG_USB_SERIAL_MCT_U232=m
+CONFIG_USB_SERIAL_MOS7720=m
+CONFIG_USB_SERIAL_MOS7840=m
+CONFIG_USB_SERIAL_MOTOROLA=m
+CONFIG_USB_SERIAL_NAVMAN=m
+CONFIG_USB_SERIAL_PL2303=m
+CONFIG_USB_SERIAL_OTI6858=m
+CONFIG_USB_SERIAL_SPCP8X5=m
+CONFIG_USB_SERIAL_HP4X=m
+CONFIG_USB_SERIAL_SAFE=m
+CONFIG_USB_SERIAL_SAFE_PADDED=y
+CONFIG_USB_SERIAL_SIERRAWIRELESS=m
+CONFIG_USB_SERIAL_TI=m
+CONFIG_USB_SERIAL_CYBERJACK=m
+CONFIG_USB_SERIAL_XIRCOM=m
+CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_SERIAL_OMNINET=m
+CONFIG_USB_SERIAL_DEBUG=m

 #
 # USB Miscellaneous drivers


aureonfirewire 2010-11-09 20:30

Re: [Announce] USB hostmode beta release
 
is there a way to download files ,fom web
because i dont have internet on my n900

laasonen 2010-11-09 21:27

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by aureonfirewire (Post 868409)
is there a way to download files ,fom web
because i dont have internet on my n900

http://maemo.org/packages/

CormacB 2010-11-09 21:37

Re: [Announce] USB hostmode beta release
 
Now I just need a hostmode + power + 1.3 + u-boot kernel :)

cfh11 2010-11-09 21:58

Re: [Announce] USB hostmode beta release
 
titan just uploaded power kernel v41 to devel with 1.3 patches intact

Quote:

Originally Posted by titan (Post 868463)
USB hostmode patches are planned for one of the next releases.
First I need to find their latest patches and make sure they don't interfere with normal operation.


ashwin 2010-11-09 22:12

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by aligatro (Post 868239)
Reflash kernel.

[added]
Hold "u" on the phone and turn it on at the same time.

http://tablets-dev.nokia.com/nokia_N...ED_MR0_ARM.bin

sudo ./flasher-3.5 -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin --flash-only=kernel -f -R


thnxs a ton buddy

IzzehO 2010-11-10 00:25

Re: [Announce] USB hostmode beta release
 
Now that titan appears to be on top of the kernel patches, could you remove the depends on kernel-hostmode? So we can easily update without forcing etc etc?


All times are GMT. The time now is 19:13.

vBulletin® Version 3.8.8