Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: PCE-AC88 Can see Networks But won't Connect

  1. #1
    Join Date
    Mar 2018
    Beans
    8

    PCE-AC88 Can see Networks But won't Connect

    I just got a used PCE-AC88. It works very well with Windows 10, but I had a lot of trouble with ubuntu. After a few hours of testing and searching, this https://rhees.nl/2017/03/10/HOWTO-in...Debian-Jessie/ tutorial let my card see networks. If I try and connect to one, ubuntu tries for a few seconds and then just disconnects. I used a completely fresh install of ubuntu 16.04.4.

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

    Re: PCE-AC88 Can see Networks But won't Connect

    Try to avoid instructions which are built upon backported software. Better to begin with a fresh install of a recent release, that is 17.10.1 or 18.04 (beta).
    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.

  3. #3
    Join Date
    Mar 2018
    Beans
    8

    Re: PCE-AC88 Can see Networks But won't Connect

    I installed Ubuntu 17.10 and ran lshw -C network. Ubuntu could detect that the wireless device was plugged and the manufacturer, but the device was unclaimed. (The other wifi device in the output is built into my motherboard)
    https://drive.google.com/open?id=1Fm...lGDpi0rieAisRP

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

    Re: PCE-AC88 Can see Networks But won't Connect

    Good beginning.

    There are many users here knowing more than me about wifi connections. In order to attract their attention I suggest that you click the report button and ask a moderator to move your post to the networking forum. After that please read the sticky notes in that forum and follow the instructions.
    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.

  5. #5
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: PCE-AC88 Can see Networks But won't Connect

    Thread moved to Networking & Wireless, a more appropriate forum.

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: PCE-AC88 Can see Networks But won't Connect

    Please run the wireless script from the sticky thread and show the outputs

  7. #7
    Join Date
    Mar 2018
    Beans
    8

    Re: PCE-AC88 Can see Networks But won't Connect

    I ran the wireless script http://paste.ubuntu.com/p/xbkjmCGJ67/ was the result.

  8. #8
    Join Date
    May 2014
    Location
    /home
    Beans
    10,942
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: PCE-AC88 Can see Networks But won't Connect

    Your realtek internal should work after
    Code:
    sudo apt-get install dkms git build-essential
    git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
    sudo dkms add ./rtlwifi_new
    sudo dkms install rtlwifi-new/0.6
    Reboot

    Make sure Secure Boot is disabled

  9. #9
    Join Date
    Mar 2018
    Beans
    8

    Re: PCE-AC88 Can see Networks But won't Connect

    Thank you for that fix. The only issue is that the realtek internal is much slower that the broadcom device. Is there any way to get the broadcom device working too?

  10. #10
    Join Date
    May 2014
    Location
    /home
    Beans
    10,942
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: PCE-AC88 Can see Networks But won't Connect

    Try
    Code:
    sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/*
    Reboot and see if the broadcom works

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •