You are not logged in.

#1 2013-11-08 04:18:57

taro
Member
Registered: 2013-11-08
Posts: 17

[SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

Hi. After upgrading the package linux from 3.9.5-1 to 3.11.6,
many modules such as wifi or psmouse are not loaded.
My PC is Asus Zenbook UX31E.

If I do by hand like
# modprobe ath9k
# modprobe psmouse
wifi and psmouse are OK,
but I want to set all necessary modules auto loaded.

* Output of lsmod of linux 3.9.5-1 was 87 rows
but lsmod of 3.11.6 (I attache below) is only 39 rows.

* Both
/etc/modprobe.d/
/etc/modules-load.d/
are empty on 3.9.5-1 and 3.11.6.

Please give me advice, thx.

Last edited by taro (2014-01-08 11:20:46)

Offline

#2 2013-11-08 04:23:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

Did you reboot?

Offline

#3 2013-11-08 04:26:44

taro
Member
Registered: 2013-11-08
Posts: 17

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

Thx lot for such a quick reply.

Yes, I rebooded many time.
Moreover, If I downgrade to 3.9.5-1 (and reboot),
it works fine again (the modules are loaded.)

Then, I upgrade again (and reboot),
it goes back to not loaded.

best.

Offline

#4 2013-11-08 04:34:23

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,836

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

As a sanity check, boot 3.11.6 and compare the output of uname -a and of pacman -Qi linux

Ensure the version numbers are identical.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2013-11-08 04:39:04

taro
Member
Registered: 2013-11-08
Posts: 17

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

Thx. The version numbers seem to be identical.

% uname -a                                                              [~]
Linux tenryu 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64 GNU/Linux

% pacman -Qi linux                                                      [~]
Name           : linux
Version        : 3.11.6-1
Description    : The Linux kernel and modules
Architecture   : x86_64
URL            : http://www.kernel.org/
Licenses       : GPL2
Groups         : base
Provides       : kernel26=3.11.6
Depends On     : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
Optional Deps  : crda: to set the correct wireless channels of your country
Required By    : None
Optional For   : None
Conflicts With : kernel26
Replaces       : kernel26
Installed Size : 64493.00 KiB
Packager       : Thomas Bächler <thomas@archlinux.org>
Build Date     : Sat 19 Oct 2013 06:25:12 AM JST
Install Date   : Fri 08 Nov 2013 12:06:17 PM JST
Install Reason : Explicitly installed
Install Script : Yes
Validated By   : None

best regards.

Offline

#6 2013-11-08 04:58:41

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,836

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

That all looks correct.  I was just making sure that the boot loader was using the correct kernel.  It is.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2014-01-08 11:17:04

taro
Member
Registered: 2013-11-08
Posts: 17

Re: [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 -> 3.11.6)

Finally, I solved this problem by myself!

I found the following comment in /etc/mkinitcpio.conf
> ##   NOTE: If you have /usr on a separate partition, you MUST include the
> #    usr, fsck and shutdown hooks.
And this is exact what I need.
Now, the line of my is
> HOOKS="base udev autodetect modconf block filesystems keyboard usr fsck shutdown"
then,
% sudo mkinitcpio -p linux
solves not only this problem but also other minor errors while booting.

I hope this post would be help for someone.
Thanks anyway, guys!

Offline

Board footer

Powered by FluxBB