LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   installing CNEt CWC-854 on slax 3.0 (https://www.linuxquestions.org/questions/linux-wireless-networking-41/installing-cnet-cwc-854-on-slax-3-0-a-520490/)

Marc1983 01-18-2007 07:49 AM

installing CNEt CWC-854 on whax 3.0
 
Ok folks i'm a noob to the linux world and got version 3.0 of whax dual booting on my laptop for some testing!

I have the above PCMCIA card, which works perfectly fine in windows, but i'll be dammed if i can install it in slax.

I'm looking for some guidance/expertise on this one so i can get it working.

Thanks in Advance,


Marc

chrisortiz 01-19-2007 06:17 PM

well, welcome to linux. Since it is a pcmcia device lets tests that linux sees the device first. Its been awhile since i've played with a pcmcia device, but it shouldn't be a problem.
as rood open up a terminal and run
Code:

cardmgr
if you get
Quote:

cardmgr[12293]: no pcmcia driver in /proc/devices
don't procede as you will need to load the yenta driver.

the manufacturer of that card didn't make any linux drivers, so you'll have to use windows ones =P. go to http://ndiswrapper.sourceforge.net download it. Then do
Code:

tar -zxvf ndiswrapper.tar.gz
cd ndiswrapper
make && make install

note that your download will undoubedly be different so change it to match your file. The program should now be installed.

Next you'll need the windows drivers for your card. you'll need 2 files, one ending in .inf and the other .sys. After you get them copied over do
Code:

ndiswrapper -i urdriver.inf
ndiswrapper -m
ndiswrapper -l  #-l = lowercase L

you should see some output indicating driver present, hardware present.

to set your ssid and such read
Code:

man iwconfig
however, if you are using wpa encryption on your network, you will nee wpa_supplicant.
the website is wpa_supplicant but it seems to be down at the moment.
If you get stuck at any part, you can post here. While you are waiting for a reply it would be a good idea to search the forums for problems like yours.


All times are GMT -5. The time now is 12:01 AM.