Devin Mullins ??: > I'm trying to get a USB wifi adapter to work on Nexenta 2 (Nevada build 104+) > on an x86-64. It's a Hawking 300N, which `cfgadm -v` identifies as a Ralink, > and the internet tells me is a Ralink 2870. So, I downloaded the binary > driver from http://opensolaris.org/os/community/laptop/wireless/rwn/ , used > `lshal` to determine the vendor-id/product-id as 0xe66/0x1, and ran `add_drv > -i usbe66,1 rwn`. I get: > > devfsadm: driver failed to attach: rwn > Warning: Driver (rwn) successfully added to system but failed to attach > > I notice, after I do this (or subsequently, `update_drv rwn`), in > /var/adm/messages: > > Jun 28 23:19:15 bigmess unix: [ID 954099 kern.info] NOTICE: IRQ19 is being > shared by drivers with different interrupt levels. > Jun 28 23:19:15 bigmess This may result in reduced system performance. > > Dunno if that's relevant. > > Help? Am I doing something wrong? How to debug? I'm a Solaris newb. Thanks. > Hi Devin,
The rwn driver is for Ralink RT2700/RT2800 PCI/PCie chipset. Your wifi should belong to RT2700/RT2800 USB chipset. Its dirver is under development, and a RFE has been already filed, http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6815800. ------ Thanks, Felix