LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ndiswrapper prob (https://www.linuxquestions.org/questions/linux-software-2/ndiswrapper-prob-322196/)

Magikx21 05-10-2005 08:54 PM

ndiswrapper prob
 
I got ndiswrapper installed on Mandriva 2005 but when i try to modprobe i get

FATAL: Could not open '/lib/modules/2.6.11-6mdk/kernel/3rdparty/ndiswrapper/ndiswrapper.ko.gz': No such file or directory

Which I for some reason deleted before installing ndsiwrapper what do I do?

darkleaf 05-11-2005 02:33 AM

Install ndiswrapper again if you deleted that file ;)

darkleaf 05-11-2005 02:33 AM

double post :(

ambelos 05-14-2005 08:09 PM

hey guys. i'm having this trouble too. i think i already posted above, but i just came from playing soccer and can't rem. so, here is the problem that i'm thinking. mabe ndis... didn't install properly and so there doesn't exist ndiswrapper.ko? i'ver searched my computer, but nothing. I am using suse 9.3 pro and installed it straight from dvd. i remmember installing the ndiswrapper kernel modules, so this makes me think that it's named something else...am i right? instead of ndiswrapper.ko is it named something else? ndiswrapper.o? or something? i'm not entirely a newbie, but i dont' know what else to search for. I really DON'T want to install ndiswrapper from source, but if there is nothing else for me to do, i'll do it.

thnx
gyro-x

patkalolo 05-14-2005 09:11 PM

I would just install the newest version of ndiswrapper from source. Simple as that.

darkleaf 05-15-2005 04:30 AM

Installing ndiswrapper from source isn't hard. It's the most basic you can get and it gives you a newer version.

ambelos 05-15-2005 07:34 AM

is there a special 64 bit version? last time i tried installing from source, it gave me crap about not being a 64 bit version. I'll search around and try it, but if it gives me that 64 bit crap again, i'll post it.

ambelos 05-15-2005 08:42 AM

ok, so, it worked.

after i installed it, i tried ifup, ifdown, ifconfig, iwconfig...when i tried those on wlan0 it came back saying there was no configuration for wlan0. i thought no big deal, i'll just make a new configuration for wlan0 using yast. after that, i was able ping my router and even configure it through my web browser, but i was still unable to connect to the internet. why? what would be a proper configuration for this? should i jst skip yast2 and edit the file manually?

darkleaf 05-15-2005 09:47 AM

Could you ping to the internet IP addresses? If so you don't have a DNS server assigned yet. open /etc/resolv.conf and add a line:
Quote:

nameserver *.*.*.*
With *.*.*.* is your router's IP.

ambelos 05-15-2005 10:33 AM

already done that. my routers ip is 192.168.0.1, so the file looks like this

nameserver 192.168.0.1

i haven't tried to ping any outside ips yet. i don't know of any specific ones. i was just pinging on the names, like ping cnn.com, yahoo.com, stuff like that.

darkleaf 05-15-2005 03:40 PM

216.239.57.99 is the google IP address. Do you have a gateway set as well then?

ambelos 05-15-2005 10:28 PM

just in case i don't, what should it be? that way i dont' have to ask for it later again. I'm running dual boot, and it's a pain sometimes to have to restart just to ask a simple question. thnx

gyro-x

darkleaf 05-16-2005 03:12 AM

The gateway is your router's IP address. You can set it with:
Code:

route add default gw *.*.*.*


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