Hi, I'm having issues installing a D-link USB wireless card using ndiswrapper. Using both the default ndiswrapper supplied with ubuntu, as well as the most up to date stable off sourceforge, if I install ndiswrapper as follows, I get a seg fault every time I modprobe ndiswrapper
ndiswrapper -i athfmwdl.inf
ndiswrapper -i neta5agu.inf
ndiswrapper -a [usb device id] neta5agu
depmod -a
modprobe ndiswrapper
(Seg. Fault)
OR (I read somewhere that I only needed neta5agu.inf)
ndiswrapper -i neta5agu.inf
ndiswrapper -a [usb device id] neta5agu
depmod -a
modprobe ndiswrapper
(seg fault)
on a side note, once I seg. fault trying to load the ndiswrapper module, any attempt to run lspci will result in lspci hanging indefinately and sudo kill -9 pid will not remove it.
ndiswrapper -i athfmwdl.inf
ndiswrapper -i neta5agu.inf
ndiswrapper -a [usb device id] neta5agu
depmod -a
modprobe ndiswrapper
(Seg. Fault)
OR (I read somewhere that I only needed neta5agu.inf)
ndiswrapper -i neta5agu.inf
ndiswrapper -a [usb device id] neta5agu
depmod -a
modprobe ndiswrapper
(seg fault)
on a side note, once I seg. fault trying to load the ndiswrapper module, any attempt to run lspci will result in lspci hanging indefinately and sudo kill -9 pid will not remove it.
Comment