The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Fedora 12 on M17x[R2]

    Discussion in 'Linux Compatibility and Software' started by Wolverine™, Mar 31, 2010.

  1. Wolverine™

    Wolverine™ Notebook Geek

    Reputations:
    7
    Messages:
    76
    Likes Received:
    0
    Trophy Points:
    15
    Just installed Fedora 12 and am having trouble with the Dell Wireless 1520 driver.

    I have no idea how to get it to work - I'm a total n00b and still learning but I just cant find a driver.

    Anyone with a M17x get this working? (R2 version?)

    Thanks in advance!
     
  2. Joel

    Joel coffeecoffeecoffeecoffee

    Reputations:
    1,059
    Messages:
    1,663
    Likes Received:
    0
    Trophy Points:
    55
    I think from memory, there aren't a lot of wireless drivers, and there was this other one that was bound to work, but I can't think of it atm. When it comes to mind, I'll let you know, or if anyone else has the solution, please share it while I think :D
     
  3. helikaon

    helikaon Notebook Consultant

    Reputations:
    269
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    Hi,
    post here output of :
    dmesg | grep -i wifi
    dmesg | grep -i error
    dmesg | grep -i warning
    lspci -v (need root priv. for this)
     
  4. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    AFAIR, you need the STA driver, you can google for more details.
    I didn't keep Fedora for long though, had often hard freezes and very glitchy support for the 4870s.
    I recommend Ubuntu 9.10. You can get all drivers working from the Hardware Drivers. Still, not perfect IMO, but less headache, especially if you're not a hardcore linux user.
     
  5. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    If you open a terminal window and type the following;
    Code:
    sudo lspci |grep -i Broadcom
    (it will ask you to enter in your password, which is normal), you may see something similar to the following;
    Code:
    02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
    05:00.0 Network controller: Broadcom Corporation Device 4353 (rev 01)
    Ignore the Ethernet controller line, which is specific to the wired ethernet port, and see that the other line states that this laptop has a Broadcom 4353 series Network controller, which is the WiFi hardware. As Aikimox has stated, this is the newer Broadcom WiFi hardware that is supported by the Broadcom STA driver.

    If after you search through your PCI bus hardware, you see that you also have a 43xx series Broadcom Network (WiFi) controller, then you need to perform the steps listed in this webpage, to get the proper driver installed under Fedora. Unfortunately you will need to connect your laptop via the wired ethernet port to the internet, in order to perform the installation. If after you get the driver installed, you find that it isn't working too well, like this Ubuntu forum user posted, then you may want to try your hand at downloading the latest version of the Broadcom STA driver and compiling it yourself, as described in this blog post.

    Good Luck..
     
  6. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    Did you get the integrated camera working?
     
  7. Volker

    Volker Notebook Consultant

    Reputations:
    49
    Messages:
    232
    Likes Received:
    2
    Trophy Points:
    30
    As usual, Broadcom wireless is to be avoided. You can get it to limp along with some binary drivers, but it won't be pretty.
     
  8. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    yes....exactly....one learns to buy for linux :)
     
  9. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    I've done the broadcom wireless driver workaround, not pretty, but not very hard either. I had the same problem with flash, also wasn't pretty, but got it to work in less than half hour. With a good search you can get it done fast.

    The problem is really on some exotic hardware like SLI and such.