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

Thread: Ubuntu 16.04 wireless down

  1. #1
    Join Date
    Jan 2017
    Beans
    7

    Ubuntu 16.04 wireless down

    Hi all, I know that there are many solutions there but I can't found my

    Env: laptop samsung R700, wireless PRO/Wireless 3945ABG [Golan] Network Connection, ubuntu 16.04
    Problem: sometimes (random) wifi module go to down. And up only after reboot or suspend.
    Additional info after down:

    Code:
    sudo lshw -C network  
    *-network             
           description: Ethernet interface
           product: 88E8055 PCI-E Gigabit Ethernet Controller
           vendor: Marvell Technology Group Ltd.
           physical id: 0
           bus info: pci@0000:02:00.0
           logical name: enp2s0
           version: 13
           serial: 00:13:77:69:8d:2f
           capacity: 1Gbit/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
           resources: irq:28 memory:d5000000-d5003fff ioport:3000(size=256) memory:d5020000-d503ffff
      *-network DISABLED
           description: Wireless interface
           product: PRO/Wireless 3945ABG [Golan] Network Connection
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:04:00.0
           logical name: wlp4s0
           version: 02
           serial: 00:1c:bf:9c:1d:b4
           width: 32 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwl3945 driverversion=4.4.0-59-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=IEEE 802.11abg
           resources: irq:31 memory:d5100000-d5100fff
    Code:
     sudo ifconfig wlp4s0 up
    SIOCSIFFLAGS: Input/output error
    Any solutions? What else info needed?

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

    Re: Ubuntu 16.04 wireless down

    Thread moved to Networking & Wireless for better support.

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

    Re: Ubuntu 16.04 wireless down

    Hi, please click on the wireless script in my signature, follow the directions for running it and posting the results back here using code tags.

  4. #4
    Join Date
    Jan 2017
    Beans
    7

    Re: Ubuntu 16.04 wireless down


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

    Re: Ubuntu 16.04 wireless down

    Let's try this one thing then I am getting of for tonight, copy and paste the commands one line at a time into the terminal for accuracy:
    Code:
    echo "options iwl3945 disable swcrypto=1" | sudo tee /etc/modprobe.d/iwl3945 .conf
    sudo modprobe -rfv iwl3945
    sudo modprobe -v  iwl3945
    Thanks

  6. #6
    Join Date
    Jan 2017
    Beans
    7

    Re: Ubuntu 16.04 wireless down

    Its do not help. Problem still here

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

    Re: Ubuntu 16.04 wireless down

    While the system will not connect run:
    Code:
    ./wireless-info
    that will run the wireless script again without downloading it again, then post the new file create here, I suspect you have a block or the module is not loading.
    Thanks

  8. #8
    Join Date
    Jan 2017
    Beans
    7

    Re: Ubuntu 16.04 wireless down

    See in attach

    wireless-info.tar.gz

  9. #9
    Join Date
    Jan 2017
    Beans
    7

    Re: Ubuntu 16.04 wireless down

    And as I see today, wi-fi go to down every 15 minutes

    upd: and now every 1 hour
    Last edited by vampiremr; February 2nd, 2017 at 03:16 PM.

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

    Re: Ubuntu 16.04 wireless down

    Let's turn power management off:
    Code:
    sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
    Let's clean a few things up and see if that helps.

    You have a connection called vampirehome 1 that you are connected too without internet, and you have vampirehome which you should be connected too, so go into network manager and remove the vampireone connection and any others that you do not need.

    Please do:
    Code:
    sudo dpkg-reconfigure resolvconf
    to reset this file to it's default setting.

    Please set your settings in network manager to match the screenshots:
    Attachment 273480Attachment 273481
    If you are in the Ukrane we need to change the Country code for your router, please do:
    Code:
    sudo iw reg set UA
    sudo sed -i 's/^REG.*=$/&UA/' /etc/default/crda
    Change the settings in the router. WPA2-AES (CCMP) is best; do not use WPA and WPA2 mixed mode unless you absolutely have too and do not use TKIP. Second, if your router is capable of N speeds, You may have better luck with a channel width of 20 MHz in the 2.4 GHz band instead of automatic 20/40 MHz. Set a fixed channel, preferably one in the 5GHZ range because you have so many networks in range of your computer , rather than automatic channel selection. After making these changes, reboot the router and computer.

    Failed check-sdata-in-driver check, flags: 0x4
    That is a bug the effects many people, if the above changes do not help we might can try one or two more things but no one has solved this completely.

    If it still disconnects please try to give more information then one line, be specific it disconnects every so many minutes and tell us how you get the internet back please and post a new wireless files so we can make sure all the changes stuck.

    You need to know that getting it to disconnect a lot less is probably the best we are going to do.
    Thanks
    Last edited by wildmanne39; February 2nd, 2017 at 06:57 PM.

Page 1 of 2 12 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
  •