problem add third party lan driver
Added by Carl Brunning 10 months ago
am trying to add some third party driver the driver are for solair 10 , the package install with no problem but on reboot i get the following error
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'macpropinfosetdefault_uint8'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'maclsoget'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'macpropinfosetperm'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'macpropinfosetdefaultlinkflowctrl'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'macpropinfosetrange_uint32'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'machcksumset'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'machcksumget'
Jun 26 15:47:34 myhost genunix: [ID 819705 kern.notice] /platform/i86pc/kernel/drv/amd64/t4nex: undefined symbol
Jun 26 15:47:34 myhost genunix: [ID 826211 kern.notice] 'macpropinfosetdefault_str'
Jun 26 15:47:34 myhost genunix: [ID 472681 kern.notice] WARNING: mod_load: cannot load module 't4nex'
so may question what package do i need to install in nexenta to fix this error
thanks
Replies
RE: problem add third party lan driver - Added by Roman Strashkin 10 months ago
Solaris drivers not always can be used on Nexenta/OpenSolaris/OpenIndiana/.... because there were some changes in driver-model.
So your driver should be adjusted and recompiled according to requirements of Nexenta/OpenSolaris/OpenIndiana/... driver-model.
RE: problem add third party lan driver - Added by Carl Brunning 10 months ago
thanks for that and were do i find this information for driver-model requirments
RE: problem add third party lan driver - Added by Roman Strashkin 10 months ago
unfortunately i do not know details. I just remember that vmxnet3 driver (vmware network) has similar symptoms. I asked some developer about vmxnet3 and he said me that need to adjust source code of the driver.
You can try to send your problem to opensolaris-maillist or illumos-maillist.