From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A62D8C7618B for ; Wed, 24 Jul 2019 12:46:24 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6299D21BF6 for ; Wed, 24 Jul 2019 12:46:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="CiBAJpMe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6299D21BF6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.92) (envelope-from ) id 1hqGex-0004Dn-LF; Wed, 24 Jul 2019 08:46:19 -0400 Received: from mail-qt1-x833.google.com ([2607:f8b0:4864:20::833]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1hqGew-0004De-C1 for kernelnewbies@kernelnewbies.org; Wed, 24 Jul 2019 08:46:18 -0400 Received: by mail-qt1-x833.google.com with SMTP id h21so45239179qtn.13 for ; Wed, 24 Jul 2019 05:46:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=DESqeW2X41qK+51zyBEyYVvIRo4CvOQqEeLmgL1ooQQ=; b=CiBAJpMeAcl7QX2Cccdq/fY3m9uuaHYRLxBUN9NfMfMAGGI5AqiCLSfTL+SXv6k+RY Wy6A/bL8Zb8Xz8lH1QPCbFJtGgyZFYp3LH4xIDgAk18Yq2puMZFYe3iv93msCkGX0OOx QywhdDBreA3V8EAn5JeyNh6imK343zK1yqhR0kyubXD3bllWWoTazs29yqj3NKIAwhnc VoC1Cyj4fi+v6RhH+IhNMS0yAg09wo0Ia6fXv18zSEor9lpOLQCnzzrrMtBUqKzh1Vhq lvNPdLKu0PjWrWvi61AjLrg4A2MTXCGikyaL3nJEZ5vBzAVNaL3Qk0h4V6RumrbQMcFC xFig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=DESqeW2X41qK+51zyBEyYVvIRo4CvOQqEeLmgL1ooQQ=; b=iosP6fQoXlsoN/m9JKBXHGvzlhSg+aNPggVdiLhFNq8S0zZBTcEFJqTblm5PsX+4nD RfPzIlxCbUe3biRBpLExuKu7m5kjkdIklEA18QdE75TVWG7t5DZkCoknMBxb3r5UiE2W b5qZfKe/4m6gnr61WhJ102QaksE//hHu2rD8jNadvWmi4Msx2GA8Ocv1fMrRSGCou2Zg IW6xCSC0uFw1b/JEvA3OVTA5T8CqwiyEek1pYHf0QyZpM9X0rZMG5z0GQyaKIGVnmN98 JL33kA2jfen8/gm5CP/B7qIw3yJe7KctGBWt7ROm561QmJZwj0GD/JBJWfYn4y44e6mG SOyQ== X-Gm-Message-State: APjAAAVYObnFUd7a6zvHHZbrrAzIkjjuxMk2x6Mwk+iEyChvD93J09nk 0RpyDI9D4l6PMZ1B+nMs2QP0dsgTDm5Yksj4jMlVqQ== X-Google-Smtp-Source: APXvYqzG2/9sX5zpAdOOdYPTnzXFczZyGVmDiwM7wibXAlVhW6Q/y5GhmRiepSdPFKgx9/B83L7LffsCPVnUhBp2o6U= X-Received: by 2002:ad4:5311:: with SMTP id y17mr58485922qvr.1.1563972315906; Wed, 24 Jul 2019 05:45:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Gilberto Nunes Date: Wed, 24 Jul 2019 09:44:39 -0300 Message-ID: Subject: Re: Problem with kernel major than 4.15.x To: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============6610270307344496733==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============6610270307344496733== Content-Type: multipart/alternative; boundary="000000000000540827058e6cae21" --000000000000540827058e6cae21 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Oh! By the way, the network card r8169 are work wonderful! --- Gilberto Nunes Ferreira (47) 3025-5907 (47) 99676-7530 - Whatsapp / Telegram Skype: gilberto.nunes36 Em qua, 24 de jul de 2019 =C3=A0s 09:43, Gilberto Nunes < gilberto.nunes32@gmail.com> escreveu: > Hello again! > > Right now, I booted my laptop with kernel > Linux version 5.2.2-050202-generic (kernel@kathleen) (gcc version 9.1.0 > (Ubuntu 9.1.0-9ubuntu2)) #201907231250 SMP Tue Jul 23 12:53:21 UTC 2019 > > The system boot slowly, and I have a SSD Samsung, which in kernel 4.15, > boot quickly. > And there's many errors in dmesg command, like you can see in this pastbi= n > > https://paste.ubuntu.com/p/YhbjnzYYYh/ > > The system get stuck for 5 seconds and then the X login screen appears! > Also, I get this message: > dmesg | grep stuck > [ 40.231513] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! > [kworker/0:1:7] > [ 68.231511] watchdog: BUG: soft lockup - CPU#0 stuck for 21s! > [kworker/0:1:7] > [ 104.231513] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! > [kworker/0:0:5] > [ 176.239514] watchdog: BUG: soft lockup - CPU#3 stuck for 23s! > [kworker/3:3:593] > > Which make the system freeze for a while and then return to normal! > > Any help? > > > > --- > Gilberto Nunes Ferreira > > (47) 3025-5907 > (47) 99676-7530 - Whatsapp / Telegram > > Skype: gilberto.nunes36 > > > > > > Em qua, 24 de jul de 2019 =C3=A0s 09:11, Gilberto Nunes < > gilberto.nunes32@gmail.com> escreveu: > >> Hi there >> >> I am usging Linux mint here 19.1. >> My laptop has the following configuration: >> >> CPU - AMD A12-9720P RADEON R7, 12 COMPUTE CORES 4C+8G >> GPU - Wani [Radeon R5/R6/R7 Graphics] (amdgpu) >> Network Interface card: >> 01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. >> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12) >> >> When I install kernel 4.18.x or 5.x, the network doesn't work anymore... >> I can loaded the modulo r8169 andr8168. >> I saw enp1s0f1 as well but there's no link at all! >> Even when I fixed the IP none link! >> I cannot ping the network gateway or any other IP inside LAN! >> Is there somebody with the same problem???? >> >> Thanks a lot. >> >> --- >> Gilberto Nunes Ferreira >> >> (47) 3025-5907 >> (47) 99676-7530 - Whatsapp / Telegram >> >> Skype: gilberto.nunes36 >> >> >> >> --000000000000540827058e6cae21 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Oh! By the way, the network card r8169 are work wonderful!=
---
= Gilberto Nunes Ferreira
(47) 3025-5907<= br>
(47) 99676-7530 - Whatsapp / Telegram

