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

Thread: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

  1. #11
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,599
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    I suggest you do:
    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock
    And then:
    Code:
    sudo fuser -cuk /var/cache/apt/archives/lock; sudo rm -f /var/cache/apt/archives/lock
    And finally:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    Reboot.
    Code:
    sudo apt-get install --reinstall linux-firmware-nonfree
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  2. #12
    Join Date
    Aug 2012
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock
    Caused laptop to lockup. Do I hard boot and try again?

  3. #13
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,599
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Quote Originally Posted by ljmartz View Post
    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock
    Caused laptop to lockup. Do I hard boot and try again?
    Yes. If it still locks up,then reboot and try only:
    Code:
    sudo rm -f /var/lib/dpkg/lock
    sudo rm -f /var/cache/apt/archives/lock
    I am starting to suspect much bigger problems here than just wireless.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  4. #14
    Join Date
    Aug 2012
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock
    Continued to cause lock up.

    Ran
    Code:
    sudo rm -f /var/lib/dpkg/lock
    sudo rm -f /var/cache/apt/archives/lock
    Both ran without issue. No data returned.

  5. #15
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,599
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Quote Originally Posted by ljmartz View Post

    Both ran without issue. No data returned.
    Good! So now how about all the remainder?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  6. #16
    Join Date
    Aug 2012
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Do I skip

    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock
    and start with
    Code:
    sudo fuser -cuk /var/cache/apt/archives/lock; sudo rm -f /var/cache/apt/archives/lock
    Or do I do the complete list of code starting with

    Code:
    sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock

  7. #17
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,599
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    If the rm commands ran without issue, you are ready for:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    Reboot.

    Code:
    sudo apt-get install --reinstall linux-firmware-nonfree
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  8. #18
    Join Date
    Aug 2012
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Results of
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    Returned:
    Code:
    E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

  9. #19
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,599
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    you must manually run 'sudo dpkg --configure -a' to correct the problem.
    I suggest you do exactly that.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  10. #20
    Join Date
    Aug 2012
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No Wifi on Dell Inspiron 1501 after re-install of dual boot Ubuntu 12.04

    Ran
    [CODE][sudo dpkg --configure -a/CODE]

    Final output shows:
    Code:
    DKMS: install completed.
    Do I now re-boot and run
    Code:
    sudo apt-get install --reinstall linux-firmware-nonfree

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
  •