Jump to content
Compatible Support Forums

Apropos

Members
  • Content count

    4
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About Apropos

  • Rank
    stranger
  1. Apropos

    Linksys WPC54G and Mandrake Linux

    I found this solution from another forum. I hope it works for you. It worked for me. Code: Hey guys,I just managed to get the WMP54G going under Mandrake 10 Official Download. I will try to give you as much detail as I can. The following instructions tell you how to download and setup ndiswrapper from scratch. Make sure that the package that comes with Mandrake 10 is NOT installed. If it is, go to "configure your computer", "software management" and remove it. While you are in there, make sure that teh "wireless tools" are installed.The commands below start with a dollar sign. The dollar sign represnts the prompt. Do not type the dollar sign.Download ndiswrapper from http://sourceforge.net/projects/ndiswrapper/Open a shell and go to where ndiswrapper-0.7.tar.gz is locatedUntar the file by running$ tar -zxvf ndiswrapper-0.7.tar.gzGo into the newly created directory$ cd ndiswrapper-0.7I would strongly reccomend reading the INSTALL file. All I did is follow the steps in it. You can open it vi.$ vi INSTALLTo exit vi type :q that's colon qTo install the ndiswrapper run$ make installNow you can install the windows drivers. I had problems with the windows drivers I downloaded from the internet. The once from the CD worked better.$ ndiswrapper -i /mnt/cdrom/Drivers/wmpci54g.infPlease substitude the path or filenames if different to match yours.To see if it worked$ ndiswrapper -lYou should seeInstalled ndis drivers:bcmwl5 presentLoad the module$ modprobe ndiswrapperTo see if the module loaded type$ dmesgI was getting some errors here. Rebooting seemed to make the module load ok. Eventually I removed ndiswrapper and started over again. To remove it I just did $ rm -f /usr/bin/ndiswrapper Do this only if you have problems.Now you should see it as wlan0 when you run the following:$ iwconfigSet the mode to managed by running$ iwconfig wlan0 mode ManagedI have not set up encryption yet, but you can set it up by running the following command and replacing the Xs with your own key composed of numbers and letters 0-9 A-F I believe. This same number will have to be entered into your access point as well.$ iwconfig wlan0 key restricted XXXXXXXXXXYour access point has SSID or ESSID. Enter it here$ iwconfig wlan0 essid ESSIDNow you should be able to see the information you just entered by typing$ iwconfigThis is where I had problems. The ESSID remained blank no matter how many times I entered it. Also the access pint came up as all Fs. This is when I started over by deleting ndiswrapper. Now it reports the proper ESSID and access pint.Here is where the INSTALL file tells you to setup the network parameters of wlan0. I did not change anything but you can look them up in Mandrake 10 by going to "Configure your computer", "Network and Internet", "Manage connetions". You should see wlan0 in the drop down menu. I made sure that "Start at boot" is checked under "Options". TCP/IP I left blank to be assigned by DHCP.At the command prompt run as root$ ifconfigIf you do not see wlan0 listed try$ ifconfig wlan0 uptry again$ ifconfigNow you should see wlan0 with an IP address assigned.To have ndiswrapper load at boot$ ndiswrapper -mHopefully this helps.Nickwritten by nrnickolov good luck and thanks nrnickolov
  2. Apropos

    Linksys WPC54G and Mandrake Linux

    Hi danleff I installed my card. Everything is fine now. I didn't use driver that I downloaded from Linksys website. I found another way to install my card. If someone needs help about it, I can tell what I did. P.S. I made a mistake and I posted my treat twice.I tried to delete but I couldn't delete it. Please delete my previous treat. Click here to see my another treat. @members If you have the same problem, please don't buy a driver from linuxant.com. We already paid for wireless card. I think driver for card should be free. thanks
  3. Apropos

    Linksys WPC54G and Mandrake Linux

    Fist of all, thanks for replying guys.. @Matrix3000k I can't return my card because I bought it more than 3 months ago. There is a link to download linux driver of my card on linksys website [url= http://www.linksys.com/download/driver.a...ver.asp?dlid=66 " title="httpwwwlinksyscomdownloaddriveraspdlid66 titlehttpwwwlinksyscomdownloaddriveraspdlid66 urlhttpwwwlinksyscomdownloaddriveraspdlid66 relnofollow targetblankhttpwwwlinksyscomdownloaddriveraveraspdlid66 " rel="nofollow" target="_blank">http://www.linksys.com/download/driver.a...sp?dlid=66 . I downloaded and tried to install but I had a problem during installation. Linux asked me to show linux source. I couldn't answer the question. Faq says that Code: - Linux source directory [/usr/src/linux]: The config script will attempt to automagically find your kernelsource directory. If found, the kernel source source directorywill be presented as the default selection. If the default selection is wrong, you may correct it here. I have to connect internet with wireless, and I am keeping windows for connecting internet.
  4. Hi@all I installed Mandrake 10 on my Dell inspiron 8200 laptop everything is working good but I can't install my wireless 802.11G Linksys Model WPC54G card. Can anyone help me to install my wireless card? thanks
×