That page seems to assue CE is on the handheld. You cannot have two USB
_host_ cotrollers talking to each other, one must be a device. This is
why you need to look at the gadget stuff, tgat is for driving devices.

On Sun, 5 Jun 2005, Javi wrote:

> El sáb, 04-06-2005 a las 18:23 -0400, Alan Stern escribió:
> > On Sat, 4 Jun 2005, Javi wrote:
> >
> > > In fact, i tried linux kernel 2.6.11-1 in my host, but in pda it
> still
> > > is 2.6.10, and don't work. Can it be the problem? a patch?
> >
> > Maybe I misunderstood your problem.  You are running Linux in both
> the
> > host and the pda, and you have a USB cable plugging the PDA into the
> host,
> > is that right?
> >
>
> Yes, really, both the host and pda would be acting as a host. I follow
> this instructions:
>
> http://handhelds.org/moin/moin.cgi/AcerN30Documentation
>
> They would be communicating throw a ethernet link (like two host). As i
> readed, i need load 'usbnet' module for 2.6 kernel and 'cdcether' module
> for < 2.6 kernel. Really, i need to do a telnet from my host to my pda.
>
>
> > Unforunately with this arrangement the PDA would be acting as a host
> also.
> > USB cannot connect two hosts; one of the devices has to act as a
> > peripheral.  Does the Acer n30 have that ability?  (Apparently yes,
> since
> > it acts as a peripheral when running WinCE.)
> >
> > You need to look into using a gadget driver such as g_ether on the
> pda.
> > Check out the web page at <http://www.linux-usb.org/gadget/>.
> >
> > Alan Stern
> >
>
> There are the modules active in kernel config for pda (take from
> previous page). Maybe activating usbnet module in pda?
>
> #
> # Misc devices
> #
>
> #
> # USB support
> #
> CONFIG_USB=y
> CONFIG_USB_DEBUG=y
>
> #
> # Miscellaneous USB options
> #
> CONFIG_USB_DEVICEFS=y
> # CONFIG_USB_BANDWIDTH is not set
> # CONFIG_USB_DYNAMIC_MINORS is not set
> # CONFIG_USB_SUSPEND is not set
> # CONFIG_USB_OTG is not set
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
>
> #
> # USB Host Controller Drivers
> #
> CONFIG_USB_OHCI_HCD=y
> # CONFIG_USB_SL811_HCD is not set
>
> #
> # USB Device Class drivers
> #
> # CONFIG_USB_AUDIO is not set
>
> #
> # USB Bluetooth TTY can only be used with disabled Bluetooth subsystem
> #
> # CONFIG_USB_MIDI is not set
> # CONFIG_USB_ACM is not set
> # CONFIG_USB_PRINTER is not set
>
> #
> # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
> needed; see USB_STORAGE Help for more information
> #
> # CONFIG_USB_STORAGE is not set
>
> #
> # USB Input Devices
> #
> CONFIG_USB_HID=y
> CONFIG_USB_HIDINPUT=y
> # CONFIG_HID_FF is not set
> # CONFIG_USB_HIDDEV is not set
> # CONFIG_USB_AIPTEK is not set
> # CONFIG_USB_WACOM is not set
> # CONFIG_USB_KBTAB is not set
> # CONFIG_USB_POWERMATE is not set
> # CONFIG_USB_MTOUCH is not set
> # CONFIG_USB_EGALAX is not set
> # CONFIG_USB_XPAD is not set
> # CONFIG_USB_ATI_REMOTE is not set
>
> #
> # USB Imaging devices
> #
> # CONFIG_USB_MDC800 is not set
>
> #
> # USB Multimedia devices
> #
> # CONFIG_USB_DABUSB is not set
>
> #
> # Video4Linux support is needed for USB Multimedia device support
> #
>
> #
> # USB Network Adapters
> #
> # CONFIG_USB_CATC is not set
> # CONFIG_USB_KAWETH is not set
> # CONFIG_USB_PEGASUS is not set
> # CONFIG_USB_RTL8150 is not set
> # CONFIG_USB_USBNET is not set
>
> #
> # USB port drivers
> #
>
> #
> # USB Serial Converter support
> #
> CONFIG_USB_SERIAL=y
> # CONFIG_USB_SERIAL_CONSOLE is not set
> CONFIG_USB_SERIAL_GENERIC=y
> # CONFIG_USB_SERIAL_BELKIN is not set
> # CONFIG_USB_SERIAL_WHITEHEAT is not set
> # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
> # CONFIG_USB_SERIAL_CYPRESS_M8 is not set
> # CONFIG_USB_SERIAL_EMPEG is not set
> # CONFIG_USB_SERIAL_FTDI_SIO is not set
> # CONFIG_USB_SERIAL_VISOR is not set
> # CONFIG_USB_SERIAL_IPAQ is not set
> # CONFIG_USB_SERIAL_IR is not set
> # CONFIG_USB_SERIAL_EDGEPORT is not set
> # CONFIG_USB_SERIAL_EDGEPORT_TI is not set
> # CONFIG_USB_SERIAL_IPW is not set
> # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
> # CONFIG_USB_SERIAL_KEYSPAN is not set
> # CONFIG_USB_SERIAL_KLSI is not set
> # CONFIG_USB_SERIAL_KOBIL_SCT is not set
> # CONFIG_USB_SERIAL_MCT_U232 is not set
> CONFIG_USB_SERIAL_PL2303=y
> # CONFIG_USB_SERIAL_SAFE is not set
> # CONFIG_USB_SERIAL_CYBERJACK is not set
> # CONFIG_USB_SERIAL_XIRCOM is not set
> # CONFIG_USB_SERIAL_OMNINET is not set
>
> #
> # USB Miscellaneous drivers
> #
> # CONFIG_USB_EMI62 is not set
> # CONFIG_USB_EMI26 is not set
> # CONFIG_USB_TIGL is not set
> # CONFIG_USB_AUERSWALD is not set
> # CONFIG_USB_RIO500 is not set
> # CONFIG_USB_LEGOTOWER is not set
> # CONFIG_USB_LCD is not set
> # CONFIG_USB_LED is not set
> # CONFIG_USB_CYTHERM is not set
> # CONFIG_USB_PHIDGETKIT is not set
> # CONFIG_USB_PHIDGETSERVO is not set
> # CONFIG_USB_TEST is not set
>
> #
> # USB ATM/DSL drivers
> #
>
> #
> # USB Gadget Support
> #
> CONFIG_USB_GADGET=y
> # CONFIG_USB_GADGET_DEBUG_FILES is not set
> # CONFIG_USB_GADGET_NET2280 is not set
> # CONFIG_USB_GADGET_PXA2XX is not set
> # CONFIG_USB_GADGET_GOKU is not set
> # CONFIG_USB_GADGET_SA1100 is not set
> # CONFIG_USB_GADGET_LH7A40X is not set
> CONFIG_USB_GADGET_S3C2410=y
> CONFIG_USB_S3C2410=y
> # CONFIG_USB_GADGET_DUMMY_HCD is not set
> # CONFIG_USB_GADGET_OMAP is not set
> # CONFIG_USB_GADGET_DUALSPEED is not set
> # CONFIG_USB_ZERO is not set
> CONFIG_USB_ETH=y
> # CONFIG_USB_ETH_RNDIS is not set
> # CONFIG_USB_GADGETFS is not set
> # CONFIG_USB_FILE_STORAGE is not set
> # CONFIG_USB_G_SERIAL is not set
>
>
> Thanks a lot.
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> [email protected]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users
>

--
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to