On 03/12/10 08:32, Geoff wrote:
> The short story: I'm trying to set up a home media server to store music, 
> videos, etc.  I'm a complete opensolaris newbie (I chose it for the ZFS 
> awesomeness).  I bought a Rosewill RNX-N300X 802.11b/g/n PCI card for 
> wireless connectivity.  But when I try to plumb the interface using this 
> guide here: http://hub.opensolaris.org/bin/view/Community+Group+laptop/rwn I 
> get "DLPI link does not exist"
>
> geoff at opensolaris:~/rwn-0.1-bin# cp amd64/rwn /kernel/drv/amd64/
> geoff at opensolaris:~/rwn-0.1-bin# cp i386/rwn /kernel/drv/
> geoff at opensolaris:~/rwn-0.1-bin# /usr/X11/bin/scanpci
> ...
> pci bus 0x0011 cardnum 0x02 function 0x00: vendor 0x1814 device 0x0601
>   RaLink RT2800 802.11n PCI
> ...
> geoff at opensolaris:~/rwn-0.1-bin# add_drv -i "pci1814,601" rwn
> geoff at opensolaris:~/rwn-0.1-bin# ifconfig rwn0 plumb
> ifconfig: cannot open link "rwn0": DLPI link does not exist
>
> any ideas?
>    
It seems you use wrong rwn binary. The binary you used(rwn-0.1-bin) is 
only for OpenSolaris 08.11. Rwn driver has been integrated into solaris 
build 112. So if your solaris is build 112+, you should use the native 
driver, no need to use binaries on the website. The only thing you need 
to do is that add your device to driver_alias, using:

#update_drv -a -i '"pci1814,601"' rwn

------
Regards,
Felix

Reply via email to