PDA

View Full Version : Ndiswrapper - ASUS PCMCIA


Sniffer
8th November 2004, 04:50 PM
Hi everybody,

I'm tryng to install my PCMCIA Asus WL107-G with ndiswrapper and i have follow one tut from the section How to:

So i install the ndiswrapper with no problem,

Then i do this (this the example from the how to)

mkdir /root/xp_driver
cd /root/xp_driver
unzip ../driver.zip
ndiswrapper -i /root/xp_driver/driver.inf


My problem is when i do this (Yes as Root)

ndiswrapper -i /root/xp_driver/Rt2500.INF

It says no such file or folder directory....when actually is there....ndiswrapper create de folder (/etc/ndiswrapper/Rt2500.INF) without anything on it...and if i try again

ndiswrapper -i /root/xp_driver/Rt2500.INF

it says Rt2500.INF is already installed ???!!!! when it isn't.....it's ndiswrapper case sensitive and i have to do rt2500.inf instead of Rt2500.INF as it is written on XP driver Folder....? :confused:

crackers
9th November 2004, 04:25 AM
Yes, linux is case-sensitive, so you have to type it in exactly as it appears.

Sniffer
9th November 2004, 10:57 AM

So from what i understand i have to do this:

Besides being in WinXP Folder (Rt2500.INF)

I need to do this

ndiswrapper -i /root/WinXP/rt2500.inf


Is like C#...everything without CapsLock or he will not assume.

Thanks for the help.