LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   installing NDIS wrapper in Debian (https://www.linuxquestions.org/questions/debian-26/installing-ndis-wrapper-in-debian-348252/)

priller 08-01-2005 02:17 PM

I think your meant to use a 2.6 kernel with ndiswrapper. I've never tried it with a 2.4.

COKE CAN 08-01-2005 02:29 PM

Quote:

Originally posted by priller
I think your meant to use a 2.6 kernel with ndiswrapper. I've never tried it with a 2.4.
http://www.linuxquestions.org/questi...hreadid=348937

COKE CAN 08-01-2005 03:40 PM

I upgraded my kernel and tried again:

Code:

# ndiswrapper -i /home/cokecan/wrlssdrvrs/netma401.inf
netma401 is already installed. Use -e to remove it
# ndiswrapper -m
Adding "alias wlan0 ndiswrapper" to /etc/modprobe.d/ndiswrapper
# ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device


priller 08-01-2005 04:30 PM

what vesion kernel?

COKE CAN 08-01-2005 04:46 PM

2.6.8-2-686

cjnodell 08-02-2005 09:59 AM

I am not so good with giving instructions but try this:

type

ndiswrapper -e netma401

then start over from the begining. make sure to watch for caps, linux is case sensitive.

COKE CAN 08-02-2005 12:45 PM

Quote:

Originally posted by cjnodell
I am not so good with giving instructions but try this:

type

ndiswrapper -e netma401

then start over from the begining. make sure to watch for caps, linux is case sensitive.

I still get this:

Code:


# ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device


priller 08-04-2005 04:53 PM

What do you get for

Code:

ls /lib/modules/2.6.8-2-686/misc/

COKE CAN 08-04-2005 11:22 PM

Code:

ndiswrapper.ko

priller 08-05-2005 07:46 AM

Is the ndiswrapper module loaded?

Code:

lsmod
What type of card is it? pcimcia or usb? are the correct modules loaded? are you sure the card works with ndiswrapper?

COKE CAN 08-05-2005 08:35 AM

Quote:

Originally posted by priller
Is the ndiswrapper module loaded?

Code:

lsmod
What type of card is it? pcimcia or usb? are the correct modules loaded? are you sure the card works with ndiswrapper?


I don't see ndiswrapper when I do lsmod. It's a psmcia netgear 802.11b card

priller 08-05-2005 10:53 AM

You'll probably need pcmcia-cs

Code:

apt-get install pcmcia-cs
and maybe
Code:

apt-get install pciutils
then you should be able to
Code:

modprobe ndiswrapper
and do
Code:

ifconfig wlan0 up

COKE CAN 08-05-2005 10:26 PM

Quote:

Originally posted by priller
Code:

modprobe ndiswrapper

I get:

Code:

FATAL: Error inserting ndiswrapper (/lib/modules/2.6.8-2-686/misc/ndiswrapper.ko): Operation not permitted

COKE CAN 08-05-2005 11:42 PM

When I run
Code:

ifconfig
I get info related to my wireless card on eth2

Nix4me 08-25-2005 02:00 PM

Quote:

Originally posted by COKE CAN
When I run
Code:

ifconfig
I get info related to my wireless card on eth2

Are you trying this logged in as root?


All times are GMT -5. The time now is 12:03 PM.