Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I currently own a DWL-122 USB (prism 2) wi-fi card which is compatible with the wlan-ng 0.28 drivers (at least, that's what the compatibility list says), i've downloaded the drivers, and run a ./Configure a make and a make install on them, but still don't know how to use it, i've tried to add a new wireless net interface on the net configuration, but the DWL isn't displayed, maybe I missed some steps on the installing process, could someone tell me how to install the drivers and enable the card? It would be a great help...
You will need to have isl3890 firmware in the /lib/firmware directory, for example;
$ ls -al /lib/firmware/isl3890
-rw-r--r-- 1 lenard lenard 93996 Dec 11 2006 /lib/firmware/isl3890
Do you know where I could get good working firmware for this? I found a bunch of links to Mac OS X firmware downloads, but all of them had subsequent posts about the downloads not being good.
i've successfully installed the windows drivers with the version specified, done a modprobe, but it doesn't detect my card on the net interfaces screen, any ideas?
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
Have you setup the alias in /etc/modprobe.conf?? alias wlan0 ndiswrapper
Do you have a file named ifcfg-wlan0 in the /etc/sysconfig/network-scripts directory???
Example file;
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.