Active Topics

 


Reply
Thread Tools
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#171
Originally Posted by Matan View Post
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.
 

The Following 6 Users Say Thank You to woody14619 For This Useful Post:
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#172
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
 
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#173
Originally Posted by mikecomputing View Post
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
 
Posts: 37 | Thanked: 54 times | Joined on Dec 2009
#174
Originally Posted by mikecomputing View Post
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
 

The Following User Says Thank You to brad112358 For This Useful Post:
Posts: 23 | Thanked: 0 times | Joined on Sep 2010
#175
is there a way to download files ,fom web
because i dont have internet on my n900
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#176
Originally Posted by aureonfirewire View Post
is there a way to download files ,fom web
because i dont have internet on my n900
http://maemo.org/packages/
 
Posts: 137 | Thanked: 150 times | Joined on Jan 2010
#177
Now I just need a hostmode + power + 1.3 + u-boot kernel
 
cfh11's Avatar
Posts: 1,062 | Thanked: 961 times | Joined on May 2010 @ Boston, MA
#178
titan just uploaded power kernel v41 to devel with 1.3 patches intact

Originally Posted by titan View Post
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.
__________________
Want to browse streamlined versions of websites automatically when in 2g? Vote for this brainstorm.

Sick of your cell signal not reconnecting after coming out of a bad signal area? Vote for this bug.
 

The Following 6 Users Say Thank You to cfh11 For This Useful Post:
Posts: 31 | Thanked: 3 times | Joined on Sep 2010
#179
Originally Posted by aligatro View Post
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
 
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#180
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?

Last edited by IzzehO; 2010-11-10 at 00:49.
 

The Following User Says Thank You to IzzehO For This Useful Post:
Reply

Tags
bada rox, detection, h-e-n, hostmode, speed, usb host


 
Forum Jump


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