Author Topic: SOLVED: ndiswrapper not loading in KDE 2013.02  (Read 731 times)

Offline Vamp

  • Jr. Member
  • **
  • Posts: 11
SOLVED: ndiswrapper not loading in KDE 2013.02
« on: February 05, 2013, 12:22:48 AM »
Hello gang,

Let me start by saying that PCLOS 2012 works fine, no problem at all with configuring the wireless card and ndiswrapper works seamlessly.  But I need to upgrade, and I am having trouble with 2013.02.

I am trying out the new KDE 2013.02 releases (I tried both Mini and Full), and in each one I get stuck around the ndiswrapper not loading.  I have done some extensive research here on the forums, but nothing helped...

I start by trying to add my wireless connection, So, I select my Windows wireless driver (mrv8335), which returns:  "Unable to find the ndiswrapper interface!", and then drakconnect says "Unable to find network interface for selected device (using ndiswrapper driver).

I try to do a little fault isolation by:
# ndiswrapper -l
   mrv8335 : driver installed
            device (11AB:1FAA) present

so that is good...but when I :
#modprobe ndiswrapper
   FATAL:  Module ndiswrapper not found.

Which I believe is the crux of the problem.  Although Synaptic says it is installed, it does not appear to be installed correctly (or something).

Any ideas?  If the suggestion is to recompile from the source at ndiswrapper.sourceforge.net, then I would need some help...

Thanks!
« Last Edit: February 06, 2013, 10:57:29 PM by Vamp »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11577
  • ----IOFLU----
Re: ndiswrapper not loading in KDE 2013.02
« Reply #1 on: February 05, 2013, 01:02:21 AM »
Hello gang,

Let me start by saying that PCLOS 2012 works fine, no problem at all with configuring the wireless card and ndiswrapper works seamlessly.  But I need to upgrade, and I am having trouble with 2013.02.

I am trying out the new KDE 2013.02 releases (I tried both Mini and Full), and in each one I get stuck around the ndiswrapper not loading.  I have done some extensive research here on the forums, but nothing helped...

I start by trying to add my wireless connection, So, I select my Windows wireless driver (mrv8335), which returns:  "Unable to find the ndiswrapper interface!", and then drakconnect says "Unable to find network interface for selected device (using ndiswrapper driver).

I try to do a little fault isolation by:
# ndiswrapper -l
   mrv8335 : driver installed
            device (11AB:1FAA) present

so that is good...but when I :
#modprobe ndiswrapper
   FATAL:  Module ndiswrapper not found.

Which I believe is the crux of the problem.  Although Synaptic says it is installed, it does not appear to be installed correctly (or something).

Any ideas?  If the suggestion is to recompile from the source at ndiswrapper.sourceforge.net, then I would need some help...

Thanks!

If you already have an installation, there's really no need to reinstall, unless you haven't been doing the upgrades, as you should. Have you been doing the regular upgrades? If you have, then your installation would be the same as the 2013.02 image.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline coffeetime

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3426
  • Send me an Angel
Re: ndiswrapper not loading in KDE 2013.02
« Reply #2 on: February 05, 2013, 04:00:41 PM »
Kernel version? Is this Netgear WG311 Marvell 88w8335 Rev 03 Chipset Wireless Card? Try to reinstall ndiswrapper or dkms-ndiswrapper
PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 

Offline Vamp

  • Jr. Member
  • **
  • Posts: 11
Re: ndiswrapper not loading in KDE 2013.02
« Reply #3 on: February 06, 2013, 12:01:23 AM »
The kernel version shows:  3.2.18-pclos2.bfs
Yes, it is for a Marvell 88w8335 wireless card.

I can't reinstall, because I don't have network access to pull down from repository.   Is there another installation method I could use, like copy ndiswrapper files over to flash drive, then copy over to hobbled system?

I have two MiniKDE disks, one for 2012, and the newest just announced for 2013.  The 2012 PCLOS installs no problem and the ndiswrapper works seamlessly.  I tried to upgrade from the 2012 base, but I failed in getting the KDE upgraded.

But in the 2013, ndiswrapper is choking...

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3990
Re: ndiswrapper not loading in KDE 2013.02
« Reply #4 on: February 06, 2013, 05:01:49 AM »
Go to any repository with a web browser. Look in the 2010 section for the files dkms-ndiswrapper...i586.rpm and ndiswrapper......i586.rpm and save them to a memory stick. Unmount (eject) the memory stick properly. Then boot into the 2013.2 install, mount the stick and use:
Code: [Select]
# rpm -e --nodeps ndiswrapper dkms-ndiswrapper
# cd </path-to-memory-stick> (replace with correct path to downloaded rpms)
# apt-get install ndiswrapper-*.i586.rpm dkms-ndiswrapper-*.i586.rpm
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Vamp

  • Jr. Member
  • **
  • Posts: 11
