> From: driversbin driversbin <[EMAIL PROTECTED]> > Date: Tue, 23 Aug 2005 01:38:13 -0700 (PDT) > > Hi, > > I am using host-host cable having prolific chip with > vendor id 0x067b and product id 0x0001.i am using > 2.6.11 kernel patched with 2.6.12-rc5 patch. > > I have enabled , USB gadget support (g_ether with > RNDIS) and the usb network adapters --multi-pupose usb > networking framework and prolific 2301 under it
And also the "dummy_hcd", which is likely the source of some problems. I count three different network interfaces in your setup: - "g_ether", connecting to the dummy udc peripheral; - "usbnet", connecting to that g_ether peripheral; - "usbnet", connecting to your pl2301 hardware You'd need to configure the right network interface. That might not be "usb0", it might be "usb1" or "usb2". Why are you even configuring dummy_hcd and the peripheral side support? Don't do that; you're not debugging a gadget driver, or usbcore changes, so you don't need it. > After this i try to configure my host and device as > follows > > on host : > > ifconfig usb0 192.168.52.3 pointopoint 192.168.52.4 > > on device: > > ifconfig usb0 192.168.52.4 pointopoint 192.168.52.3 Which has never been how you do either one. See http://www.linux-usb.org/usbnet and notice how it **NEVER** says to use "pointopoint". You probably had to ignore "ifconfig" error messages here... > then when i try to ping from host or from device ; > ping fails... > > Why this is happening.. > do i have to configure or add more things for this to > ping each other? > > or is there some problem with the driver? The problem is entirely in your setup. - Dave > > regards > :-) > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel