Announcement

Collapse
No announcement yet.

Checking for Upates - wi-fi drivers and Networking Software

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Checking for Upates - wi-fi drivers and Networking Software

    My current version of kubuntu connects to the router via wi-fi without a problem.

    Recently, I created a LiveDVD for version 16 (both kubuntu and ubuntu (gnome)), I noticed that the wi-fi connection repeatedly drops.

    It occurs to me that my drivers and networking software may not be up to date.

    Can I check the wi-fi drivers and networking software? It would be important to ensure a roll-back procedure in case the latest softwares caused a problem with my current, and, working, edition of kubuntu.

    Thanks
    kubuntu version: 16.04.5 LTS

    Laptop: Toshiba-Satellite-L350

    #2
    A LiveDVD cannot be updated. After it is installed the repositories will be accessible for updates. Make a note now of the wifi driver name & and release number so you can install it after you install that LiveDVD on some hardware.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Thank you.

      Under kubuntu 14.04 I ran lshw and found:

      Code:
       *-network
                    description: Wireless interface
                    product: RT2561/RT61 802.11g PCI
                    vendor: Ralink corp.
                    physical id: 2
                    bus info: pci@0000:03:02.0
                    logical name: wlan0
                    version: 00
                    serial: 00:1f:1f:51:1a:74
                    width: 32 bits
                    clock: 33MHz
                    capabilities: bus_master cap_list ethernet physical wireless
                    configuration: broadcast=yes driver=rt61pci driverversion=4.4.0-72-generic firmware=0.8 ip=192.168.1.6 latency=64 link=yes multicast=yes wireless=IEEE 802.11bg
                    resources: irq:18 memory:dcee8000-dceeffff
      Is the wi-fi driver name and release number:

      Driver name: RT2561/RT61 802.11g PCI

      release number: 00

      If so, how would this driver be installed after an OS installation?
      Last edited by anonprivate; Apr 06, 2017, 06:19 PM.
      kubuntu version: 16.04.5 LTS

      Laptop: Toshiba-Satellite-L350

      Comment


        #4
        sudo modprobe rt61pci nohwcrypt=1

        If that doesn't allow you to use ModemManager to c onfigure your wireless than consult this more elaborate method.
        Last edited by GreyGeek; Apr 06, 2017, 07:21 PM.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment

        Working...
        X