Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: [Opgelost] FATAL: Module ndiswrapper not found. in XUBUNTU 12.04  (gelezen 2754 keer)

Offline Hainie

  • Lid
Ik ben bezig met installeren van  Siemens Gigaset USB Adapter 108

Ik heb via Softwarecentrum ndiswrapper geinstalleerd en daarna de driver van Windows XP ( net5523.inf )

Daarna het volgende uitgevoerd:

hjk@luka:~$ sudo ndiswrapper -l
[sudo] password for hjk:
net5523 : driver installed
hjk@luka:~$ sudo ndiswrapper -l
[sudo] password for hjk:
net5523 : driver installed
   device (129B:160C) present
hjk@luka:~$ sudo modprobe ndiswrapper
FATAL: Module ndiswrapper not found.

hjk@luka:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 062a:0001 Creative Labs Notebook Optical Mouse
Bus 001 Device 004: ID 129b:160c CyberTAN Technology Siemens S30853-S1038-R351 802.11g Wireless Adapter [Atheros AR5523]

Wie weet een oplossing voor : FATAL: Module ndiswrapper not found

Haidie

« Laatst bewerkt op: 2012/05/10, 10:43:38 door Hainie »

Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #1 Gepost op: 2012/05/06, 22:50:20 »
Gekopieerd van http://tinymelinux.com/forum/thread-865.html

Citaat
1. smart remove ndiswrapper get rid of the old install
2. download the latest ndiswrapper tarball (ndiswrapper-xxx.tar.gz) from http://sourceforge.net/projects/ndiswrapper/
3. Place the ndiswrapper tarball in /usr/src
4. tar -xvf ndiswrapper-xxx
5. cd ndiswrapper-xxx (directory created by tar)
6. make
7. make install
8. ndiswrapper -i drivername.inf (for both drivers in the case of the wg111t)
9. ndiswrapper -l to verify the installation---should show the driver(s) and device ID
10. modprobe ndiswrapper
11. configure wlan0 in Network Center and start it up.


Offline Hainie

  • Lid
Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #2 Gepost op: 2012/05/07, 19:39:48 »
Luckiboy

Dank voor je reactie, maar bij uitvoeren van punt 1 gaat het fout :
Zoals je hier onder kunt zien, moest ik eerst ' smart'  installeren, daarna commando remove uitgevoerd
maar dit gaat mis:
hjk@luka:~$ smart remove ndiswrapper
error: Unable to create channel directory.



hjk@luka:~$ smart remove ndiswrapper
Het programma 'smart' is momenteel niet geïnstalleerd.  U kunt het installeren door het volgende te typen:
sudo apt-get install smartpm-core
hjk@luka:~$ sudo apt-get install smartpm-core
[sudo] password for hjk:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd       
De status informatie wordt gelezen... Klaar
De volgende pakketten zijn automatisch geïnstalleerd en zijn niet langer nodig:
  libreoffice-help-nl libreoffice-l10n-en-gb libreoffice-l10n-en-za
  libreoffice-help-en-gb libreoffice-help-en-us mythes-en-au
  libreoffice-l10n-nl mythes-en-us openoffice.org-hyphenation hyphen-en-us
U kunt deze verwijderen via 'apt-get autoremove'.
De volgende extra pakketten zullen geïnstalleerd worden:
  python-smartpm
Voorgestelde pakketten:
  python-rpm
De volgende NIEUWE pakketten zullen geïnstalleerd worden:
  python-smartpm smartpm-core
0 pakketten opgewaardeerd, 2 pakketten nieuw geïnstalleerd, 0 te verwijderen en 0 niet opgewaardeerd.
Er moeten 298 kB aan archieven opgehaald worden.
Door deze operatie zal er 1762 kB extra schijfruimte gebruikt worden.
Wilt u doorgaan [J/n]? j
Ophalen:1 http://nl.archive.ubuntu.com/ubuntu/ precise/universe python-smartpm i386 1.4-2 [294 kB]
Ophalen:2 http://nl.archive.ubuntu.com/ubuntu/ precise/universe smartpm-core i386 1.4-2 [4752 B]
298 kB opgehaald in 0s (436 kB/s)
Selecting previously unselected package python-smartpm.
(Database inlezen ... 165056 files and directories currently installed.)
Uitpakken van python-smartpm (uit .../python-smartpm_1.4-2_i386.deb) ...
Selecting previously unselected package smartpm-core.
Uitpakken van smartpm-core (uit .../smartpm-core_1.4-2_i386.deb) ...
Processing triggers for man-db ...
Instellen van python-smartpm (1.4-2) ...
Instellen van smartpm-core (1.4-2) ...
hjk@luka:~$ smart remove ndiswrapper
error: Unable to create channel directory.



Hainie

Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #3 Gepost op: 2012/05/07, 19:59:46 »
Vervang "smart remove" eens door "purge"? Gaat het dan wel?

