Networking Forums

Networking Forums > Computer Networking > Linux Networking > ndiswrapper config

Reply
Thread Tools Display Modes

ndiswrapper config

 
 
Jeppe
Guest
Posts: n/a

 
      10-14-2004, 11:20 AM
Hi @ll,

I'm trying to get the Dell Truemobile 1350 wireless network card
working on my Dell Inspiron 5160 laptop.
So I installed ndiswrapper on my Mandrake 10.1 distribution.

I installed the windows driver and the driver is recognized:

>ndiswrapper -l

Installed ndis drivers:
bcmwl5 hardware present

Also I did add it to the modprobe.conf:

>more /etc/modprobe.conf

{...}
alias wlan0 ndiswrapper



But when I want to continue by modprobe ndiswrapper it doesn't find
the module:

>modprobe ndiswrapper

FATAL: Module ndiswrapper not found.

Also, iwconfig doesn't show my card:

>iwconfig

lo no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions.

sit0 no wireless extensions.



Can anyone tell me what I'm doing wrong?

Thx,
Jeppe.
 
Reply With Quote
 
 
 
 
Shadow_7
Guest
Posts: n/a

 
      10-14-2004, 01:29 PM
> I'm trying to get the Dell Truemobile 1350 wireless network card
> working on my Dell Inspiron 5160 laptop.
> So I installed ndiswrapper on my Mandrake 10.1 distribution.


What version of ndiswrapper?
> .8 is troublesome for some.

< .11rc1 is troublesome for WPA and stuff


> I installed the windows driver and the driver is recognized:
>
>>ndiswrapper -l

> Installed ndis drivers:
> bcmwl5 hardware present


That's a good sign. v.0.9 gave me hardware NOT present, even though v.0.4
worked on said card. v.0.10 reported hardware present, but had trouble
loading the driver.


> Also I did add it to the modprobe.conf:
>
>>more /etc/modprobe.conf

> {...}
> alias wlan0 ndiswrapper


That's a good start. Doesn't ndiswrapper -m do this for you? Noting that
other distros use /etc/modules.conf, although pulls information into this
from /etc/modutils/ with update-modules.


>>modprobe ndiswrapper

> FATAL: Module ndiswrapper not found.


Have you run depmod -a? You can insmod/modprobe the full path, which
should work when all else fails. 2.6 seems to require this a little more
so than other kernels.


> Can anyone tell me what I'm doing wrong?


Kind of need to know what version of ndiswrapper and the kernel version to
know for sure. But for a 2.4 kernel and ndiswrapper v.0.10, I had to link
/usr/sbin/loadndiswrapper to /sbin/loadndiswrapper in order to get it to
work. Does dmesg have any sort of (load_driver:####) error in it? If so,
this is likely the same thing.

ln -s /sbin/loadndiswrapper /usr/sbin/loadndiswrapper

Worst case scenario, you can use 0.4, it seems to work for most. Although
without those little extras like WEP/WPA.

HTH,
Shadow_7

 
Reply With Quote
 
Bill Unruh
Guest
Posts: n/a

 
      10-14-2004, 01:45 PM
(E-Mail Removed) (Jeppe) writes:

]Hi @ll,

]I'm trying to get the Dell Truemobile 1350 wireless network card
]working on my Dell Inspiron 5160 laptop.
]So I installed ndiswrapper on my Mandrake 10.1 distribution.

Apparently you did not do so. What makes you think that you installed
ndiswrapper on your Mandrake 10.1 distribution?

The system looks in /lib/modules/2.6.8-12mdk (or whatever your kenrl is)
for the modules. Is there a module called ndiswrapper in there somewhere?
If not, you did not install it.


]I installed the windows driver and the driver is recognized:

]>ndiswrapper -l
]Installed ndis drivers:
]bcmwl5 hardware present