Re: ndiswrapper not loading in KDE 2013.02
« Reply #5 on: February 06, 2013, 06:54:24 PM »
Thanks for the help...

I did as guided, and reinstalled from memory stick.  Appeared to install no problems.  However, same problem:  "Unable to find the ndiswrapper interface!"

I am looking at ndiswrapper wiki, and it gave a few ideas:

1. [root]#  rmmod ndiswrapper
ERROR:  Module ndiswrapper does not exist in /proc/modules

[root]# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.

[root]# ndiswrapper -v
module version is too old!
utils version: '1.9', utils version needed by module '0'
module details:
You may need to upgrade driver and/or utils to latest versions available at ndiswrapper.sourceforge.net

[root]# dmseg | grep ndiswrapper
<<nothing>>>

[root]# ll ndiswrapper
-rwxr-xr-x 1 root root 27310 Sep 11 2009 ndiswrapper*

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6237
Re: ndiswrapper not loading in KDE 2013.02
« Reply #6 on: February 06, 2013, 07:13:57 PM »

what does these commands give you?

uname -r

find /lib/modules/`uname -r` -iname *ndiswrapper*

ps:
copy and paste them on the terminal.

You said 2012 installation cd does not update kde,what error message are you getting?
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Vamp

  • Jr. Member
  • **
  • Posts: 11
Re: ndiswrapper not loading in KDE 2013.02
« Reply #7 on: February 06, 2013, 08:48:30 PM »
uname -r:   3.2.18-pclos2.bfs

The find command comes up with nothing.  There are module.* files in there, but not modules.ndiswrapper.

When I "whereis ndiswrapper", it says:  /usr/sbin/ndiswrapper /etc/ndiswrapper

Regarding the 2012 installation....I don't want to have to go back and do that again....that took 5 hours that got me nowhere.  I would rather get this 2013 ndiswrapper issue resolved.

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6237
Re: ndiswrapper not loading in KDE 2013.02
« Reply #8 on: February 06, 2013, 09:00:31 PM »

i do not think you have it installed

Quote
apt-get install ndiswrapper-*.i586.rpm dkms-ndiswrapper-*.i586.rpm
i do not think the above is the proper way to install rpm packages

go to the folder where you have those packages,log in to root from the terminal and then run this command
Quote
rpm -Uvh ndiswrapper-*.i586.rpm dkms-ndiswrapper-*.i586.rpm

show whatever output you will get
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Vamp

  • Jr. Member
  • **
  • Posts: 11
Re: ndiswrapper not loading in KDE 2013.02
« Reply #9 on: February 06, 2013, 10:56:50 PM »
SOLVED!!!!

It appears the problem was centered around dkms-ndiswrapper (kjpetrie had stated earlier that it should be installed, but I did not find it in the PASS server, so I ignored it until now).  I found the dkms-ndiswrapper-1.58rc1-1pclos2012.rpm in the free-for-all RPMS-testing directory, so I copied it over and installed as suggested here.  It was the DKMS-ndiswrapper that prepares the kernel for the module build, and appears to create the alias references for ndiswrapper in /etc/modules.conf and /etc/modprobe.conf.

Thanks guys for working with me!   :)

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3990
Re: SOLVED: ndiswrapper not loading in KDE 2013.02
« Reply #10 on: February 07, 2013, 06:09:53 AM »
However, if this package is missing from the ISO, how are newcomers who need it supposed to get it? Do we need a new ISO that does include it?
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1518
    • PCLinuxOS.nl
Re: SOLVED: ndiswrapper not loading in KDE 2013.02
« Reply #11 on: April 17, 2013, 05:19:12 AM »
Appending as of today, newinstall PCLos 2013.04
Dualbooting Win has a 12Mbps downloadspeed with the Broadcom BCM4318
PCLos was at 5Mbps max with the provided build in WiFi support.
Tried the ndiswrapper, a nogo.
Found the dkms-ndiswrapper in testing, problems gone ;)
This Is Not For A Newbie, so I think it's needed in the default distro.
If not available (but now in testing) we lost a new possible PCLosUser today.

Ed