Hi Joanie, Joanmarie Diggs wrote: > [...] > > I rebooted to test it. Once I do the rum1 plumb trick, the rum driver > works swimmingly with rum0. What I wanted to see is if upon reboot > things would JustWork(tm) with rum0. They do not. But the trick still > works. :-) > > By the way, when I rebooted, I noticed an error on the console screen: > "aes_ccm_encrypt failed (1C)". Dunno if that's relevant or not... > Yes, this is the root cause, when system boot, aes module is not ready, which causes "aes_ccm_encrypt failed (1C)". This is a known bug of crypto framework, see CR6396001.
When system is ready, you plugin another adapter, it triggers the aes moudle to be loaded into memory, then your rum0 works, like a magic, ;-) Workaround: 1) plugin an adapter like what you do. 2) If you are using nwam, before you reboot system, disable nwam by # svcadm disable nwam Then reboot, once system is ready, enable nwam again # svcadm enable nwam :-D It should work. -- Quaker > >> otherwise, please show the output of >> # tail -f /var/adm/messages | grep wpad >> > > Attached. > > >> Thanks, >> > > Thank YOU. I really do appreciate all your help with this. And I think > it's sooo close to being there. > > Take care. > --Joanie >