Sounds like you have ndiswrapper as a program, not a module.


]Also I did add it to the modprobe.conf:

]>more /etc/modprobe.conf
]{...}
]alias wlan0 ndiswrapper



]But when I want to continue by modprobe ndiswrapper it doesn't find
]the module:

]>modprobe ndiswrapper
]FATAL: Module ndiswrapper not found.

]Also, iwconfig doesn't show my card:

]>iwconfig
]lo no wireless extensions.

]eth0 no wireless extensions.

]eth1 no wireless extensions.

]sit0 no wireless extensions.



]Can anyone tell me what I'm doing wrong?

]Thx,
]Jeppe.
 
Reply With Quote
 
Jeppe
Guest
Posts: n/a

 
      10-18-2004, 05:40 PM
(E-Mail Removed) (Bill Unruh) wrote in message news:<cklvtk$anh$(E-Mail Removed)>...
> (E-Mail Removed) (Jeppe) writes:
>
> ]Hi @ll,
>
> ]I'm trying to get the Dell Truemobile 1350 wireless network card
> ]working on my Dell Inspiron 5160 laptop.
> ]So I installed ndiswrapper on my Mandrake 10.1 distribution.
>
> Apparently you did not do so. What makes you think that you installed
> ndiswrapper on your Mandrake 10.1 distribution?
>
> The system looks in /lib/modules/2.6.8-12mdk (or whatever your kenrl is)
> for the modules. Is there a module called ndiswrapper in there somewhere?
> If not, you did not install it.
>
>
> ]I installed the windows driver and the driver is recognized:
>
> ]>ndiswrapper -l
> ]Installed ndis drivers:
> ]bcmwl5 hardware present
>
> Sounds like you have ndiswrapper as a program, not a module.
>
>
> ]Also I did add it to the modprobe.conf:
>
> ]>more /etc/modprobe.conf
> ]{...}
> ]alias wlan0 ndiswrapper
>
>
>
> ]But when I want to continue by modprobe ndiswrapper it doesn't find
> ]the module:
>
> ]>modprobe ndiswrapper
> ]FATAL: Module ndiswrapper not found.
>
> ]Also, iwconfig doesn't show my card:
>
> ]>iwconfig
> ]lo no wireless extensions.
>
> ]eth0 no wireless extensions.
>
> ]eth1 no wireless extensions.
>
> ]sit0 no wireless extensions.
>
>
>
> ]Can anyone tell me what I'm doing wrong?
>
> ]Thx,
> ]Jeppe.



kernel version: 2.6.8.1-10
ndiswrapper version: 0.9.1
 
Reply With Quote
 
Bill Unruh
Guest
Posts: n/a

 
      10-18-2004, 07:51 PM
(E-Mail Removed) (Jeppe) writes:

]> ]Also I did add it to the modprobe.conf:
]>
]> ]>more /etc/modprobe.conf
]> ]{...}
]> ]alias wlan0 ndiswrapper
]>
]>
]>
]> ]But when I want to continue by modprobe ndiswrapper it doesn't find
]> ]the module:
]>
]> ]>modprobe ndiswrapper
]> ]FATAL: Module ndiswrapper not found.
]>


]kernel version: 2.6.8.1-10
]ndiswrapper version: 0.9.1

So, again, is ndiswrapper installed as a module?
/lib/modules/<Your.kernel.version>/drivers/net/ndiswrapper.*

or do
find /lib/modules -name ndiswrapper\*
Is it there? Does it have the right permissions?

 
Reply With Quote
 
Paul Black
Guest
Posts: n/a

 
      10-18-2004, 09:17 PM
Jeppe wrote:
> ndiswrapper version: 0.9.1


0.11 is the current version.

Paul
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CentOS 4.3 and ndiswrapper Doug Holtz Linux Networking 1 07-12-2006 01:14 PM
ndiswrapper-no can do? jwc Linux Networking 2 11-05-2005 02:12 PM
ndiswrapper and wep encryption RaSca Linux Networking 3 06-17-2005 09:24 PM
ndiswrapper lockup Rick Arnett Linux Networking 1 09-04-2004 08:13 PM
NDISWrapper - almost there - but need a little help The Etobian Linux Networking 2 07-04-2004 10:06 PM



1 2 3 4 5 6 7 8 9 10 11