Results 1 to 10 of 10

Thread: MA401 wireless success

  1. #1

    MA401 wireless success

    Hello,

    I have had quite a lot of trouble getting my netgear MA401 (802.11b pcmcia card) to work with Ubuntu 8.04, where it has worked easily with several other distros over the last several years. The problem seems to have been a conflict with orinoco and hostap and to have a rather simple solution. It seems to have been corrected by editing /etc/modprobe.d/blacklist as follows:

    Code:
    sudo gedit /etc/modprobe.d/blacklist
    I appended the following to blacklist:

    Code:
    # possible conflict with orinoco drivers
    blacklist hostap_cs
    blacklist hostap
    I had to reboot my computer twice to get it to start working. I was then able to configure my wireless setting by clicking the network icon on the task bar. I hope this will help someone.

    -Phil

  2. #2
    Join Date
    May 2008
    Beans
    59
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MA401 wireless success [add Prism 2.5, too]

    It turns out that Intersil Prism 2.5 wifi chipsets also can use either the orinoco or hostap driver. After the Intrepid 8.10 upgrade and subsequent kernel updates, the hostap driver was selected. THANKS for the blacklist of hostap tip. My wireless on my old Compaq Presario 2100 is finally humming along again and I really like the new Network Manager 0.7 - quite an improvement over both the old one with Hardy as well as wicd (which has NO vpn support).
    Last edited by karlatsaic; November 4th, 2008 at 06:54 PM. Reason: removed jajah chars

  3. #3
    Join Date
    May 2008
    Beans
    31

    Re: MA401 wireless success [add Prism 2.5, too]

    Quote Originally Posted by karlatsaic View Post
    It turns out that Intersil Prism 2.5 wifi chipsets also can use either the orinoco or hostap driver. After the Intrepid 8.10 upgrade and subsequent kernel updates, the hostap driver was selected. THANKS for the blacklist of hostap tip. My wireless on my old Compaq Presario 2100 is finally humming along again and I really like the new Network Manager 0.7 - quite an improvement over both the old one with Hardy as well as wicd (which has NO vpn support).
    span.jajahWrapper { font-size:1em; color:#B11196; text-decoration:underline; } a.jajahLink { color:#000000; text-decoration:none; } span.jajahInLink:hover { background-color:#B11196; }
    Did not helped me to blacklist hostap. i have Prism 2.5 Intersil chipset. Any ideas?

  4. #4
    Join Date
    May 2008
    Beans
    31

    Re: MA401 wireless success

    Ok,
    so I added this to /etc/modprobe.d/blacklist

    blacklist hostap
    blacklist hostap_cs
    blacklist hostap_pci

    and I added this to /etc/modules

    orinoco_pci

    It works, device is visible and working as eth1 after every start.

  5. #5
    Join Date
    May 2008
    Beans
    59
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MA401 wireless success

    I neglected to say that I specifically blacklisted hostap_pci, as that is what my card uses (not hostap_cs). Glad you figured it out. Better to be real specific in these posts. I'll do the explicit addition to /etc/modules as well, although it has not been necessary for me.

  6. #6
    Join Date
    Jan 2008
    Location
    Nunyabidness
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    wireless insuccess

    I still can't get my wireless internet to work. I'm using a prism 2.5. It reads the networks and can only connect to them if you do manual DHCP. But no internet. All that works is hard wire.

  7. #7
    Join Date
    Jan 2008
    Location
    Nunyabidness
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MA401 wireless success

    Ok now I got it working you have to do the following.
    Code:
    sudo iwconfig
    then you need to put the mac address into your network connections under BSSID. I have mine under manual DHCP and now its working great!

  8. #8
    Join Date
    Jan 2008
    Location
    Nunyabidness
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MA401 wireless success

    Actually it was what oyankee did. Then I got it working. Thanks oyankee!

  9. #9

    Re: MA401 wireless success

    Wow, I'm happy, and somewhat surprised that someone else had benefit from my experience. I don't really know too much and nearly didn't post as I figured that everyone else that reads these posts probably knows so much more than I do.

    As an after thought I wondered if the hostap modules would perform better than the orinoco set of modules. So I swapped and blacklisted them instead, and unblacklisted the hostap modules and rebooted my computer. It seems to work with either set of modules. I have left the hostap modules unblacklisted as it seems that I get better performance with them, altough I have made no quantitative assessment.

    currently the applicable portion of /etc/modprobe.d/blacklist looks like this


    # possible conflict with orinoco drivers
    #blacklist hostap_cs # 62868 1
    #blacklist hostap # 110724 1 hostap_cs

    # possible coflict with hostap drivers
    blacklist hermes
    blacklist orinoco
    blacklist orinoco_pci
    blacklist orinoco_cs
    blacklist orinoco_plx
    Best of luck to all of you. And thank you to the Ubuntu community for making a system that is pleasant to use. I am running Ubuntu now for about two weeks and am rather pleased.

    -Phil

  10. #10
    Join Date
    Dec 2008
    Beans
    1

    Angry Re: MA401 wireless success

    I have installed 8.10 my laptop uses Prism 2.5 Wavelan chipset , tried blacklisting hostap dint help ,my wifi uses WPA but orinoco displays only WEP . So I removed all the changes.

    00:09.0 Network controller: Intersil Corporation Prism 2.5 Wavelan chipset (rev 01)


    My issue is it tries to connect and it displays the authentication required dialog box but nothing works !!!!.

    Because of this I'm forced to use wire to connect to my router. Ubuntu experts please help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •