Announcement

Collapse
No announcement yet.

Wired connection problem after upgrade to 4.15.0-33

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

    Wired connection problem after upgrade to 4.15.0-33

    My wired connection does not working since update to Linux 4.15.0-33
    Everything is fine if boot with the Linux 4.15.0-32.
    I don't no how to start
    Thanks

    #2
    Originally posted by camoltoni View Post
    I don't no how to start
    Well, a start would be to describe your hardware.

    Could you post the output of inxi -F in a konsole? Use sudo apt install inxi if you don't already have inxi.
    Regards, John Little

    Comment


      #3
      Originally posted by jlittle View Post
      Well, a start would be to describe your hardware.

      Could you post the output of inxi -F in a konsole? Use sudo apt install inxi if you don't already have inxi.
      Sorry for the delay, this is the output of inxi -F
      System: Host: desktop1 Kernel: 4.15.0-32-generic x86_64 bits: 64 Desktop: KDE Plasma 5.12.6
      Distro: Ubuntu 18.04.1 LTS
      Machine: Device: desktop Mobo: ASUSTeK model: M5A97 R2.0 v: Rev 1.xx serial: N/A
      BIOS: American Megatrends v: 2601 date: 03/24/2015
      CPU: 6 core AMD FX-6300 Six-Core (-MCP-) cache: 12288 KB
      clock speeds: max: 3500 MHz 1: 2270 MHz 2: 2478 MHz 3: 1646 MHz 4: 1763 MHz 5: 1502 MHz 6: 1717 MHz
      Graphics: Card: Advanced Micro Devices [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550]
      Display Server: x11 (X.Org 1.19.6 ) drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
      Resolution: 1920x1080@60.00hz
      OpenGL: renderer: AMD TURKS (DRM 2.50.0 / 4.15.0-32-generic, LLVM 6.0.0) version: 3.3 Mesa 18.0.5
      Audio: Card-1 Advanced Micro Devices [AMD/ATI] Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series]
      driver: snd_hda_intel
      Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA) driver: snd_hda_intel
      Sound: Advanced Linux Sound Architecture v: k4.15.0-32-generic
      Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
      IF: enp2s0 state: up speed: 100 Mbps duplex: full mac: 08:62:66:26:36:36
      Drives: HDD Total Size: 1000.2GB (37.9% used)
      ID-1: /dev/sda model: SAMSUNG_HM500JI size: 500.1GB
      ID-2: /dev/sdb model: SAMSUNG_HD502HJ size: 500.1GB
      Partition: ID-1: / size: 35G used: 11G (32%) fs: ext4 dev: /dev/sda2
      ID-2: /home size: 422G used: 342G (86%) fs: ext4 dev: /dev/sda6
      ID-3: swap-1 size: 2.05GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
      RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
      Sensors: System Temperatures: cpu: 28.0C mobo: N/A gpu: 42.0
      Fan Speeds (in rpm): cpu: 0
      Info: Processes: 207 Uptime: 18 min Memory: 1927.5/3909.0MB Client: Shell (bash) inxi: 2.3.56

      Comment


        #4
        mmmm... no wireless device is shown.
        What does "rfkill list" give you?
        "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


          #5
          Originally posted by camoltoni View Post
          ...
          Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
          IF: enp2s0 state: up speed: 100 Mbps duplex: full mac: 08:62:66:26:36:36
          Google shows problems are reported using the r8169 driver with the 8168 controller; to the point that someone is maintaining a driver on github: fintecheando/r8168. The fact that this has been updated last month specifically mentioning kernel 4.15, and there are reports of success with this, suggests that it is relevant to your problem. However, that you run successfully with a slightly older 4.15 doesn't fit well.

          The installation instructions look scary; if you're not familiar with building drivers from github, you might want to just stay on the older kernel for a while. I can see an immediate flaw in those instructions: the two lines:
          Code:
          	Unpack the tarball :
          		# tar vjxf r8168-8.aaa.bb.tar.bz2
               Change to the directory:
          		# cd r8168-8.aaa.bb
          don't make any sense to me for something on github. I think they should be:
          Code:
          git clone https://github.com/fintecheando/r8168.git
          cd r8168
          But the requirement for "Compiler/binutils for kernel compilation" is beyond my comfort zone, so I imagine yours too. Perhaps there are other members of KFN who'd be more familiar with compiling drivers; I last did this about 10 years ago.
          Regards, John Little

          Comment


            #6
            Thanks, I think I'll wait until a new release

            Comment


              #7
              strange ,,I have the same network adapter in my box and it seems to just fine with the 4.15.0-33 kernel

              Code:
              Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)
                    Subsystem: CLEVO/KAPOK Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                    Kernel driver in use: r8169
                    Kernel modules: r8169
              Code:
              vinny@vinny-Bonobo-Extreme:~$ uname -a
              Linux vinny-Bonobo-Extreme 4.15.0-33-generic #36~16.04.1-Ubuntu SMP Wed Aug 15 17:21:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
              but this is in my xenial install will check the bionic in a bit .

              VINNY

              EDIT" yup works fine in the bionic install as well

              dose lspci -k show a kernel module as well as driver ?
              Last edited by vinnywright; Sep 09, 2018, 05:36 PM.
              i7 4core HT 8MB L3 2.9GHz
              16GB RAM
              Nvidia GTX 860M 4GB RAM 1152 cuda cores

              Comment

              Working...
              X