Re: USBnet and Windows

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


On Tue, 2006-08-15 at 08:31 -0400, Marc Ely wrote:
> I am trying to work with USBnet on my Gumstix mini computer and was
> recommended by seom on their mailing list to post my problem here.

Here?  Why not a gumstix list?  Or maybe you've already tried there..

> I have lost all connectivity to my Gumstix device via USB. When
> connected to my computer, Windows sees it as having a Device ID and
> Vendor ID of 0000. This, however, is a new problem, as just last week
> it was working fine. The only difference in my Windows OS is that I
> have since restarted my system, there have been no changes to
> software/hardware on either my gumstix or Windows system.

So why doesn't it work?  Something must have changed for it to have
stopped working.

> I am wondering if anyone has had similar problems with USBnet and
> their respective devices. If not, is there a way to change the Device
> ID that is being given out via Linux?

I've not toyed much with the USBNet but from a quick look at the kernel
source I see...  (linux-2.6.11gum/drivers/usb/gadget$ vi ether.c)

/* Some systems will want different product identifers published in the
 * device descriptor, either numbers or strings or both.  These string
 * parameters are in UTF-8 (superset of ASCII's 7 bit characters).
 */

static ushort __initdata idVendor;
module_param(idVendor, ushort, S_IRUGO);
MODULE_PARM_DESC(idVendor, "USB Vendor ID");

static ushort __initdata idProduct;
module_param(idProduct, ushort, S_IRUGO);
MODULE_PARM_DESC(idProduct, "USB Product ID");

So you should be able to pass vendor and product IDs to the module on
insertion, but I believe it will have default values other than 0000.
Maybe your gumstix has died?  Or your Windows have a bad virus?

Also, a reminder to keep line lengths below about 70 characters.
Outlook can do this automagically I believe, if you ask it to.

Regards,
James.


-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php

[Linux ARM]     [Linux ARM MSM]     [Linux ARM Kernel]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

Add to Google Follow linuxarm on Twitter