Guys, sorry for bothering you again. Thanks everyone, I've got Nexus One, enabled USB host and answered to all my questions. 
Hi Sven,No, it isn't.
Hmmm, bad. Seems I messed it up with my git commits.I've followed the instructions on your page, and I'm running into the same kernel module magic version issue as the previous poster.
Your modules.tbz file contains modules with a magic of "2.6.32.9-27240-gbca5320-dirty".
However, this doesn't seem to match the kernel version that you wind up with after doing the git clone and checkout commands.
"git rev-parse --verify --short HEAD" gives 4c0d547, which is used to construct a kernel magic version of 2.6.32.9-27242-g4c0d547-dirty.
Exactly, therefore this has to be replaced, too.By the way, what does this mean? (from your page):
(Mind /system/lib/modules/bcm4329.ko !)
As things stand, I can boot your kernel image directly, but Android tries to load bcm4329 from /system/lib/modules, and presumably the same version conflict occurs, and hence wifi doesn't work.
Here is a driver i found that might help to get the external display working . https://github.com/magoroku15/DisplayLink-driver-for-androidYeah, I'll write up a howto / have some slightly modified patches and stuff in time.
I've just been playing with various devices so far, keyboard, usb stick, usb hard drive, usb ethernet, everything seems to work good, except when I unplug devices without rmmodding the modules first.
Don't have a display-link device yet - would really like to get one and play with that - that would be cool!
Andrew
Yes, but don't expect more than a few FPS.Do you think it is possible using your usb host method, linux, and a nexus one?
it would be great if I can do it 720p.
Thanks is what I wanted to know, because i need 24fps, maybe I got to find another wayYes, but don't expect more than a few FPS.
Yes, but without success: the tuner (/dev/dvb0.frontend0) isn't found because the detection via I2C fails ("DiB7000P: wrong Vendor ID (read=0x0)" twice).have you tried on sgs2?
You can't just insmod any joydev.ko, you'd need one specifically for your kernel.When i try to install any joydev.ko there is a mesage:
dmesg -c
Thank you for the fast answer.You can't just insmod any joydev.ko, you'd need one specifically for your kernel.
You can see this with
Code:dmesg -c
This is what i got when i plug my gamepad into usb port and type dmesg -c:Thank you for the fast answer.
Tell me, there is a place where i can download this module for my kernel?