Offline Hainie

  • Lid
Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #4 Gepost op: 2012/05/07, 21:43:48 »
' purge' uitgevoerd, zie resultaat

hjk@luka:~$ purge ndiswrapper
No command 'purge' found, did you mean:
 Command 'ipurge' from package 'kolab-cyrus-common' (universe)
 Command 'ipurge' from package 'cyrus-common-2.4' (universe)
purge: command not found

Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #5 Gepost op: 2012/05/07, 22:02:06 »
Mijn excuses, het moet zijn: sudo apt-get purge

Offline Hainie

  • Lid
Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #6 Gepost op: 2012/05/07, 22:09:43 »
OK kan gebeuren, zie resultaat

hjk@luka:~$ sudo apt-get purge ndiswrapper
[sudo] password for hjk:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd       
De status informatie wordt gelezen... Klaar
E: Kan pakket ndiswrapper niet vinden


Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #7 Gepost op: 2012/05/07, 22:16:51 »
Hmm, lijkt erop dat ndiswrapper helemaal niet meer op je PC staat...
Staat ie nog wel in het softwarecentrum en/of synaptic?

Offline petervs

  • Lid
Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #8 Gepost op: 2012/05/07, 22:48:09 »
Het is inderdaad 'n bekende bug:
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper#Installing_Packages_.28With_Internet_access_on_another_computer.29

Ik denk dat ndiswrapper op een verkeerde plaats wordt geïnstalleerd, en daarna door het systeem niet meer wordt gevonden waar het normaal zou staan.
Dus denk ik dat je (de andere) ndiswrapper wel kunt installeren, zonder die oude te verwijderen.


Ubuntu MATE 16.04

Offline Hainie

  • Lid
Re: FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #9 Gepost op: 2012/05/07, 23:08:08 »
Hij staat zowel in Softwarecentrum als is synaptic

Ondersoftware centrum staan nog wel twee Add-ons niet aangevinkt:
..... ndiswrapper-dkms
..... ndiswrapper-source

Synaptic staat
ndiswrapper-utils 1.9   1.57-1ubuntu1
ndiswrapper-common 1.57-1ubuntu1 

Kan ik ndiswrapper niet eerst gaan verwijderen met Synaptic( nu het op een andere manier niet lukt)
voor dat ik probeer de laatste versie te gaan installeren zoals petervs voorstelt?

Opm: als ik op de link klik in de bijdrage van petervs lees ik onderstaande, hier wordt niet aangegeven dat ndiswrapper
            eerst verwijderd moet worden, het wordt er niet duidelijker op.

For advanced users: There is a known bug in these Debian packages, detailed in this thread. If you are having issues after installing from these packages, the kernel module may not have installed, so you may get the error FATAL: Module ndiswrapper not found when you run modprobe ndiswrapper in the terminal. To avoid this problem, it's best to compile from the source available at http://ndiswrapper.sourceforge.net/. This is fairly simple but requires the build-essential package to be installed. You can install this offline using apt-cdrom from the command line or the synaptic package manager with the ubuntu install CD.

Copy the appropriate files over to a directory on your Ubuntu computer (e.g. your Home directory) and install them in this order:
sudo dpkg -i ndiswrapper-common_*.deb
sudo dpkg -i ndiswrapper-utils-*.deb
sudo dpkg -i ndisgtk_*.deb
« Laatst bewerkt op: 2012/05/08, 19:24:38 door Hainie »

Offline Hainie

  • Lid
Re: [Opgelost] FATAL: Module ndiswrapper not found. in XUBUNTU 12.04
« Reactie #10 Gepost op: 2012/05/10, 10:41:10 »
Probleem opgelost volgens procedure aangereikt door Luckiboy (zie 06-05 22:50 )
uit http://tinymelinux.com/forum/thread-865.html Post: #7

1. smart remove ndiswrapper get rid of the old install
    Dit mislukte:
    hjk@luka:~$ smart remove ndiswrapper
    error: Unable to create channel directory.
    Uiteindelijk heb ik hem verwijderd d.m.v. Synaptic, verder onderstaande uitgevoerd en het werkt

2. download the latest ndiswrapper tarball (ndiswrapper-xxx.tar.gz) from http://sourceforge.net/projects/ndiswrapper/
3. Place the ndiswrapper tarball in /usr/src
4. tar -xvf ndiswrapper-xxx
5. cd ndiswrapper-xxx (directory created by tar)
6. make
7. make install
8. ndiswrapper -i drivername.inf (for both drivers in the case of the wg111t)
9. ndiswrapper -l to verify the installation---should show the driver(s) and device ID
10. modprobe ndiswrapper
11. configure wlan0 in Network Center and start it up.
« Laatst bewerkt op: 2012/05/10, 10:44:24 door Hainie »