FedoraForum.org - Fedora Support Forums and Community
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Acer Aspire 5742

    Hi,

    I thought I got what was a killer deal on a nice Acer Aspire 5742 laptop. However, the wireless doesn't seem to work in Linux. In Windows 7, I press <fn><f3>, and I get a small control panel that I can use to activate the wireless. Works great....except in Linux.

    Pressing the <fn><f3> combo doesn't seem to do anything, although other <fn> key combos like brightness and volume do.

    Any idea how to get wireless working? I tried looking on Acer's website, but I can't find anything helpful. I don't want to return it if I don't have to. It's a really nice laptop, and I'd have to eat the restocking fee.


    Thanks.

  2. #2
    Join Date
    Sep 2009
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Acer Aspire 5742

    Your computer seems to have an InviLink Nplify 802.11b/g/n wireless LAN; you can find all its specs here:
    http://www.laptop-software.com/acer-...-specs-review/

    http://forum.nginx.org/read.php?30,7...9238#msg-79238 states that:
    Acer InviLink is a branding for 5 different driver types.Intel, RaLink and 3 types of Atheros drivers.
    So, you must first find which driver is yours.

    For that:
    1) Check whether your wifi card is directly recognized by the system or not:
    Code:
    $ iwconfig
    if it isn't, you'll get something like that:
    [oupsemma@fedoreee ~]$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.
    if it is, like this:
    [oupsemma@fedoreee ~]$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    wlan0 IEEE 802.11bgn Mode:Managed Access Point: Not-Associated
    Tx-Power=8 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    In this later case, you can use whichever GUI network manager to deal with your wifi connection.
    (NetworkManager, Wicd, KWifiManager...)

    2) If your card is not recognized by the system, then you have to install it, and for that you've got to know the exact model and chipset of the card:
    open a terminal and type:
    Code:
    lspci | grep -i net
    ex:
    [oupsemma@fedoreee ~]$ lspci | grep -i net
    01:00.0 Network controller: RaLink RT2860
    03:00.0 Ethernet controller: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
    (search for lines with wireless, wlan, Network)
    Write down the exact name and chipset and find informations on how to install it.
    eeepc 1000H Fuduntu
    eeepc 901 Crunchbang Statler

  3. #3
    Join Date
    Aug 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Acer Aspire 5742

    I did try the iwconfig, and I get

    lo no wireless extensions

    lspci returns

    Broadcom BCM43225 802.11b/g/n (rev 01)

    I did some searching once I ran the lspci, and one person said on another Acer 5000 series laptop, he removed ndiswrapper, installed broadcom-wl, and life is happy.

    I'm hoping my life will be as happy as well.


    Thank you for the reply,

  4. #4
    Join Date
    Sep 2009
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Acer Aspire 5742

    eeepc 1000H Fuduntu
    eeepc 901 Crunchbang Statler

  5. #5
    Join Date
    Aug 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Acer Aspire 5742

    Thank you to everyone who replied.

    Adding broadcom-wl resolved the issue with the wireless. I didn't need to download either of the other two programs listed in the link.

    And, once I added the mac address to my AP filter, I can connect, and life is good.

Similar Threads

  1. Acer Aspire One
    By wolfen69 in forum Linux Chat
    Replies: 9
    Last Post: 30th July 2010, 05:23 PM
  2. Acer Aspire 752
    By saavik in forum Hardware
    Replies: 5
    Last Post: 10th April 2010, 02:16 PM
  3. Acer aspire 5720 .. no way for tv-out
    By zilli in forum Hardware
    Replies: 2
    Last Post: 24th July 2009, 02:46 AM
  4. F10 on Acer Aspire One
    By saalikr in forum Hardware
    Replies: 4
    Last Post: 21st April 2009, 12:33 AM
  5. F10 Hibernate on Acer Aspire One
    By jhedrotten in forum Hardware
    Replies: 2
    Last Post: 25th January 2009, 11:06 PM

Tags for this Thread

Posting Permissions

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