Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Dell Lattitute D620 wifi not work with ubuntu 11.04

  1. #11
    Join Date
    Apr 2010
    Beans
    7

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Nothing was returned for either of these commands...

  2. #12
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Quote Originally Posted by mlabowicz View Post
    Nothing was returned for either of these commands...
    Have you tired to install the STA driver? By the way I have the same
    laptop and two working versions of Natty 11.04 since Alpha testing. I was able to run the STA driver at first but now I use the b43 driver for my versions. Here is my PCI-ID info.

    lspci -vnn | grep 14e4
    09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11a/b/g [14e4:4312] (rev 01)

    Please note the PCI-ID is more important than the BCM43xx number.

    Here is a link that just might help you

    http://ubuntuforums.org/showthread.php?t=1700897

    Thread #5 is the main part I don't want to type it again q)
    Last edited by nm_geo; May 10th, 2011 at 04:34 AM. Reason: more info
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  3. #13
    Join Date
    May 2010
    Location
    Northern California
    Beans
    33
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Sorry for the late reply, but my Dell D620 wireless works great after installing these two packages:

    b43-fwcutter
    firmware-b43-installer

    They can be installed from the Software Center or through the command line:

    sudo apt-get install b43-fwcutter firmware-b43-installer

    A reboot is not necessary - after the install is complete you should have working wifi and the wifi light should light up as well.
    Last edited by divergex; September 25th, 2011 at 07:00 AM.

  4. #14
    Join Date
    Oct 2007
    Beans
    32

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Wow divergex, Great job on this one!! Worked perfectly! Now my mom can enjoy wireless internet =) Thanks a lot for this one!!

  5. #15
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Thanks.

    Divergex, it would be nice if you could post this modification in
    http://ubuntuforums.org/showthread.php?t=1543006
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  6. #16
    Join Date
    Oct 2011
    Beans
    1

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    The Wifi in my Latitude D620 is not working with 11.10 worked before. I tried the sudo apt-get install b43-fwcutter firmware-b43-installer and still not working. Can any one assist?

  7. #17
    Join Date
    Jun 2008
    Beans
    36

    Talking Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    I think Additional Hardware installs conflicting drivers. So you must install the correct one and uninstall the one that conflicts.

    Code:
    sudo apt-get install firmware-b43-installer
    sudo apt-get remove bcmwl-kernel-source
    sudo reboot -n
    After reboot if you have not disabled wireless switch (left side slider) and Enable Wireless from network icon, the green wifi icon should light up and start scanning wireless networks.

    Thanks to this post

    Cheers!!

  8. #18
    Join Date
    Feb 2012
    Beans
    1

    Unhappy Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    i tried everything i could find and still no luck with my Dell D620

  9. #19
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Quote Originally Posted by Neoxes View Post
    i tried everything i could find and still no luck with my Dell D620
    Let's start with basics. Please run and post:
    Code:
    lsmod | grep -e b4 -e wl
    lspci -nn | grep 0280
    rfkill list all
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #20
    Join Date
    Feb 2011
    Beans
    4
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Dell Lattitute D620 wifi not work with ubuntu 11.04

    Quote Originally Posted by razorxpress View Post
    I think Additional Hardware installs conflicting drivers. So you must install the correct one and uninstall the one that conflicts.

    Code:
    sudo apt-get install firmware-b43-installer
    sudo apt-get remove bcmwl-kernel-source
    sudo reboot -n
    After reboot if you have not disabled wireless switch (left side slider) and Enable Wireless from network icon, the green wifi icon should light up and start scanning wireless networks.

    Thanks to this post

    Cheers!!
    This worked perfectly for me on ubuntu 12.04! Thank you! Must do all 3 steps
    Last edited by Fodderuntu; March 12th, 2012 at 09:53 AM. Reason: tidy up

Page 2 of 3 FirstFirst 123 LastLast

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
  •