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

Thread: No wifi adaptor found Ubuntu 18.04

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

    Re: No wifi adaptor found Ubuntu 18.04

    Quote Originally Posted by rasaborio View Post
    I know they are different wifi devices, they are even different ubuntu versions, just suggested it could be the kernel because the error it showed to me was pretty similar, especially about not been able to create wireless connections, sometimes a single solution could help a lot of people...
    I have yet to see an error posted by mrboler that would suggest the issue is similar to yours. mrboler is still using the 4.15.0-23 kernel from the wifi script results and the driver is part of the kernel
    The perplexing thing is that is says, Kernel modules: rt2800pci rather than Kernel Driver in use rt2800pci

  2. #12
    Join Date
    Jun 2018
    Beans
    10

    Re: No wifi adaptor found Ubuntu 18.04

    I needed Ubuntu for the project I developed at work, first I installed ubuntu on my own computer and brought the project to the end point. After a week I have to make a presentation for the project, but the system has to be working on the company network. I met this problem on the business computer.


    Tomorrow, Sunday, I will go all day to deal with this problem. I will try your last advices. I hope I can reach the solution... If I can not solve the problem, I might need someone to help me connect to my computer and help out.

    Have a good night.

  3. #13
    Join Date
    Jun 2018
    Beans
    10

    Re: No wifi adaptor found Ubuntu 18.04

    Hi guys,

    Quote Originally Posted by praseodym View Post
    I don't know if this still works with newer kernels
    Code:
    sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms
    wget http://media.cdn.ubuntu-de.org/forum/attachments/34/30/3473742-Ralink_5390sta-2.5.0.3_dkms.tar.gz
    sudo tar xvf 3473742-Ralink_5390sta-2.5.0.3_dkms.tar.gz -C /usr/src
    sudo dkms add -m Ralink_5390sta -v 2.5.0.3
    sudo dkms build -m Ralink_5390sta -v 2.5.0.3
    sudo dkms install -m Ralink_5390sta -v 2.5.0.3 
    wget media.cdn.ubuntu-de.org/forum/attachments/08/18/3473742-RT2860STA.dat.tar.gz
    sudo mkdir -p /etc/Wireless/RT2860STA
    sudo tar xvf 3473742-RT2860STA.dat.tar.gz -C /etc/Wireless/RT2860STA 
    echo "blacklist rt2800pci" | sudo tee -a /etc/modprobe.d/blacklist-rt2800pci.conf
    Reboot. If its not working, revert it
    Code:
    sudo dkms remove -m Ralink_5390sta -v 2.5.0.3 --all
    sudo rm -r /var/lib/dkms/Ralink_5390sta/2.5.0.3 
    sudo rm /etc/modprobe.d/blacklist-rt2800pci.conf
    sudo modprobe -v rt2800pci



    sudo dkms build -m Ralink_5390sta -v 2.5.0.3 : Output:

    Code:
    Kernel preparation unnecessary for this kernel.  Skipping...
    
    Building module:
    cleaning build area...
    'make' -C src/ all.........(bad exit status: 2)
    ERROR (dkms apport): binary package for Ralink_5390sta: 2.5.0.3 not found
    Error! Bad return status for module build on kernel: 4.16.17-041617-generic (x86_64)
    Consult /var/lib/dkms/Ralink_5390sta/2.5.0.3/build/make.log for more information.
    I tried also,
    https://forum.ubuntuusers.de/topic/r.../#post-3473742

    still no wifi adaptor found...

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

    Re: No wifi adaptor found Ubuntu 18.04

    What happens when you
    Code:
    sudo modprobe -v rt2800pci
    Also post results for
    Code:
    dmesg | tail -15

  5. #15
    Join Date
    Jun 2018
    Beans
    10

    Re: No wifi adaptor found Ubuntu 18.04

    Quote Originally Posted by jeremy31 View Post
    What happens when you
    Code:
    sudo modprobe -v rt2800pci
    Also post results for
    Code:
    dmesg | tail -15
    sudo modprobe -v rt2800pci
    +
    dmesg | tail -15

    Code:
    mrboler@PC-Ubuntu:~$ sudo modprobe -v rt2800pci
    [sudo] password for mrboler: 
    
    mrboler@PC-Ubuntu:~$ dmesg | tail -15
    [  461.358069] raid6: sse2x2   gen() 16801 MB/s
    [  461.406068] raid6: sse2x2   xor() 11318 MB/s
    [  461.454069] raid6: sse2x4   gen() 19467 MB/s
    [  461.502070] raid6: sse2x4   xor() 11849 MB/s
    [  461.550071] raid6: avx2x1   gen() 26679 MB/s
    [  461.598071] raid6: avx2x1   xor() 18559 MB/s
    [  461.646070] raid6: avx2x2   gen() 33509 MB/s
    [  461.694075] raid6: avx2x2   xor() 20554 MB/s
    [  461.742038] raid6: avx2x4   gen() 37396 MB/s
    [  461.790076] raid6: avx2x4   xor() 21859 MB/s
    [  461.790077] raid6: using algorithm avx2x4 gen() 37396 MB/s
    [  461.790077] raid6: .... xor() 21859 MB/s, rmw enabled
    [  461.790078] raid6: using avx2x2 recovery algorithm
    [  461.791020] xor: automatically using best checksumming function   avx       
    [  461.804515] Btrfs loaded, crc32c=crc32c-intel

    Also
    Code:
    wget media.cdn.ubuntu-de.org/forum/attachments/08/18/3473742-RT2860STA.dat.tar.gz
    sudo mkdir -p /etc/Wireless/RT2860STA
    sudo tar xvf 3473742-RT2860STA.dat.tar.gz -C /etc/Wireless/RT2860STA 
    echo "blacklist rt2800pci" | sudo tee -a /etc/modprobe.d/blacklist.conf
    sudo service network-manager stop
    
    sudo modprobe -rfv rt2800pci
    -->
    Code:
    modprobe: FATAL: Module rt5390sta not found in directory /lib/modules/4.15.0-23-generic
    Last edited by mrboler; June 24th, 2018 at 07:03 PM.

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

    Re: No wifi adaptor found Ubuntu 18.04

    Anything for
    Code:
    dmesg | grep rt2

  7. #17
    Join Date
    Jun 2018
    Beans
    10

    Re: No wifi adaptor found Ubuntu 18.04

    Hi,
    Thank you but nothing happened.
    Last edited by mrboler; June 24th, 2018 at 08:55 PM.

  8. #18
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: No wifi adaptor found Ubuntu 18.04

    Please check
    Code:
    dpkg -l linux-* | grep ii

  9. #19
    Join Date
    Jun 2018
    Beans
    10

    Re: No wifi adaptor found Ubuntu 18.04

    I reinstalled Ubuntu 18.04 again. I only do update-upgrade and update to kernel 4.16.17. I'll never try another internet solution . I am waiting for your advices.

    So when I tried again with a clean OS.


    dmesg | tail -15 :
    Code:
    [    4.409617] audit: type=1400 audit(1529872585.847:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4486/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=628 comm="apparmor_parser"
    [    4.411110] audit: type=1400 audit(1529872585.847:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=634 comm="apparmor_parser"
    [    4.411458] audit: type=1400 audit(1529872585.847:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=635 comm="apparmor_parser"
    [    4.411460] audit: type=1400 audit(1529872585.847:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc//sanitized_helper" pid=635 comm="apparmor_parser"
    [    4.412277] audit: type=1400 audit(1529872585.851:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=627 comm="apparmor_parser"
    [    4.805773] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0u4: link is not ready
    [    4.808131] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [    4.882157] r8169 0000:02:00.0 enp2s0: link down
    [    4.882237] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [    5.438392] nouveau 0000:01:00.0: gr: intr 00000040
    [    6.366887] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [    6.366961] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
    [    6.367010] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
    [    9.581612] rfkill: input handler disabled
    [   11.195441] FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    dmesg | grep rt2 :
    Code:
    [    4.198031] rt2800pci 0000:03:00.0: enabling device (0000 -> 0002)
    [    4.198177] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
    [    4.203553] ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF chipset 0x5314 detected
    [    4.203566] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate device
    dpkg -l linux-* | grep ii :
    Code:
    ii  linux-base                                  4.5ubuntu1                  all          Linux image base package
    ii  linux-firmware                              1.173.1                     all          Firmware for Linux kernel drivers
    ii  linux-generic                               4.15.0.23.25                amd64        Complete Generic Linux kernel and headers
    ii  linux-headers-4.15.0-20                     4.15.0-20.21                all          Header files related to Linux kernel version 4.15.0
    ii  linux-headers-4.15.0-20-generic             4.15.0-20.21                amd64        Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
    ii  linux-headers-4.15.0-23                     4.15.0-23.25                all          Header files related to Linux kernel version 4.15.0
    ii  linux-headers-4.15.0-23-generic             4.15.0-23.25                amd64        Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
    ii  linux-headers-4.16.17-041617                4.16.17-041617.201806201630 all          Header files related to Linux kernel version 4.16.17
    ii  linux-headers-4.16.17-041617-generic        4.16.17-041617.201806201630 amd64        Linux kernel headers for version 4.16.17 on 64 bit x86 SMP
    ii  linux-headers-generic                       4.15.0.23.25                amd64        Generic Linux kernel headers
    ii  linux-image-4.15.0-20-generic               4.15.0-20.21                amd64        Signed kernel image generic
    ii  linux-image-4.15.0-23-generic               4.15.0-23.25                amd64        Signed kernel image generic
    ii  linux-image-generic                         4.15.0.23.25                amd64        Generic Linux kernel image
    ii  linux-image-unsigned-4.16.17-041617-generic 4.16.17-041617.201806201630 amd64        Linux kernel image for version 4.16.17 on 64 bit x86 SMP
    ii  linux-modules-4.15.0-20-generic             4.15.0-20.21                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
    ii  linux-modules-4.15.0-23-generic             4.15.0-23.25                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
    ii  linux-modules-4.16.17-041617-generic        4.16.17-041617.201806201630 amd64        Linux kernel extra modules for version 4.16.17 on 64 bit x86 SMP
    ii  linux-modules-extra-4.15.0-20-generic       4.15.0-20.21                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
    ii  linux-modules-extra-4.15.0-23-generic       4.15.0-23.25                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
    ii  linux-signed-generic                        4.15.0.23.25                amd64        Complete Signed Generic Linux kernel and headers (dummy transitional package)
    ii  linux-sound-base                            1.0.25+dfsg-0ubuntu5        all          base package for ALSA and OSS sound systems
    Also Wifi-Script :

    http://paste.ubuntu.com/p/DBrCjqzC3K/
    Last edited by mrboler; June 24th, 2018 at 09:43 PM.

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

    Re: No wifi adaptor found Ubuntu 18.04

    I am not sure what that invalid RF chipset error is about, you should file a bug report @ bugs.launchpad.com/ubuntu against package linux and at the kernel.org bug system

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
  •