Linksys WMP11 Wireless Card Setup (Prism 2.5 chipset wlan-ng drivers)

I just finished setting up my first Arch Linux box on an ancient desktop of mine.  It is running so suprisingly fast and I am loving it so far.  I learned a ton working trough the guides too.  Anyway, I am having issues setting up my wireless card.  Currently, I am sharing my laptops wifi with my Arch desktop but I would like to use my acutal PCI card. 
The card is a Linksys WMP11.  I used to lspci to find that it is using the Prism 2.5 chipset.  I consulted the Wireless Setup guide
https://wiki.archlinux.org/index.php/Wi … bsolete.29
This informed me that my card is supported by the wlan-ng drivers.  My card is supported on the hardware list:
http://www.linux-wlan.org/docs/wlan_adapters.html.gz
I have searched around the official Arch repositories and the AUR and I can not find this package.  The Wireless Wiki page states to use tools within the wlan-ng26-utils package.  I can't seem to find this package.  It does say wlan-ng is obselete.  Is it no longer maintained?
I also downloaded the drivers directly from
http://www.linux-wlan.org/
However,  I ran into issues when trying to run make configure.   The value it generates for the Linux source path is invalid. 
So, I am out of luck since the packages don't appear to exist, or is it possible to compile and install the drivers from source?  How do I tie this into pacman?
Thanks

Hope this helps. I have the same chipset and have been searching on and off for the past three days for the answer - here's the simple thing that got mine working.
in /etc/rc.conf modify the modules line to include wpa_supplicant
MODULES=(wpa_supplicant)
in /etc/modprobe.d/blacklist.conf add the following line (create this file if it doesn't exist)
blacklist iwconfig
Now you should be able to activate and configure your card via wpa_supplicant. Here is a sample of my wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
# WEP in Shared Key mode
network={
    ssid="MyRouterEssid"
    scan_ssid=1
    key_mgmt=NONE
    wep_key0="MyCustomKey1"
    wep_key1="MyCustomKey2"
    wep_key2="MyCustomKey3"
    wep_key3="MyCustomKey4"
    wep_tx_keyidx=2
    priority=5
    auth_alg=SHARED
And here is the wpa_supplicant command line to start it manually
wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0
BTW, I also have these two lines in the /etc/modprobe.d/blacklist.conf file
blacklist orinono
blacklist orinono_pci
I have not had time yet to verify if this is not needed (was part of previous attempts to get wifi to connect) but wanted to let you know in case it is part of the stuff needed to get these cards working with the newer wpa_supplicant. Of course this configuration is for a WEP Shared Key configuration. I have also not had time yet to test whether or not this will work in WPA mode. I suspect not in my case because the firmware I have on my card is pre-wpa on the Prism 2.5 series. We'll see.
-Brian

Similar Messages

  • HWIC wireless card setup and errors

    Hello all, I have a wireless card setup on my 1841 router and I am trying to get it to work with computer connected to it. I can connect fine and it routed to the internet and all of that, but the problem is that it keeps pushing out this error,
    "*Jan 16 04:53:39.402: *** Not encrypted dot1x packet from 0016.6f65.b176 has been discarded"
    Then after a few of those, the station gets removed from the wireless connection. Not sure where to go from here, I have WPA-psk setup on the router, the config for the interface looks like this...
    interface Dot11Radio0/1/0
    ip address 10.0.5.250 255.255.255.0
    ip helper-address 10.0.0.1
    ip nat inside
    ip virtual-reassembly
    encryption key 3 size 128bit ******** transmit-key
    encryption mode ciphers tkip wep128
    ssid ******
    max-associations 20
    authentication open
    authentication network-eap *******
    authentication key-management wpa optional
    guest-mode
    wpa-psk ascii 0 ****
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
    54.0
    power local cck 13
    station-role root
    Not sure what I am doing wrong here, can anyone help me please! Thanks,
    Kent

    Boy I hate to sound too desperate but please can someone help me here? I have no clue what to do next, any idea's suggestions anything! Or some input telling me I am not the only guy having this issue? something please?

  • Compatibility issue between MSI MS-6575E and a Linksys PCI wireless card

    Hi all,
    I have a Compaq Pavilion a249.pt with a MSI MS-6575E motherboard. I bought a Linksys PCI wireless card to access to network.
    The problem is when I plug in the PCI card the system don't boot. It remains in the HP logo and doesn't jump to system start.
    I plug the card in another computer and I get no problems...
    Do you have any idea about what can be wrong?
    Yhanks,
    CC

    Thanks for your comments and help. The problem is solved! 
    Here are the steps I took:
    1 - Try to find help in HP support team: they don't help me in any way!!!! 
    2 - Try to find help in Linksys support team: they help me isolating the problem and they didn't have any kind of error report regarding with Linksys card and MS motherboard. They told me to try the linksys card in another computer to ensure that the card was in perfect conditions. And it was.
    3 - Download of MSI motherboard manual to find any clue.
    4 - Search for a forum (like this!) and ask for help. You were the only with straight and usefull ideas  . Thanks!!!!!
    And now the solution: After checking the BIOS parameters regarding with LAN boot (you told me to disable it), I switched the card to PCI slot 3. The boot was OK.
    Again, many thanks to you all.

  • Broadcom Wireless Card Setup Problems

    Hello there, I'm very new to Archlinux and to linux overall. Since I'm done with my classes for the summer, I had the crazy idea to setup a home web server with my old machine and at the same time use the wireless card as an acess point for my laptop. The problem is that I followed all the steps in the Archlinux wiki about the wireless setups for the B43 driver several times. However, my system seams to ignore all my efforts and keeps making fun of me. According to what I understood, it's not setting up the network interface. (Which is suposed to be done automaticly I think) So here's a bunch of troubleshooting commands results.
    iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    lspci | grep -e Network
    01:06.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    lshw -C network
    *-network
    description: Network controller
    product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 6
    bus info: pci@0000:01:06.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master
    configuration: driver=b43-pci-bridge latency=32
    resources: irq:16 memory:40000000-40001fff
    lsmod| grep -e b43 -e bcm43xx -e ssb -e ndiswrapper
    b43 172775 0
    ssb 44979 1 b43
    mmc_core 52043 2 b43,ssb
    pcmcia 29658 2 b43,ssb
    mac80211 171331 1 b43
    cfg80211 126817 2 b43,mac80211
    led_class 2609 1 b43
    Here are the links I followed to try to setup and try to troubleshoot my things
    For b43 driver:
    http://wiki.archlinux.org/index.php/Wireless_Setup
    http://ubuntuforums.org/showthread.php?t=780692
    http://linuxwireless.org/en/users/Drivers/b43
    For ndiswrapper driver
    http://ubuntuforums.org/showthread.php?t=780590
    (There was an other one that told how to set it up but i can't find it)

    Ok, I"ve done it and I got a few errors.
    b43-pci-bridge 0000:01:06.0: PCI INT A disabled
    cfg80211: Calling CRDA to update world regulatory domain
    b43-pci-bridge 0000:01:06.0: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
    ssb: PCI-ID not in fallback list
    ssb: CHIPID not in nrcores fallback list
    ssb: Core 0 found: UNKNOWN (cc 0x8FF, rev 0x7F, vendor 0xFFFF)
    ssb: WARNING: Invalid SPROM CRC (corrupt SPROM)
    ssb: Unsupported SPROM revision 255 detected. Will extract v1
    ssb: Sonics Silicon Backplane found on PCI device 0000:01:06.0
    Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
    So, does that mean that I don't use the proper firmware?

  • Linksys WMP54G Wireless Card

    I have a WMP54G Linksys Wireless card and was wondering if it was possible to use thin in my PowerMac G4! Thanks!

    I have a question relating to this, i just got a powermac for xmas (stats below) and i have the exact same linksys card, and i was wondering, on the site, the one on the bottom is 10.3/10.4, i have leopard, so do i need to get the 10.5 pci version, or will the 10.4 version work with 10.5?

  • Wireless Cards and Linux

    What are some wireless cards that play nice with linux?  Something that works out of the box for most distros and Arch?  This freaking belkin card isn't working, I'm going to sell it on eBay... Any suggestions?

    After recently playing with this myself I actually have some answers... your best bet is to get a wireless card that works with the linux-wlan-ng driver. This page gives you a list of PCMCIA, USB and PCI cards that work with the driver. I got a D-Link DWL-122 802.11b 11 Mbps USB Adapter... after you find an adapter that you like (and works) the key is configuring it.
    First of course you want to find the driver that works with your adapter out of the linux-wlan-ng set. My usb D-Link works with the prism2_usb module (driver). Reading the readme helps alot when trying to configure your card. So depending on if your card is USB or PCMCIA you will first have to modprobe your USB or PCMCIA module and then modprobe the corresponding linux-wlan-ng driver.
    Example:
    modprobe uhci_hcd
    modprobe prism2_usb
    wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
    wlanctl-ng wlan0 lnxreq_autojoin ssid=<your routers SSID name> authtype=opensystem
    dhcpcd wlan0
    To get all the packages you need:
    pacman -S wireless_tools wlan-ng26 (or wlan-ng24 for 2.4 kernel)
    and pcmcia-cs package for PCMCIA cards
    All of this will get you started with using a wireless card, but each time you reboot your machine you will lose your network info. So what you probably want to do is use a init script to startup each time you boot. There is a wlan script that comes with these packages located at /etc/rc.d/wlan
    I hope this helps!

  • Satellite 1905-S303 PCI wireless card won't start code 10

    I've put a broadcom BCM94306PM PCI wireless card in my laptop. The laptop is equipped with antenae however one is damaged and can't be connected, these cards can work with one side only and I've even read somewhere that they can work over a short range with no antenae. My problem is device manager states that the device cannot start code 10. I have a clean install of XP Pro with SP1 (not from the original restore disc). With this in mind I suspect that there must be some Toshiba utility or driver missing to allow the card to work. Any help appreciated.

    I've downloaded drivers that others have stated are for this wireless card but I'm not able to find drivers that work. I've heard speak of a Toshiba Wireless LAN manager type of utility but I can't find any other reference to this on Toshiba site. This is not an original Toshiba wireless card, but I thought you could just plug any mini PCI device in and install drivers to suit. Is this not the case? The person that I purchased the card from says that some manufacturers prevent use of third party PCI devices. I find this unlikely. Could this card really be broken?

  • Intel Wireless Card doesn't work with Linksys?

    My wired computer works great with the WRT54GX2, but my wireless cannot hold a signal for very long. Support says they can't help me because I have a Intel wireless card. Intel does not support for that card anymore and I can't see where to buy a Linksys card. Please, help.
    Bonnie

    check the link for the linksys retailers
    Retailers
    Message Edited by Maximus on 07-21-2006 05:48 PM
    I do know everything, just not all at once. It's a virtual memory problem.

  • Best practice for home setup/Roaming with built-in Dell wireless card?

    I have a client with a huge house; I have done a site survey and it will require 3 APs to blanket the entire thing. I am wonderig what the best way to set this up for him would be? He would like to be able to walk around with the house and not lose connectivity. He is attempting to use his built-in Dell wireless card/client. As far as I know, these do not support Cisco roaming. What I have done is setup 3 diffrent SSIDs for each part of the house. Depending on his location he manually connects to the correct AP. Is this the best setup?
    I had attempted to set all APs with the same SSIDs but found that the client would not roam and also found it difficult to connect to any of the APs at all. I believe the card was getting confused since there was overlap of the same SSID.

    If he has a huge house, I don't think his laptop would be that old and also, the Dell's use the Intel wifi cards. Having all 3 ap's setup for the same SSID is what you should do and don't know why you are having so many issues. I would assume the ap's are on channel 1, 6, and 11 and how is the power setting? Do all these ap's run back to the same switch?

  • How do I connect my laptop to my Linksys wireless router through the internal wireless card?

    I just purchased a gateway laptop and was trying to hook my Linksys wireless router up to it. Ive gotten it hooked up but only through the secondary device (that catches the signal)... I was wondering if there is anyway that I could make my internal wireless internet card a point or no? Can I only connect it to the USB network adapter or is there really a way to go COMPLETELY wireless? Thank you for your time...

    Is your internal wireless card enabled? Go to device manager and make sure it is enabled.
    Chuck

  • LinkSys Wireless Card connects to "Access Point" but no internet connection

    I have 2 LinkSys wireless cards. one is 802.11g, the other b. The signal for the Airport Extreme 802.11n Wi-Fi Wireless Base Station is very strong, but when I try to connect, it says "You are connected to the access point, but the Internet cannot be found". No internet access, and I can't ping anything (Ping request could not find host...). And of course the printer hooked to the AirPort is also not recognized. My iMac and Macbook both have no problems connecting to the network. There is no problem with ethernet connection to the Airport. Is it possible to have a compatibility problem between the Linksys and Airport hardware? I thought as long as they were were compatible 802.11, they would work together. The cards had no problem with my old DLink router or other hotspots in the city. Is there a set-up I missed for setting up the PC-based cards with the AirPort?

    Is your wireless network secured?
    The box said windows xp or better... So I installed Linux!

  • Setup wireless card during bootup

    Hey,
    It took my awhile to get my wireless card to work but I finally got it to work. In the beginning, I had to type every command to get my wireless card to work. A little later my friend made a script that runs during start up. But it encountered a problem. When the command ''dhcpcd ath0" it would just hang so I took that out. It ran fine but now I have to run "dhcpcd ath0", let it run for 4 or 5 seconds, then kill it with ctrl + c, and then finally run it again. My connection is then established. So this gets a little annoying.
    Now I come to you, the community. What is the best way to setup a wireless card during boot-up? My friend (yes, its the same one as before ) said that there was a wireless script or profile that most people use. Would this help? Thanks.

    amunimanghi wrote:
    # Network Profile
    DESCRIPTION="Default Network Profile"
    # Network Settings
    INTERFACE=ath0
    HOSTNAME=manghi
    # Interface Settings (use IFOPTS="dhcp" for DHCP)
    IFOPTS="dhcp"
    GATEWAY=192.168.0.1
    # DNS Settings (optional)
    DOMAIN=localdomain
    DNS1=192.168.0.1
    DNS2=
    # Wireless Settings (optional)
    ESSID=FMang
    KEY=**********(inputed key)
    #IWOPTS="mode managed essid FMang channel 6 key restricted A16B61B296"
    WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    #USEWPA="yes" # start wpa_supplicant with the profile
    #WPAOPTS="" # use "" for normal operation or specify
    additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    #AUTOWPA="yes" # automatically configure WPA
    #PASSKEY="" # wpa passkey/phrase. for use with AUTOWPA
    Is this correct?
    Not entirely.
    Comment everything in the DNS section , it's not used with dhcp and could cause conflicts
    In wireless settings
    - uncomment the line for IFOPTS
    - comment the line WIFI_INTERFACE (iirc it's only needed with ndiswrapper)
    Change the DESCRIPTION field to something appropriate like "Wlan at home"

  • Linksys Wireless Card (Linksys Router) in G4 Power Mac works fine until...

    Linksys Wireless Card (Linksys Router) in G4 Power Mac works fine until...
    new software upgrades on the 14 August 2006 (yesterday) which includes Airport 4.2.
    The Linksys wireless PCI card (WMP54G) was installed just under a year ago with no problems. There was no need to install drivers, the Apple Mac recognised it and used it as a wireless card. I was browsing the internet last night (14 August) and the software updates downloaded in the background. Once it finished downloading, it requested for a re-start. I carried on browing the internet and then switched off my machine and went to bed.
    When I turned on my computer in the morning, the wireless card no longer activates. The computer recognises there is a card but there is no connection to the router (meaning no internet). The router settings have not changed at all.
    I believe it could be the Airport 4.2 update has interfered with the Linksys Card, but I'm not sure. I've been through all the Assist functions etc and there is no luck. It does seem that the big update released on the 14th August has played its part.
    Any opinions and assistance on getting the card back to normal, and if possible assistance in removing the new updates to previous drivers/settings.
    Thanks people.
    G4 Power Mac Dual Processor Mirrored Doors   Mac OS X (10.3.9)  

    Sorry, I do not have a solution for you but I have the same problem upgrading from Jaguar to Panther (on my home machine not listed which is a G3 b&w). Now my WMP54G doesn't see any wireless network (I used to be able to see several in the 'hood), and Apple Profiler recognizes the card. Apple updater changed the Airport system files, I believe.
    Is it possible to find the old Airport software and install over current system to get it working again? I doubt Apple still offers the old airport software, but if someone has it, maybe it can be installed with Pacifist.
    We need some wireless help here, community.
    2.5 GHz Dual PowerMac G5 | 3GB RAM | SuperDrive   Mac OS X (10.4.6)  

  • Linksys wireless card problems

    Just today, I purchased the new Airport Extreme and hooked up the wireless network to my iMac. My roommate has a PC with a new Linksys wireless card. When trying to access the iternet using the Airport Etreme, it gives an error saying that 'Cannot associate with the access point'.
    Our neighbor has an unsecured wireless connection and she can use that just fine. How can we get her onto our own wireless network?
    Thanks!

    Per chance to you have your AX configured to NOT broadcast its "Network Name?" (Note: In the PC world, this would also be called the SSID.) If so, I would re-enable it so that it does.
    As the issue is most likely Wireless Zero Configuration (WZC) on your PC, I would try the following:
    o In the WZC menu, remove all of the preferred networks, and then, restart the PC.
    o With the AX configured for WPA Personal, add back the AX's network as your preferred network.
    Did WZC find the AX's network? If not, can it find any networks in the local area? If it did not find the AX's network, did it allow you to add it? Can you PC connect to any other wireless network?

  • Trying to setup my Linksys WRT54G Wireless Router but having trouble.

    Right, i will keep this nice and simple. I have had broadband internet for the past 10 days and yesterday i got myself a Linksys WRT54G Wireless router so both myself and my partner can connect our Macbook Pros up to the wireless internet.
    But the problem is we cannot seem to connect onto the wireless network. It shows up when searching for internet connecting even when its is open without a password or with a password it does not want to connect?!?!
    I can plug my laptop directly (as i am doing now) into the broadband modem and it works so i have no idea what is wrong? This afternoon we tried using a Windows Laptop and had the same problem. The wireless network shows up but when you enter the password that was entered on the 192.168.1.1 website it does not reconise it?!?!
    If you can reply speaking English and not too much computer language that would be fantastic.
    Many thanks

    Hi candn14 and welcome to the forums!
    Since internet connection is working fine on the laptop computer when plugged directly into the modem, you just need to configure your router settings.
    Are you using a DSL or Cable connection? Please see the links below on how to configure your router with your internet provider (ISP).
    Setting-Up a Router with Cable Internet Service
     Setting-Up a Router with DSL Internet Service
    Once you are finished doing so and your laptop is able to connect to the internet when connected to the modem > router > laptop, then you are now ready to configure the wireless settings of the router for you to be able to connect wirelessly.
    Here are the steps:
    Setting-Up the Wireless Settings on a Router
    And please secure your network w/ a password.
    Setting-Up Wireless Security on a Linksys Router
    Please feel free to ask any questions again if you encounter any problems. Hope this helps.

Maybe you are looking for

  • Brand new ipod touch suddenly stopped working. please help!

    I was messing around on my brand new ipod touch and it suddenly crashed. it flashed a static-y black and now the screen is bluish white and won't change. I tried holding both the home button and the black button on top of the ipod and neither helped.

  • Array of references to references to objects? Skip lists...

    I'm trying to hammer out a SkipList ADT by tomorrow night. The structure of my SkipList is basically: A Skip list has a reference to the first SkipListNode. Each SkipListNode has an array of links, where a link of level 1 links to the next node that

  • HT204350 The instructions for "Migrating using FireWire or ThunderBolt" are WRONG

    The instructions for "Migrating using FireWire or ThunderBolt" in this article are wrong for a transfer from a Mountain Lion Mac to a Mavericks Mac.  You should not put the source Mac in target disk mode.  Rather, you should start up Migration Assist

  • ITunes reports incorrect  free space

    Using iTunes 12.0.1.26 with a 64GB iPhone 4S on iOS8.1 I am currently unable to add files to my iPhone through the File Sharing part of the Apps panel. The bar at the bottom of iTunes reports 25.01GB free, on the phone the General->Usage page reports

  • Get host disks info

    Hello everyone! Please, suggest me how to get host disks info? (free and used space avaliable). The only problem is that I can't reach EM, so the only way to reach that host now is to make a query, which will return info. So what kind of query can it