You are not logged in.

#1 2014-07-18 07:58:02

MewFree
Member
Registered: 2013-07-25
Posts: 3

[SOLVED] No more network (wired and wireless)

Hello everybody,

My computer wouldn't boot yesterday (gummiboot was not displaying anything) so I used an Arch boot USB key to mount my hard drive partitions and chroot into my current Ach install to see the problem. I thought of a kernel problem so I downgraded the kernel to 3.15.3 (I was on 3.15.5 and 3.15.4 did not made my computer boot either) as well as the headers.

I can now successfully boot but my network is not working (both wired and wireless). ifconfig does not show anything except the loopback module and there is nothing related to networking when I type lspci.

I checked my pacman.log and here is what happened on the day before my computer could bot boot:

[2014-07-16 10:49] [PACMAN] Running 'pacman --color auto -Sy'
[2014-07-16 10:49] [PACMAN] synchronizing package lists
[2014-07-16 10:51] [PACMAN] Running 'pacman --color auto -S -u'
[2014-07-16 10:51] [PACMAN] starting full system upgrade
[2014-07-16 11:59] [PACMAN] Running 'pacman --color auto -Sy'
[2014-07-16 11:59] [PACMAN] synchronizing package lists
[2014-07-16 11:59] [PACMAN] Running 'pacman --color auto -S --noconfirm -u'
[2014-07-16 11:59] [PACMAN] starting full system upgrade
[2014-07-16 12:07] [PACMAN] upgraded elfutils (0.158-3 -> 0.159-1)
[2014-07-16 12:07] [PACMAN] upgraded mesa (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded mesa-libgl (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded ati-dri (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded lib32-systemd (214-1 -> 215-1)
[2014-07-16 12:07] [PACMAN] upgraded lib32-elfutils (0.158-2 -> 0.159-1)
[2014-07-16 12:07] [PACMAN] upgraded lib32-mesa (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded lib32-mesa-libgl (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded lib32-ati-dri (10.2.3-1 -> 10.2.3-2)
[2014-07-16 12:07] [PACMAN] upgraded lib32-harfbuzz (0.9.29-1 -> 0.9.30-1)
[2014-07-16 12:07] [PACMAN] upgraded lib32-libdbus (1.8.4-1 -> 1.8.6-1)
[2014-07-16 12:07] [PACMAN] upgraded lib32-libxdmcp (1.1.1-1 -> 1.1.1-2)
[2014-07-16 12:07] [PACMAN] upgraded libxcb (1.10-2 -> 1.10-3)
[2014-07-16 12:07] [PACMAN] upgraded lib32-libxcb (1.10-2 -> 1.10-3)
[2014-07-16 12:07] [PACMAN] upgraded lib32-libxi (1.7.2-1 -> 1.7.3-1)
[2014-07-16 12:07] [PACMAN] upgraded lib32-libxss (1.2.2-1 -> 1.2.2-2)
[2014-07-16 12:07] [PACMAN] upgraded libmariadbclient (5.5.37-1 -> 10.0.12-1)
[2014-07-16 12:07] [PACMAN] upgraded perl-uri (1.61-1 -> 1.64-1)
[2014-07-16 12:07] [PACMAN] upgraded youtube-dl (2014.07.10-1 -> 2014.07.15-1)
[2014-07-16 12:07] [PACMAN] Running 'pacman --color auto -U --noconfirm /tmp/yaourt-tmp-damien/PKGDEST.Cxq/python-parsedatetime-1.3-4-any.pkg.tar.xz'
[2014-07-16 12:07] [PACMAN] upgraded python-parsedatetime (1.3-2 -> 1.3-4)
[2014-07-16 12:15] [PACMAN] Running 'pacman --color auto -Sy'
[2014-07-16 12:15] [PACMAN] synchronizing package lists
[2014-07-16 12:15] [PACMAN] Running 'pacman -Rsc spotify'
[2014-07-16 12:15] [PACMAN] removed spotify (0.9.10.17-1)
[2014-07-16 12:15] [PACMAN] removed libgcrypt15 (1.5.3-1)

Since I start my computer in the morning and shut it down in the evening, I think my crash is not related to the kernel since I updated to 3.15.5 on the 11th of July and never had an issue until the 17th the July.

Does anyone know how I can work from there to recover my networking?

Thank you

Last edited by MewFree (2014-07-18 11:55:24)

Offline

#2 2014-07-18 08:00:28

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] No more network (wired and wireless)

Stop -Sy $package, it breaks things...


Not a kernel issue, moving to NC.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-07-18 10:39:08

MewFree
Member
Registered: 2013-07-25
Posts: 3

Re: [SOLVED] No more network (wired and wireless)

I guess I learnt that the hardway.

Chrooted back into my install, performed a full 'pacman -Syu' update.

Now I can boot with the 3.15.5-2 kernel but still no network connection.

EDIT: okay, I simply add to launch NetworkManager... I am so stupid

Thank you for your help!

This can be marked as solved

Last edited by MewFree (2014-07-18 10:44:27)

Offline

#4 2014-07-18 11:05:15

Daerandin
Member
From: Norway
Registered: 2013-05-07
Posts: 259
Website

Re: [SOLVED] No more network (wired and wireless)

You can mark it as solved by editing the first post.

Online

#5 2014-07-18 11:56:19

MewFree
Member
Registered: 2013-07-25
Posts: 3

Re: [SOLVED] No more network (wired and wireless)

Daerandin wrote:

You can mark it as solved by editing the first post.

Right, I tried but my original title was taking all the space... I shortened it and marked it as solved.

Thank you all

Offline

Board footer

Powered by FluxBB