Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2002 15:17:28 -0700 (PDT)
From:      Patrick Thomas <root@utility.clubscholarship.com>
To:        <freebsd-net@freebsd.org>
Subject:   Linksys USB100M ... usbd.conf help needed.
Message-ID:  <20020706150728.G79469-100000@utility.clubscholarship.com>

next in thread | raw e-mail | index | archive | help

I have just purchased a Linksys USB100M - it is a very small key-style USB
NIC.  I am running 5.0-DP1.  I have all of the USB items except for the
removable disk device compiled into my kernel - I also have the three
aue/cue/kue options compiled into the kernel.

I put the device in and got this message on the console:

Jul 6 15:06:49 hostname kernel: ugen0: Linksys Linksys USB LAN Adapter,
rev 1.10/1.00, addr 2

Then I ran `usbdevs -v`:

Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev
1.00 port 1 addr 2: full speed, power 120 mA, config 1, Linksys USB LAN
Adapter(0x8150), Linksys(0x0bda), rev 1.00
 port 2 powered

Ok.  So then I removed the device, and added these lines to
/etc/usbd.conf:

device "Linksys USB100M"
	vendor	0x0bda
	product	0x8150
	release	0x0001
	devname	"aue0"
	attach	"/etc/pccard_ether ${DEVNAME} start"
	detach	"/etc/pccard_ether ${DEVNAME} stop"

Now I put the device back in .... and I get the same ugen0 message as
above, and nothing else happens.

I tried values of aue0, cue0, kue0, aue, cue, and kue in "devname", and I
tried all of those with a release value of both 0x0001 and 0x0100.  In all
cases, basically nothing happened...just the same console message as I
showed you above, and no pccard_ether event occurring.

Any pointers as to what I am doing wrong ?

thanks,

PT


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020706150728.G79469-100000>