Mr. Z writes:
> When following James' instructions below, I found that only three interfaces
> exist.  Two of which are loopbacks (lo0: interfaces) and one which is my
> wired interface (bge0:).  There is no wireless interface or anything with
> the name iwi.  The scan-wifi command returned nothing (just got another
> prompt).

OK; that confirms that the driver isn't loading.

> When I try the command "ifconfig iwi0 plumb", I get the error "ifconfig:
> connot open link "iwi0": DLPI link does not exist"
> 
> How can I get the OS to recognize the wireless card?

First find out what the card really is.  I suggest running:

        pfexec /usr/X11/bin/scanpci

This should show the list of PCI devices in your system, and the
wireless card should be among them.  The interesting part of this
display are the "vendor" and "device" values, which you should report
to the folks who maintain the driver.  The right mailing list for that
is:

        [EMAIL PROTECTED]

(No, if the driver doesn't want to load, you can't "force" it to load.
Drivers load only when they recognize the attached hardware.)

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to