On Tue, Jan 6, 2009 at 11:25 PM, Jonathan Gray <j...@goblin.cx> wrote:
> Try adding it to dev/usb/if_run.c, if_ral.c is several ralink
> chip generations ago.
>
> If that doesn't work include the output of
> "usbdevs -v" with the device plugged in and I'll send you a diff to apply.
>
> It is apparently the type of chip that run(4) supports.

Hi again,

Thanks a lot for your reply, appreciated. I have now modified the following:

# cd /usr/src/sys/dev/usb/
# grep 600N *
usbdevs:product LINKSYS4 WUSB600N       0x0071  RT2870
usbdevs.h:#define       USB_PRODUCT_LINKSYS4_WUSB600N   0x0071
 /* WUSB600N */
usbdevs_data.h:     USB_VENDOR_LINKSYS4, USB_PRODUCT_LINKSYS4_WUSB600N,
usbdevs_data.h:     "WUSB600N",

Rebuilt the kernel then rebooted :

OpenBSD 4.4-current (GENERIC) #3: Wed Jan  7 00:13:27 GMT 2009
    r...@testbox:/usr/src/sys/arch/i386/compile/GENERIC
...
ugen0 at uhub0 port 4 "Cisco-Linksys LLC Dual-Band Wireless-N USB
Network Adapter" rev 2.00/1.01 addr 2

But still no joy :(

What did I actually forget?

Here is the output you asked for :

# usbdevs -v
Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
NVIDIA(0x10de), rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
getstring: ioctl: Input/output error
 port 4 addr 2: high speed, power 450 mA, config 1, Dual-Band
Wireless-N USB Network Adapter(0x0071), Cisco-Linksys LLC(0x1737), rev
1.01
 port 5 powered
 port 6 powered
 port 7 powered
 port 8 powered
 port 9 powered
 port 10 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
NVIDIA(0x10de), rev 1.00
 port 1 addr 2: low speed, power 100 mA, config 1, Type 6
Mouse(0x0100), Sun Microsystems(0x0430), rev 1.02
 port 2 powered
 port 3 addr 3: low speed, power 100 mA, config 1, Type 6
Keyboard(0x0005), Sun Microsystems(0x0430), rev 1.02
 port 4 powered
 port 5 powered
 port 6 powered
 port 7 powered
 port 8 powered
 port 9 powered
 port 10 powered


Cheers,
Steph

Reply via email to