Skype: gilberto.nunes36





Em qua, 24 de jul de 2019 =C3=A0s 09:43, Gilberto Nunes= <gilberto.nunes32@gmail.c= om> escreveu:
Hello again!

Right now, I booted m= y laptop with kernel
Linux version 5.2.2-050202-generic (kernel@k= athleen) (gcc version 9.1.0 (Ubuntu 9.1.0-9ubuntu2)) #201907231250 SMP Tue = Jul 23 12:53:21 UTC 2019

The system boot slowl= y, and I have a SSD Samsung, which in kernel 4.15, boot quickly.
<= div>And there's many errors in dmesg command, like you can see in this = pastbin

=

The system get stuck for 5 seconds and then the X login= screen appears!
Also, I get this message:
dmesg | grep stuck<= br>[ =C2=A0 40.231513] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [k= worker/0:1:7]
[ =C2=A0 68.231511] watchdog: BUG: soft lockup - CPU#0 stu= ck for 21s! [kworker/0:1:7]
[ =C2=A0104.231513] watchdog: BUG: soft lock= up - CPU#0 stuck for 23s! [kworker/0:0:5]
[ =C2=A0176.239514] watchdog: = BUG: soft lockup - CPU#3 stuck for 23s! [kworker/3:3:593]
Which make the system freeze for a while and then return to nor= mal!

Any help?


=

---
Gi= lberto Nunes Ferreira

=
(47) 3025-5907
(47) 99676-7530 - Whatsapp / Telegram

Skype: gilberto.nunes36

=




Em qua, 24 de jul de 2019 =C3=A0s 09:11, Gilberto N= unes <gi= lberto.nunes32@gmail.com> escreveu:
Hi there

I a= m usging Linux mint here 19.1.
My laptop has the following config= uration:

CPU - AMD A12-9720P RADEON R7, 12 COMPUTE= CORES 4C+8G
GPU - Wani [Rad= eon R5/R6/R7 Graphics] (amdgpu)
Network Interface card:
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/= 8411 PCI Express Gigabit Ethernet Controller (rev 12)

When I install kernel 4.18.x or 5.x, the network doesn't work a= nymore...
I can loaded the modulo r8169 andr8168.
I saw=C2=A0e= np1s0f1 as well but there's no link at all!
Even when I fixed= the IP none link!
I cannot ping the network gateway or any other= IP inside LAN!
Is there somebody with the same problem????
=

Thanks a lot.

---
Gilberto Nunes Ferreira

(47) 3025-5907=
(47) 99676-7530 - Whatsapp / Telegram

Skype: gilberto.nunes36



=
--000000000000540827058e6cae21-- --===============6610270307344496733== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============6610270307344496733==--