[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)

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 <[email protected]>
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.

Similar Messages

  • [solved] TV card not loaded after upgrade to kmod

    After the upgrade to mkinitcpio and kmod replacing module-init-tools, my TV card (Hauppauge WinTV Nova-S) is not loaded.
    Downgrading mkinitcpio and re-installing module-init-tools and regenerating my initramfs and all is well.
    Is there any extra setup needed with kmod? There are no man files in the kmod package so I'm at a loss what to do.
    Incase it helps, here are (maybe not all) the modules related to my tv card when downgraded:
    -->lsmod | grep dvb
    cx88_dvb 23415 39
    cx88_vp3054_i2c 1932 1 cx88_dvb
    videobuf_dvb 4794 1 cx88_dvb
    dvb_core 92868 2 cx88_dvb,videobuf_dvb
    cx8802 13121 1 cx88_dvb
    cx88xx 73365 4 cx88_dvb,cx88_alsa,cx8800,cx8802
    videobuf_dma_sg 7936 5 cx88_dvb,cx88_alsa,cx8800,cx8802,cx88xx
    videobuf_core 15879 5 videobuf_dvb,cx8800,cx8802,cx88xx,videobuf_dma_sg
    i2c_core 20492 15 isl6421,cx24123,wm8775,cx88_dvb,cx88_vp3054_i2c,cx8800,cx88xx,tveeprom,v4l2_common,videodev,i2c_piix4,nouveau,drm_kms_helper,drm,i2c_algo_bit
    Last edited by fastfret79 (2012-01-10 22:29:35)

    Yes - initramfs regenerated after each upgrade and downgrade.
    Forgot to mention I was also suffering from the 'Filename too long' FS#27862 and your updated kmod in that bug's comments fixed that. I'm guessing that my issue is unrelated.
    With both kmod packages, initramfs complains that /etc/modprobe.d/modprobe.conf doesn't exist, but I've never added anything in there anyway and the kmod package doesn't contain that file.
    Last edited by fastfret79 (2012-01-10 11:53:07)

  • [SOLVED] Cpufreq not loading after reboot

    I followed wiki on this ,but after reboot cpufreq is not loading from /etc/rc.conf as module
    This is message on boot
    :: Setting cpufreq governing rules , cpu 0 1wrong, unknown or unhandled CPU?
    Error setting new values. Common errors:eq/scaling_available_governors: No such - Do you have proper administration rights? (super-user?)
    - Is the governor you requested available and modprobed?
    - Trying to set an invalid policy?
    - Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn't loaded?
    But if I do a modprobe acpi-cpufreq got this
    [root@laptop ~]# modprobe acpi-cpufreq
    [root@laptop ~]# /etc/rc.d/cpufreq start
    :: Setting cpufreq governing rules , cpu 0 1 [DONE]
    This is a /etc/rc.conf/cpufreq
    #configuration for cpufreq control
    # valid governors:
    # ondemand, performance, powersave,
    # conservative, userspace
    governor="ondemand"
    # limit frequency range (optional)
    # valid suffixes: Hz, kHz (default), MHz, GHz, THz
    min_freq="800MHz"
    max_freq="2.01GHz"
    # use freq to set up the exact cpu frequency using it with userspace governor
    #freq=
    Similar happens when I want to load governors as modules.
    Laptop is acer with C2D T5800 and min and max values are  from cpufreq-info.
    Can this be solved?
    Thanks in advance!
    Last edited by dare023 (2010-06-15 05:44:18)

    Here it is without modprobe acpi-cpufreq
    [root@laptop ~]# cpufreq-info
    cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    no or unknown cpufreq driver is active on this CPU
    maximum transition latency: 0.00 ms.
    analyzing CPU 1:
    no or unknown cpufreq driver is active on this CPU
    maximum transition latency: 0.00 ms.
    And with modprobe acpi-cpufreq
    [root@laptop ~]# modprobe acpi-cpufreq
    [root@laptop ~]# cpufreq-info
    cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.00 GHz
    available frequency steps: 2.00 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.00 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 2.00 GHz (asserted by call to hardware).
    analyzing CPU 1:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 1
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.00 GHz
    available frequency steps: 2.00 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.00 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 2.00 GHz (asserted by call to hardware).

  • Facebook images do not load after upgrading to 6.0. What to do?

    After upgrading to Firefox 6.0 my Facebook images will not open. I see a white box with a frame but after clicking on it a totally black square opens up instead a photo. All is OK when using IE9. (Also, the same with Twitpics on Twitter.)

    If images are missing then check that you aren't blocking images from some domains.
    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * Check the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    * Check the exceptions in Tools > Options > Content: Load Images > Exceptions
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • POA HTTP Monitor not loading after upgrade

    I'm working on a migration/upgrade from gw8 to gw2014, all of the agents show started in the admin console but the http monitor screen will not load. I initially had a bad path to a certificate and have removed the certificate and it's path, turned off ssl and restarted the POA.
    I'm still getting this though, when I try to access the POA (non ssl)
    GroupWise 2014 POA - PONAME
    Status | Configuration | Environment | Log Files | Scheduled Events | MTP Status | Help
    Web Console Access has been disabled due to error in loading SSL Certificate: [8209]
    Any assistance is appreciated.
    Dan

    Hi Laura,
    Yes I have checked the poa startup file and it looks fine. It was a fresh install of GW2014 so there is only one poa file and it's located in the post office directory as well. Interestingly, it's the monitor screen of the domain that shows this wrong information when I click on 'Links' and then the PO link listed there. When I look at monitor in the PO, any of the path data in there shows correct. So it makes me believe the problem is on info stored in the domain - but maybe I'm wrong. Also, mail goes out just fine, but it fails coming in because the domain drops it in the old location and the post office tries to pick it up in the new location.
    Originally Posted by laurabuckley
    Hi Dan,
    Just a quick suggestion... Have you checked your POA startup file to see if it has the wrong path set in there? Look at the top of the file for the "home" path.
    Let us know how it goes.
    Cheers,

  • Itunes library not loading after upgrading

    Please help:  I had to upgrade my itunes when I plugged in my Iphone and now it won't sync.  No matter what I plug in (Ipad, Ipad2, Iphone or Ipod) the only thing that happens is the Iphotos will pop up and recognize that I have plugged in my device, but the Itunes does not load and sync.  I don't know if I did something wrong, put when it asked if I wanted to use Icloud I clicked no.  I don't know if that is my problem now or what. If anyone can help, I would appreciate it, as I am lost! 
    Thanks, Debbie.

    johnc86,
    Are you following the instructions from this article in the Apple Knowledge Base, in particular the renaming of the .itl file from the Previous Libraries folder?

  • App Store will not load after upgrading to mac osx 10.7.2

    Upgraded my MacBook Pro to 10.7.2 and now App Store will not present any information... seems to hang trying to connect to the store.  This is just one symptom of issues after the upgrade... Outlook, Safari, KeyChain Access, etc all failing to load or to operate properly.

    Install the OS X Lion Update 10.7.2 Client Combo
    Then restart your Mac.
    If you still have problems, you may need to repair the startup disk.
    Use Lion Recovery to do that.

  • Images in Amazon not loading after upgrade to 10.7.5

    Hi, I am running 10.7.5 on a Macbook Intel Core 2 Duo (2007) - Images now do not appear to load in any browser (Safari, Chrome or Firefox) on Amazon.  Images will however load on eBay for instance.  Problem is recent and may be related to the 10.7.5 security upgrade installed last week.  Anybody else seeing this issue or know of a solution?  Thanks! 

    Restart your internet modem and wi-fi router if you use one then see if a browser will load images.

  • ITunes will not load after upgrade - says files missing

    i got a prompt that my iTouch had new software for download. I went to download it and was prompted to download the latest version of iTunes first. I did this and now I can not access my iTunes. I get a prompt that iTunes cannot run because some of its required files are missing.
    I am not sure what itunes version I had prevously but it was the latest version until I tried to upgrade. my itouch is version 4.1 (8b117). the itouch unit is a 2nd generaton. i am using windows 7 with IE 8.
    Please help. what should i do now? I cant get into my iTunes to sync my iTouch
    Thanks
    Tim

    I found out the issue with itunes. I had been using a converter program to convert movies for the itouch and the one I used also required a quicktime codec that must have interfered with itunes...I uninstalled the program...and itunes is back and running great. sorry to have rushed to judgement. Newfietom

  • Apps not loading after upgrade to lion

    I upgraded to Lion and had no problems but now some programs won't load. They just bounce a couple of times on the dock and then go away. No error comes up or anything.

    i tried re syncing... but still have a problem... what sync set-up should i use?

  • Modules not found after upgrade to 0.7.1

    My last upgrade prior to 1/05/06 was 10/30/05 and that boot was labeled 0.7.1. 
    I switched to udev some time ago.
    The upgrade today seemed to run perfectly (I'm impressed by the obviously skilled work in this process) and I monitored the questions and executed the instructions, including the addition of initrd to grub menu.
    System boots properly and I can log in as user.
    The command 'startx' produces too many screens to read (I know-use script) but the final display is "no drivers, no modules found, one of which is 'ati'".  Please let me know if you need the full error output of startx.
    Did I miss something in the upgrade messages which, of course, are gone now?
    Thanks,
    Bill Barnes

    install the drivers:
    look here for migration
    http://www.archlinux.org/blog/2006/01/0 … rade-xorg/

  • ITunes does not load after upgrading to 7.4.2!

    Installed iTunes 7.4.2 just right now. When I try to start it, all it will do is quickly flash "iTunes" in the menu bar without starting; sometimes not even that will occur. I opened the Activity Monitor to watch the app; iTunes does appear to start when I double-click by showing up in the monitor; however, after a few seconds it disappears.
    Anybody know what's going on?

    Do you have QuickTime 7.2 installed from the Apple website?
    Make sure to remove any "hackies", betas, and ShapeShifter, if installed.
    Go to /Library/Receipts/drag iTunesX.pkg to the trash and empty.
    Repair permissions ..... RESTART
    Reinstall iTunes 7.4.2 (Mac) from the Apple website +without performing any other processes during the download or install!+
    Repair Permissions
    DIXIE

  • Aperture not loading after upgrade to 10.5.8

    Have just upgraded to 10.5.8 on my MacBook Pro and when I go to start Aperture, it just says the application has quit unexpectedly. What gives? Everything was humming along with the previous OS that I had.
    I did the same installation on my iMac a few months back and had no issues.
    Help please!
    C

    Hi Frank,
    Thanks for getting back to me. So the stroy so far. I have upgraded/installed Snow Leopard OS and then upgraded to Aperture 3 from 1.5.
    Aperture is now asking me for the licensing serial number, I have both the original and the A3 upgrade. I punched in the upgrade serial unmber and it did not like that and asked for the original. I punched that in (straight off the Apple packaging that says 'Product Serial Number') and it has now come up with an alert saying " The serial number you entered is no valid" - What's going on?
    This stuff reminds me of my days with Windows!!!!
    If you can help I'd be grateful.
    C

  • App store not loading after upgrade to 10.8.2

    App store won't mount AT ALL, says 'need intenet connection', which I have.
    I used the app store to GET mountain lion adn now it no longer works

    I thought all that "hostconfig" stuff was supposed to be removed from the OS.
    Anyway, regarding your memory problem, don't be surprised if it comes back again erratically. I found this link tonight about Mountain Lion problems:
    http://scsc-online.com/How-To.html
    Click on the little icon to the left of the write up for the document. They talk about a bug that seems to crop up and eat up all memory. It does it erratically. I thought they were talking about Safari, but maybe it has something to do with memory.
    It sounds like a memory leak to me.
    In any case, at least you got Spotlight working again.

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

Maybe you are looking for

  • Mail keeps crashing after update os 10.9.2

    everything work fine with mavericks 10.9.1 after the update to 10.9.2 I cannot open mail: it crashes constantly and I can´t get into the programm on my iMac I uninstalled all plugins (Mailtags, Herald, GPG-Suite, Mailhub which all worked fine under 1

  • Problems accessing Music Files in Slideshow module in LR 2.6 and Windows 7 64 bit

         Just got new computer 64 bit Windows 7.  Installed LR 2.6 and am having problem with slideshow and music.  Never had this problem before with my XP computer.  When I open up slideshow module and go to Playback window and check soundtrack and try

  • I'm getting an" itunes library error(-54) saying my library wasn't saved

    I'm getting an" itunes library error(-54) saying my library wasn't saved. What did I do?

  • How to set my character coding to 'Western ISO-8859-1' permanently?

    I am having a REALLY annoying problem here. I want to set my character encoding to 'Western ISO-8859-1' permanently. I am able to successfully change it for a while but a couple of minutes barely pass and it reverts back to 'Unicode', even if I am on

  • XMP confusion

    I just can't get my head around this xmp thing. Some basic info: I use DNG files I back-up my Lightroom catalogue every time Lightroom exits and under catalogue settings >metadata I have ticked: Include develop settings in metadata inside jpeg, tiff