Re: Diagnosing unrecognized hardware

2004-03-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Brian O'Shea" <[EMAIL PROTECTED]> writes: : Hello Warner, : : --- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: : > : > Basically, you add it to sys/dev/pccard/pccarddevs, run make -f : > Makefile.pccarddevs in that directory, then add the line you talke

Re: Diagnosing unrecognized hardware

2004-03-25 Thread Brian O'Shea
Hello Warner, --- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > > Basically, you add it to sys/dev/pccard/pccarddevs, run make -f > Makefile.pccarddevs in that directory, then add the line you talked > about in your other email to if_wi_pccard.c. The first part of this > is desirable reguardless

Re: Diagnosing unrecognized hardware

2004-03-25 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Brian O'Shea" <[EMAIL PROTECTED]> writes: : Sorry for being unclear. I didn't mean to say that those changes worked, : I was asking if they were correct so far. Also, I asked where I should : specify the product id, because I suspect that I need to add

Re: Diagnosing unrecognized hardware

2004-03-25 Thread Brian O'Shea
Hello Warner, Sorry for being unclear. I didn't mean to say that those changes worked, I was asking if they were correct so far. Also, I asked where I should specify the product id, because I suspect that I need to add that to some other table (please see the end of my comments in my previous e-

Re: Diagnosing unrecognized hardware

2004-03-25 Thread M. Warner Losh
I just committed something to current based on your telling me that this works. Can you try my changes there? Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PR

Re: Diagnosing unrecognized hardware

2004-03-25 Thread Brian O'Shea
Hello Warner, et al, It looks like I need to add the following lines to /usr/src/sys/dev/pccard/pccarddevs.h: #define PCMCIA_PRODUCT_DLINK_DWL650 0x #define PCMCIA_CIS_DLINK_DWL650 { "D-Link", \ "DWL-650 Wireless PC Card RevP ISL37101P-10", NULL, NULL } #define

Re: Diagnosing unrecognized hardware

2004-03-25 Thread Julian Elischer
On Wed, 24 Mar 2004, Fred Clift wrote: > On Mon, 22 Mar 2004, M. Warner Losh wrote: > > > : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 > > : pccard0:CIS info: D-Link, DWL-650 Wireless PC Card RevP, ISL37101P-10 > > > > Looks like this isn't a supported card. You can add

Re: Diagnosing unrecognized hardware

2004-03-25 Thread Fred Clift
On Mon, 22 Mar 2004, M. Warner Losh wrote: > : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 > : pccard0:CIS info: D-Link, DWL-650 Wireless PC Card RevP, ISL37101P-10 > > Looks like this isn't a supported card. You can add it to > if_wi_pccard.c and see if that helps. Changes

Re: Diagnosing unrecognized hardware

2004-03-24 Thread Oleg Polyakov
Hello Warner, Thanks for your reply. --- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: In message: <[EMAIL PROTECTED]> "Brian O'Shea" <[EMAIL PROTECTED]> writes: : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 : pccard0:CIS info: D-Link, DWL-650 Wireless PC Card Rev

Re: Diagnosing unrecognized hardware

2004-03-22 Thread Brian O'Shea
Hello Warner, Thanks for your reply. --- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: <[EMAIL PROTECTED]> > "Brian O'Shea" <[EMAIL PROTECTED]> writes: > : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 > : pccard0:CIS info: D-Link, DWL-650 Wireless PC C

Re: Diagnosing unrecognized hardware

2004-03-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Brian O'Shea" <[EMAIL PROTECTED]> writes: : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 : pccard0:CIS info: D-Link, DWL-650 Wireless PC Card RevP, ISL37101P-10 Looks like this isn't a supported card. You can add it to if_wi_pccard

Diagnosing unrecognized hardware

2004-03-21 Thread Brian O'Shea
Hello, I'm running FreeBSD 5.2.1-RELEASE on an HP OmniBook 4150 laptop. I have a D-Link DWL-650 802.11b wireless ethernet card that doesn't seem to be recognized. I have built a kernel with the wi and wlan drivers: devicewlan devicewi Relevant boot messages: cbb0: at device 4