After upgrading from 10.04 to 12.04 via shell (# do-release-upgrade) everything went well, except the network access...
(Networking was not integrated on my old sony z600, so i had to use an USB WLAN stick via ndiswrapper).
So what is wrong?
First i tried
Next:
After running
But then i did
(Networking was not integrated on my old sony z600, so i had to use an USB WLAN stick via ndiswrapper).
So what is wrong?
First i tried
sudo ndiswrapper -land this look quite good. Driver and hardware present.
Next:
sudo modprobe ndiswrapperOk, with version 12.04 a new kernel is shipped (3.?) and this does not recognize the ndiswrapper.ko kernel module.
FATAL: Module ndiswrapper not found
After running
sudo depmod -astill the same problem...
But then i did
sudo apt-get install ndiswrapper-dkmsNow everything went well:
sudo modprobe ndiswrapper && sudo ndiswrapper -maand the network was up again and after a reboot it was still working....
No comments:
Post a Comment