[SOLVED] Module r8169 not loading on boot, can load afterwards...

I am trying to get the network (r8169) to load, currently it doesn't get detected and putting it in MODULES array doesn't do anything (I don't think anything works in MODULES array for me).
Was using 2.6.39 kernel, moved to 3.0.0; same problem.
Once the computer has booted I can easily' sudo modprobe r8169 && sudo dhcpcd eth0' no problems.
Any ideas on how to get it to work? Thanks in advance.
Last edited by beaverusiv (2011-08-03 08:48:44)

Yeah, why on earth are they auto gen'd? I used archboot to install, you?
Okay, I'll rm them and reboot now.
I also have a /etc/modprobe.d/framebuffer_blacklist.conf:
blacklist aty128fb
blacklist atyfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist kyrofb
blacklist neofb
blacklist nvidiafb
blacklist pm2fb
blacklist radeonfb
blacklist rivafb
blacklist s3fb
blacklist savagefb
blacklist sisfb
blacklist sstfb
blacklist tdfxfb
blacklist tridentfb
blacklist udlfb
blacklist uvesafb
blacklist viafb
blacklist vmlfb
blacklist vt8623fb
Do I need to worry about that? I'm currently using Intel G41 915 integrated.
Last edited by beaverusiv (2011-08-03 08:43:49)

Similar Messages

  • [SOLVED] Many modules are not loaded in the Arch USB key installation.

    Hello!
    I installed Arch Linux on my USB key. I did it few months ago and it worked, I had portable arch.
    Yesterday I decided to make a fresh installation. Unfortunately after booting it from my USB key
    most of the modules were not loaded. Because of that I couldn't start the X server and connect to
    the internet (ethernet card was not detected).
    Even after loading the module which corresponds to my ethernet card manually (modprobe e1000e) it was not
    displayed in the lsmod list.
    I though "maybe I screwed something up during the installation?". To find out I used GParted to copy
    my OS partition (perfectly working Arch Linux installed on the hard drive) to the USB key. Of course I changed the UUID of the USB partition.
    After booting it I was suprised because the situation did not change - modules that are loaded on my main system for some
    reason were not loaded on it's exact copy placed on the USB key.
    I have no idea why my portable OS is acting like this.
    Commands below were executed on another PC so don't look for the e1000e module.
    $ lsmod
    Module Size Used by
    ext4 474699 2
    crc16 1367 1 ext4
    mbcache 6082 1 ext4
    jbd2 83440 1 ext4
    usb_storage 48007 2
    ata_generic 3378 0
    pata_acpi 3395 0
    hid_generic 1161 0
    usbhid 40577 0
    hid 90742 2 hid_generic,usbhid
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30821 3
    pata_atiixp 4819 0
    ehci_pci 4000 0
    ohci_pci 4040 0
    ohci_hcd 23905 1 ohci_pci
    ehci_hcd 59252 1 ehci_pci
    usbcore 180104 6 usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    ahci 23056 0
    libahci 21642 1 ahci
    usb_common 1656 1 usbcore
    libata 171112 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
    scsi_mod 130669 4 usb_storage,libata,sd_mod,sr_mod
    nouveau 904702 0
    button 4677 1 nouveau
    video 11196 1 nouveau
    mxm_wmi 1475 1 nouveau
    wmi 8419 2 mxm_wmi,nouveau
    i2c_algo_bit 5399 1 nouveau
    drm_kms_helper 36254 1 nouveau
    ttm 63507 1 nouveau
    drm 238238 3 ttm,drm_kms_helper,nouveau
    i2c_core 24164 4 drm,drm_kms_helper,i2c_algo_bit,nouveau
    $ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    $ lspci #Just a fragment
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Flags: bus master, fast devsel, latency 0, IRQ 10
    I/O ports at de00 [size=256]
    Memory at fdaff000 (64-bit, prefetchable) [size=4K]
    Memory at fdaf8000 (64-bit, prefetchable) [size=16K]
    [virtual] Expansion ROM at fda00000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
    Capabilities: [cc] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 07-00-00-00-68-4c-e0-00
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    $ cat /var/log/Xorg.0.log
    [ 59.424]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 59.424] X Protocol Version 11, Revision 0
    [ 59.424] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 59.424] Current Operating System: Linux sanguine 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
    [ 59.425] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2c39c1f9-de3e-4907-93dc-8b77422a07a1 rw
    [ 59.425] Build Date: 09 January 2014 08:47:24AM
    [ 59.425]
    [ 59.425] Current version of pixman: 0.32.4
    [ 59.425] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 59.425] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 59.425] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 13 12:55:56 2014
    [ 59.433] (==) Using config file: "/etc/X11/xorg.conf"
    [ 59.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 59.437] (==) ServerLayout "Layout0"
    [ 59.437] (**) |-->Screen "Screen0" (0)
    [ 59.437] (**) | |-->Monitor "Monitor0"
    [ 59.441] (**) | |-->Device "Device0"
    [ 59.441] (**) |-->Input Device "Keyboard0"
    [ 59.441] (**) |-->Input Device "Mouse0"
    [ 59.441] (==) Automatically adding devices
    [ 59.441] (==) Automatically enabling devices
    [ 59.441] (==) Automatically adding GPU devices
    [ 59.456] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.456] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 59.457] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 59.457] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 59.457] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 59.457] (WW) Disabling Keyboard0
    [ 59.457] (WW) Disabling Mouse0
    [ 59.457] (II) Loader magic: 0x804c80
    [ 59.457] (II) Module ABI versions:
    [ 59.457] X.Org ANSI C Emulation: 0.4
    [ 59.457] X.Org Video Driver: 15.0
    [ 59.457] X.Org XInput driver : 20.0
    [ 59.457] X.Org Server Extension : 8.0
    [ 59.459] (--) PCI:*(0:1:5:0) 1002:796e:1458:d000 rev 0, Mem @ 0xd8000000/134217728, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
    [ 59.459] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 59.460] Initializing built-in extension Generic Event Extension
    [ 59.460] Initializing built-in extension SHAPE
    [ 59.460] Initializing built-in extension MIT-SHM
    [ 59.460] Initializing built-in extension XInputExtension
    [ 59.461] Initializing built-in extension XTEST
    [ 59.461] Initializing built-in extension BIG-REQUESTS
    [ 59.461] Initializing built-in extension SYNC
    [ 59.461] Initializing built-in extension XKEYBOARD
    [ 59.461] Initializing built-in extension XC-MISC
    [ 59.461] Initializing built-in extension SECURITY
    [ 59.461] Initializing built-in extension XINERAMA
    [ 59.461] Initializing built-in extension XFIXES
    [ 59.461] Initializing built-in extension RENDER
    [ 59.461] Initializing built-in extension RANDR
    [ 59.463] Initializing built-in extension COMPOSITE
    [ 59.466] Initializing built-in extension DAMAGE
    [ 59.468] Initializing built-in extension MIT-SCREEN-SAVER
    [ 59.470] Initializing built-in extension DOUBLE-BUFFER
    [ 59.472] Initializing built-in extension RECORD
    [ 59.475] Initializing built-in extension DPMS
    [ 59.477] Initializing built-in extension Present
    [ 59.479] Initializing built-in extension DRI3
    [ 59.481] Initializing built-in extension X-Resource
    [ 59.483] Initializing built-in extension XVideo
    [ 59.485] Initializing built-in extension XVideo-MotionCompensation
    [ 59.487] Initializing built-in extension XFree86-VidModeExtension
    [ 59.490] Initializing built-in extension XFree86-DGA
    [ 59.492] Initializing built-in extension XFree86-DRI
    [ 59.494] Initializing built-in extension DRI2
    [ 59.494] (II) LoadModule: "glx"
    [ 59.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 60.382] (II) Module glx: vendor="NVIDIA Corporation"
    [ 60.388] compiled for 4.0.2, module version = 1.0.0
    [ 60.388] Module class: X.Org Server Extension
    [ 60.388] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 60.401] Loading extension GLX
    [ 60.401] (II) LoadModule: "nvidia"
    [ 60.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.455] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 60.455] compiled for 4.0.2, module version = 1.0.0
    [ 60.455] Module class: X.Org Video Driver
    [ 60.462] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 60.462] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 60.464] (++) using VT number 1
    [ 60.464] (EE) No devices detected.
    [ 60.464] (EE)
    Fatal server error:
    [ 60.464] (EE) no screens found(EE)
    [ 60.464] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 60.464] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 60.465] (EE)
    Last edited by Skitter (2014-02-16 20:57:21)

    Please post the output of:
    dmesg -c
    modprobe e1000e
    dmesg

  • Migrated to systemd, modules are not loading [solved]

    Hi;
    I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
    $ ls /etc/modules-load.d/
    -rwxrwxrwx  1 root root   20 Dec  2 22:34 vbox*
    $ cat /etc/modules-load.d/vbox
    #vbox
    vboxdrv
    loop
    Any methods of debugging why this doesnt work?
    Thanks.
    Last edited by daf666 (2012-12-03 21:01:26)

    the files have to end with ".conf". And -x permissions are certainly not necessary.
    man modules-load.d

  • Sd card module/driver not loaded anymore

    Hi,
    since a recent update (linux 3.16 maybe ? ) the sd card module is not loaded anymore.
    I have to load it manually :
    modprobe -v rtsx_usb
    (or add a module load in /etc/modules-load.d/)
    My guess is that the "block" hook is not finding it anymore...
    Any idea why ?
    # uname -a
    Linux azerty 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
    # /etc/mkinitcpio.conf :
    HOOKS="base udev autodetect modconf keymap block lvm2 encrypt filesystems keyboard fsck"
    sdcard  NOT working:
    # lsmod | egrep 'mmc|sdhci|sd'
    sd_mod                 44356  5
    crc_t10dif             12431  1 sd_mod
    scsi_mod              142915  2 libata,sd_mod
    sdcard working:
    #lsmod | egrep 'mmc|sdhci|sd'
    rtsx_usb_sdmmc         25280  0
    mmc_core              110475  1 rtsx_usb_sdmmc
    rtsx_usb               17487  2 rtsx_usb_sdmmc,rtsx_usb_ms
    led_class              12859  3 rtsx_usb_sdmmc,iwldvm,asus_wmi
    sd_mod                 44356  5
    crc_t10dif             12431  1 sd_mod
    scsi_mod              142915  2 libata,sd_mod

    Well, in fact it's a bit weirder...
    I'm loading the rtsx_usb module at boot.
    Then I plug my sd card :
    Sep 05 13:51:24 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
    Sep 05 13:51:24 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
    Sep 05 13:51:24 azerty kernel:  mmcblk0: p1
    It's not mounting... 10 seconds later :
    Sep 05 13:51:34 azerty kernel: ehci-pci 0000:00:1a.0: dev 1.4 ep2in scatterlist error -104/-110
    Later on:
    Sep 05 13:51:54 azerty systemd-udevd[229]: worker [3393] /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 timeout; kill it
    Sep 05 13:51:54 azerty systemd-udevd[229]: seq 2164 '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1' killed
    Sep 05 13:51:55 azerty systemd-udevd[229]: worker [3393] terminated by signal 9 (Killed)
    Still not mounted obviously.
    Now, I add another module :
    # modprobe -v sdhci
    insmod /lib/modules/3.16.1-1-ARCH/kernel/drivers/mmc/host/sdhci.ko.gz
    Sep 05 13:53:38 azerty kernel: sdhci: Secure Digital Host Controller Interface driver
    Sep 05 13:53:38 azerty kernel: sdhci: Copyright(c) Pierre Ossman
    I remove the card and insert it again:
    Sep 05 13:53:51 azerty kernel: mmc0: card aaaa removed
    Sep 05 13:53:57 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
    Sep 05 13:53:57 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
    Sep 05 13:53:57 azerty kernel:  mmcblk0: p1
    Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/index.bdmv
    Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/BACKUP/index.bdmv
    Sep 05 13:53:57 azerty kernel: FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    Sep 05 13:53:57 azerty udisksd[1409]: Mounted /dev/mmcblk0p1 at /run/media/olivarch/6663-3733 on behalf of uid 1000
    Now it's working...
    I tried to load both rtsx_usb and sdhci at boot but it doesn't work, it seems that I need to do it manually...
    Weird.

  • Gnome - Modules Do Not Load!

    Hello,
    Just got Arch up and going, and using GDM. Problem -- Most of Gnome's modules do not load! The menu, time, system monitor, and sound work... but BIG ones like desktop switcher, window manager, window list, and so on... do not load! These are important! Anyone else experienceing this, or can help me?
    Also, how do I use pacman not in root (while logged into GDM)?

    Make sure that libxres package is installed
    pacman -S libxres
    for your second questions, if u are asking about switching to root from user, i.e using su, your user must be within the wheel group, under root do
    gpasswd -a username wheel
    u can also use sudo,
    pacman -S sudo
    edit /etc/sudoers and either uncomment the %wheel ALL = (ALL) ALL (Your user must be member of the wheel group), or add at the end of the file, username ALL = (ALL) ALL
    hope that helps

  • [SOLVED] network is not detected r8169 module is not loaded

    Hey there,
    I have problems to get my archlinux server running, it has no network.
    It's a server at kimsufi so I only can chroot in the new installation.
    It looks like the module 'r8169' isn't loaded at start, so it has no network.
    After adding '/etc/modules-load.d/r8169.conf' with 'r8169' inside (w/o quotes) the journalctl says:
    systemd-modules-load[92]: Failed to lookup alias 'r8169': Function not implemented
    The installation is up-to-date, newest kernel.
    I hope you have some ideas how to get that module loaded.
    Greetings
    edit: I tried it just now again and it worked atm. If network will work completely, I will mark this thread as solved.
    Last edited by lookingaty (2014-02-14 21:19:43)

    I'm sorry that I opened the thread.
    I had built myself a kernel with kdump and had set debug and loglevel=7 parameters.
    Either one of the parameter was bad or my buildprocess was bad.
    Now (with the original kernel) I don't get that error and the module is loading fine.
    I have (after about a month) the server up and running.
    At least I got some new experience.
    Last edited by lookingaty (2014-02-14 21:23:48)

  • Lightroom 6 Develope Module will not load files, can't see photos.

    Lightroom Develop Module will not show files. I can see photos in library, film strip. I'm fully paid member of adobe cloud and registered. I've signed out and in again but this did not resolve the issue. The problem happened after moving from lightroom 5.7 to 6. All worked OK in 5.7, using canon 5D mark 2 CR2 files version 2.2. I have photoshop 2015 CC and when I go to camera raw ( version 9 ) The photos do not show here as well. Both are blue boxes with an X across the page just like in the Develop Module in Lightroom 6. Again files could be seen in ACR photoshop 2014. As am using the latest updates of lightroom and photoshop creative Cloud, not sure why I can't see files in the develop module in lightroom and in camera raw in photoshop ?
    By Michael.

    I'm no expert on GPUs and graphics cards, so I suggest you read this thread:
    GPU notes for Lightroom CC (2015)
    My impression. though, is that most people don't experience a huge speed improvement using the GPU, myself included.
    But this will probably change in future versions, at the moment only certain functions in the Develop module use the GPU.
    As for differences in GPU support between Photosop and LR, I assume that PS supports older and less powerful GPUs than Lightroom does.
    Edit: But the bottom line is that LR doesn't support GPU acceleration with you graphics card, so leave it off.

  • [SOLVED] Module efivars not found but /sys/firmware/efi/efivars avail.

    Hi all,
    I'm installing Arch Linux on a new laptop (Dell Precision M6800) but cannot get UEFI to work.
    Outside arch-chroot, when I type "modprobe efivars" I get the "Module efivars not found". Which indicates that I didn't boot using UEFI.
    But, I booted using it (in my bios I selected my USB drive under the UEFI section and not the BIOS one), and more importantly, I have a fully populated /sys/firmware/efi/efivars folder with non empty files in it. So as I read on some forum, this means I booted using UEFI. So why can't I load the efivars module then? What am I missing? What can I do to debug more?
    I have used the 201311 dual iso image and just dd'ed it on my USB drive, I did not follow the instructions from https://wiki.archlinux.org/index.php/UE … B_from_ISO because I read them afterwards, but this will be my next step if you tell me this is the reason why UEFI does not work (although I have recently installed an UEFI Arch Linux on a UX31A without doing it so I guess these instructions are outdated).
    Thanks for your help,
    Olivier
    Last edited by jolivier (2013-11-14 10:09:48)

    jolivier wrote:
    Hi all,
    I'm installing Arch Linux on a new laptop (Dell Precision M6800) but cannot get UEFI to work.
    Outside arch-chroot, when I type "modprobe efivars" I get the "Module efivars not found". Which indicates that I didn't boot using UEFI.
    But, I booted using it (in my bios I selected my USB drive under the UEFI section and not the BIOS one), and more importantly, I have a fully populated /sys/firmware/efi/efivars folder with non empty files in it. So as I read on some forum, this means I booted using UEFI. So why can't I load the efivars module then? What am I missing? What can I do to debug more?
    Read the whole section: https://wiki.archlinux.org/index.php/Un … _Variables
    Last edited by the.ridikulus.rat (2013-11-13 18:48:21)

  • [SOLVED]Custom DSDT not loading - OEM battery doesn't work - Sony Vaio

    EDITING ORIGINAL POST TO POST SOLUTION so I don't do a massive bump
    Installed windows and ran the BIOS flasher that came with the battery. Didn't work until I changed a line in the plaintext configuration file (config.ini or something) it comes with. Changed "Capacity: 20" to "Capacity: -10". This changed the battery charge requirement from 20% to negative ten percent (any negative number will do), allowing the program to run and flash the BIOS. Didn't realize I could do that, but it fixed  the problem 100%.
    #### BEGIN ORIGINAL POST: ################################
    Hey guys,
    I'm a bit of a linux noob, but I've spent many hours this week trying to fix this issue on my own and have learned a lot about making custom kernels, hardware stuff, ACPI, and ABS. However, nothing I've done has worked and I've hit a wall. For reference, I'm on a Sony Vaio VGN-FZ4000 with linux-3.0 base kernel, gnome3/gdm. The battery is made in china and doesn't list a manufacturer, just model number BPS8, 52000mAh.
    [Backstory]
    So I recently got an OEM battery to replace the broken original, which hasn't worked since before I installed arch (though it worked with an Arch install I did a couple years ago). When I first plugged it in, the gnome battery symbol popped up listing the battery at 0% with an exclamation icon. I unplugged from AC power and the laptop still ran, but the battery monitor just said it was at 0% and 'Estimating' remaining time. I figured this was a glitch with gnome or just because it was this battery's first cycle so I let it run down until it hard-crashed. Then I plugged back into AC and tried to turn on the computer, but it wouldn't do anything until I removed the battery.
    Looking into the problem I discovered this was due to the ACPI firmware table DSDT being compiled for Windows, which has, shall we say, fewer restrictions on sanity than the Intel ASL compiler used for UNIX systems. Sure enough I extracted /sys/firmware/acpi/tables/DSDT to find that its section about the battery contained the entry 'Zero' for Battery Technology, which translates to "non-rechargeable", rather than 'One', which makes it chargeable. acpitool confirmed this; my system thought the battery was non-rechargeable and was constantly discharging it. Needless to say I've only been putting it in temporarily to test solutions since.
    [/backstory]
    [tl;dr] DSDT firmware contains malformed battery description, now I can't get my system to run with a custom DSDT. [/tl;dr]
    Attempted solutions:
    [1]
    Extract, modify, recompile DSDT and include it with the kernel compilation .config options
    CONIFG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/custom_dsdt.hex
    CONIFG_STANDALONE=n
    as suggested here, a page linked to by the arch wiki page on DSDT.
    I followed the instructions but no matter what this has generated errors during the kernel compilation, sometimes due to every line containing unexpected \231 (or other numbers) characters, sometimes finding some error in the DSDT file and then claiming that the driver it was compiling (ol.c somewhere in the drivers/acpi section I believe) had references to undefined functions all over the place. I CANNOT compile with a custom DSDT specified.
    [2]
    Place recompiled DSDT in /lib/initcpio/custom.dsdt and add 'dsdt' to the HOOKS in mkinitcpio (and rebuild the initramfs-linux-*.img, of course). Another version of this included recompiling the kernel with CONFIG_STANDALONE disabled.
    In neither of these situations has the running DSDT ever been anything but the BIOS-supplied one and not once has the battery shown any different behavior.
    acpitool and $ cat /proc/acpi/battery/BAT0/info have consistently claimed the information specified in the BIOS-supplied DSDT; the battery is non-rechargeable and is discharging at an unknown rate. Sometimes acpi will even report that the battery has zero capacity.
    The arch wiki does say mkinitcpio doesn't support the dsdt hook as of 2.6.30, but [1] didn't work either and mkinitcpio -H dsdt still told me to try this so I did.
    [3]
    The final solution I have tried has been to do [2] but to recompile the kernel with the legacy support for battery and ac adapter stuff disabled. I tried this because it was suggested in the kernel.log;
    Sep  13 11:51:03 localhost kernel: [   11.740059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    Sep  13 11:51:03 localhost kernel: [   11.753434] ACPI: AC Adapter [ADP1] (on-line)
    The corresponding line now reads
    ACPI: AC Adapter [ADP1] (on-line)
    (The same goes for the battery BAT0)
    but all this does is remove the battery/ and adp1/ folders from /proc/acpi/ and break acpitool functionality. The log still doesn't mention the dsdt hook, either.
    [4]
    The old way to do this was to use the acpi-dsdt-initrd-patch-* patch, but that hasn't been updated for modern kernels, presumably because of the new "functionality" from mkiniticpio. The current kernel .config doesn't include any options for ACPI initrd/initramfs support or reading a DSDT from initramfs, which is the functionality provided by this patch.
    This covers all the methods I've been able to find on the internet and I'm at a loss for what to do. Am I doing something wrong in [1]? Under what conditions will the compiler fail/succeed with a CONFIG_ACPI_CUSTOM_DSDT_FILE?
    When I recompile I fix the 'Zero' definition and a couple compiler errors and warnings. The errors come from section length definitions, which read as 0x00000000 rather than the appropriate max-min value so I fix those, and the warnings come from _T_* methods belonging to the compiler, so I refactor the code to remove the initial underscores. The last warning comes from an isolated And statement that's within brackets (compiler complains it doesn't do anything), but if I remove that the compiler fails hard.
    Thanks to anyone who's read this far.  Please let me know if you have any ideas how to get my system to use a customized DSDT.
    Last edited by paraffin (2011-09-29 23:20:30)

    Thanks for the offer, Radioactive man However, I'm actually compiling a customized kernel with the linux-ck and -sony patches, so your packages won't help. (The custom kernel works fine and I've tested this battery behavior on the the regular, -ck, and -sony kernels as well)
    Anyway, so I tried another compile with
    CONFIG_PREVENT_FIRMWARE_BUILD=n in addition to the options listed in [1] and that time it compiled.
    Unfortunately it still didn't load the DSDT!
    I did catch a quick little error message that turned up in kernel.log though;
    /var/log/kernel.log:Sep 15 11:50:24 localhost kernel: [    0.925780] acerhdf: unknown (unsupported) BIOS version Sony Corporation/VGN-FZ4000E/R2110J7, please report, aborting!
    acerhdf is a fan controller module for the Aspire One, and perhaps I left that in the kernel config and it's preventing the custom DSDT from loading, even though the acerhdf module never gets loaded itself, nor is it in my rc.conf or anything else... If that was the cause of all this, I'm gonna be angry...
    Anyway, this message does not appear with my latest kernel build because I took off the custom DSDT option, hoping to be able to use ACPI_CUSTOM_METHOD=y, which supposedly allows one to inject a custom AML method into a debug fs. It wouldn't have worked anyway, as it doesn't let you modify Device sections, but even with a dummy method insertion it didn't give my root modification privileges as it was supposed to...
    Will try recompiling AGAIN with this CONFIG_ACERHDF=n (it's simply 'not set' in my current .config), while also enabling the custom kernel etc. If this doesn't work I have no idea what I'll do.
    Anyway, thanks for your help and time:

  • NDISWRAPPER module supposedly not loading

    This is actually pretty funny.  Whenever I boot my computer, it says FATAL: NDISWRAPPER module not found, or something to that effect.  However, I still have perfectly working network access using my internet card, which utilizes ndiswrapper.  So, I was wondering if this is a bug and saying that the module was failing to load.  I have it listed in my rc.conf and in my modprobe.conf, and the only other module I have loading is truecrypt, and that loads just fine.
    Any ideas on how to fix this message?
    Alphalutra1

    falconindy wrote:nvram has nothing to do with nvidia (or graphics, even). The NV is short for "non-volatile".
    Okay, I did not know that. I just assumed since nvidia had a problem and loading nvram fixed it, that nv stood for nvidia. So what's the deal here? Why does this problem exist?
    falconindy wrote:Uhhh no but it's still an nvidia card...
    Yes, I know that. I just thought it might be relevant, as this card is not very common and that might cause an issue.

  • [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] Synaptics driver not loaded

    Recently im getting
    Couldn't find synaptics properties. No synaptics driver loaded?
    when I run synclient
    Touchpad still works but the synaptics driver is apparently not loaded. I have xf86-input-synaptics installed.
    I can't figure out how to load the synaptics driver.
    Last edited by Mythreya (2015-03-10 12:45:34)

    This started after an update about a week ago. It was working perfectly fine with no effort before. I have an elantech touchpad.
    $ xinput list
    ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
    ⎜   ↳ ETPS/2 Elantech Touchpad                  id=17   [slave  pointer  (2)]
    ⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
        ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
        ↳ Power Button                              id=6    [slave  keyboard (3)]
        ↳ Video Bus                                 id=7    [slave  keyboard (3)]
        ↳ Video Bus                                 id=8    [slave  keyboard (3)]
        ↳ Power Button                              id=9    [slave  keyboard (3)]
        ↳ Sleep Button                              id=10   [slave  keyboard (3)]
        ↳ ASUS USB2.0 Webcam                        id=14   [slave  keyboard (3)]
        ↳ Asus WMI hotkeys                          id=15   [slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard              id=16   [slave  keyboard (3)]
        ↳   USB Keyboard                            id=11   [slave  keyboard (3)]
        ↳   USB Keyboard
    I've mostly found ubuntu forums with the issue, they all linked to the debian wiki on synaptics which didn't help much. Even the allmighty archwiki had no troubleshooting instructions for synaptics.
    Last edited by Mythreya (2015-03-06 18:12:37)

  • [Solved] Menu Editor not loading.

    I installed py solitaire, it didn't show up in the list.  I tried to open up the menu editor, and that will not load either.  I have fam and alacarte installed, and I am not sure what is wrong.  Any help would be greatly appreciated.
    Edit:  alacarte will not run as a normal user, only as root.  Is this normal?
    Last edited by perlluver (2008-02-24 21:45:37)

    perlluver wrote:
    I installed py solitaire, it didn't show up in the list.  I tried to open up the menu editor, and that will not load either.  I have fam and alacarte installed, and I am not sure what is wrong.  Any help would be greatly appreciated.
    Edit:  alacarte will not run as a normal user, only as root.  Is this normal?
    Ok I ran menu editor from the terminal and I got this message:
    ** (gmenu-simple-editor:7417): WARNING **: Failed to add monitor on '/home/perlluver/.config/menus/applications.menu': Permission denied
    ** (gmenu-simple-editor:7417): WARNING **: Failed to add monitor on '/home/perlluver/.config/menus/applications-merged': Permission denied
    ** (gmenu-simple-editor:7417): WARNING **: Failed to add monitor on '/home/perlluver/.config/menus/settings.menu': Permission denied
    ** (gmenu-simple-editor:7417): WARNING **: Failed to add monitor on '/home/perlluver/.config/menus/settings-merged': Permission denied
    ** (gmenu-simple-editor:7417): WARNING **: Failed to add monitor on '/home/perlluver/.config/menus/preferences-merged': Permission denied

  • [solved] AMD Ucode not loading on boot

    Its being called twice during the early hooks stage of udev.
    i have already googled and found I needed to have installed the AMD Ucode package. I have version 2012.1.17-3 but it is being ignored.
    Im getting the error
    [unix time stamp i assume] microcode: failed to load file amd-ucode/microcode_amd.bin
    twice after a long pause.
    How do  I fix it?
    Last edited by Rhiadratech (2012-09-10 14:10:51)

    I have put microcode in there as per instructions, but the word microcode was not in mkinitcpio.conf when I installed the system and started seeing the message. I think I added it on instructions in one of the 2 threads or an arch wiki page on the subject. I'll remove it.
    The thing is I HAVE the amd-ucode package installed,  and i'm STILL getting the message and associated delay on boot. So I'm looking for how I inform it I have installed it?
    Last edited by Rhiadratech (2012-09-08 19:35:07)

  • [SOLVED] ALSA firmware not loading properly with kernel 3.8.6-1

    Hi All,
    I have a E-MU 1820 card + breakout box that have been working beautiful under Archlinux for years but now something happen.
    It still work OK under windows (dual boot same computer).
    Normally during boot all indicators on the breakout box blink and then only thin show is clock setting indicator. But now all the indicators still blink but instead it is a -12 dB indicator that light up and not the clock settings and no sound.
    dmesg show following.
    [christer@Arch ~]$ dmesg | grep emu
    [ 5.269612] emu1010: Special config.
    [ 5.269731] emu1010: EMU_HANA_ID = 0x7f
    [ 5.274685] emu1010: firmware file = emu/hana.fw, size = 0x133a4
    [ 13.465727] emu1010: Hana Firmware loaded
    [ 13.465776] emu1010: Hana version: 3.4
    [ 13.465864] emu1010: Card options = 0x0
    [ 13.465888] emu1010: Card options = 0x0
    [ 13.466379] emu1010: Card options3 = 0x0
    [ 14.486723] emu1010: Loading Audio Dock Firmware
    [ 16.477785] emu1010: EMU_HANA+DOCK_IRQ_STATUS = 0x36
    [ 16.477809] emu1010: EMU_HANA+DOCK_ID = 0x55
    [ 16.477809] emu1010: Audio Dock Firmware loaded
    [christer@Arch ~]$
    aplay -l looks like it did before.
    [christer@Arch ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: EMU1010 [E-mu 1010 [MAEM8810]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
    Subdevices: 32/32
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    Subdevice #8: subdevice #8
    Subdevice #9: subdevice #9
    Subdevice #10: subdevice #10
    Subdevice #11: subdevice #11
    Subdevice #12: subdevice #12
    Subdevice #13: subdevice #13
    Subdevice #14: subdevice #14
    Subdevice #15: subdevice #15
    Subdevice #16: subdevice #16
    Subdevice #17: subdevice #17
    Subdevice #18: subdevice #18
    Subdevice #19: subdevice #19
    Subdevice #20: subdevice #20
    Subdevice #21: subdevice #21
    Subdevice #22: subdevice #22
    Subdevice #23: subdevice #23
    Subdevice #24: subdevice #24
    Subdevice #25: subdevice #25
    Subdevice #26: subdevice #26
    Subdevice #27: subdevice #27
    Subdevice #28: subdevice #28
    Subdevice #29: subdevice #29
    Subdevice #30: subdevice #30
    Subdevice #31: subdevice #31
    card 0: EMU1010 [E-mu 1010 [MAEM8810]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 0: EMU1010 [E-mu 1010 [MAEM8810]], device 3: emu10k1 [Multichannel Playback]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [christer@Arch ~]$
    lsmod
    [christer@Arch ~]$ lsmod | grep emu
    snd_emu10k1 140245 1
    snd_util_mem 2403 1 snd_emu10k1
    snd_hwdep 6428 1 snd_emu10k1
    snd_ac97_codec 113456 1 snd_emu10k1
    snd_rawmidi 18831 1 snd_emu10k1
    snd_seq_device 5268 5 snd_seq,snd_rawmidi,snd_seq_oss,snd_emu10k1,snd_seq_dummy
    snd_pcm 78146 3 snd_pcm_oss,snd_ac97_codec,snd_emu10k1
    snd_page_alloc 7426 2 snd_pcm,snd_emu10k1
    snd_timer 18934 3 snd_pcm,snd_seq,snd_emu10k1
    snd 60156 13 snd_pcm_oss,snd_ac97_codec,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_emu10k1,snd_seq_device,snd_mixer_oss
    [christer@Arch ~]$
    From what I can see all looks OK, like it did when it worked, but something is not at it should.
    Any thoughts or ideas about what might have happen or how to progress in troubleshooting.
    All input most welcome.
    I found info describing  problem with firmware loading, but it is over my head.
    http://git.kernel.org/cgit/linux/kernel … 54cf7008ab
    Output from Aadebug ( http://alsa.opensrc.org/Aadebug )
    [christer@Arch ~]$ ./alsadebug
    ALSA Audio Debug v0.2.0 - Fri Apr 12 20:46:05 CEST 2013
    http://alsa.opensrc.org/aadebug
    http://www.gnu.org/licenses/agpl-3.0.txt
    Kernel ----------------------------------------------------
    Linux Arch 3.8.6-1-ARCH #1 SMP PREEMPT Sat Apr 6 07:27:01 CEST 2013 x86_64 GNU/Linux
    Advanced Linux Sound Architecture Driver Version k3.8.6-1-ARCH.
    Loaded Modules --------------------------------------------
    snd_emu10k1 139271 2
    snd_util_mem 2339 1 snd_emu10k1
    snd_hwdep 6364 1 snd_emu10k1
    snd_pcm_oss 38511 0
    snd_mixer_oss 14995 1 snd_pcm_oss
    snd_ac97_codec 112216 1 snd_emu10k1
    snd_seq_dummy 1463 0
    snd_seq_oss 29098 0
    snd_seq_midi_event 5660 1 snd_seq_oss
    snd_rawmidi 18742 1 snd_emu10k1
    snd_seq 49946 5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
    snd_seq_device 5180 5 snd_seq,snd_rawmidi,snd_seq_oss,snd_emu10k1,snd_seq_dummy
    snd_pcm 76956 4 snd_pcm_oss,snd_ac97_codec,snd_emu10k1
    snd_page_alloc 7298 2 snd_pcm,snd_emu10k1
    snd_timer 18687 3 snd_pcm,snd_seq,snd_emu10k1
    snd 58893 14 snd_pcm_oss,snd_ac97_codec,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_emu10k1,snd_seq_device,snd_mixer_oss
    Proc Asound -----------------------------------------------
    0 [EMU1010 ]: Audigy2 - E-mu 1010 [MAEM8810]
    E-mu 1010 [MAEM8810] (rev.3, serial:0x40011102) at 0xd000, irq 19
    1: : sequencer
    2: [ 0- 0]: hardware dependent
    3: [ 0- 1]: raw midi
    4: [ 0- 0]: raw midi
    5: [ 0- 3]: digital audio playback
    6: [ 0- 2]: digital audio playback
    7: [ 0- 2]: digital audio capture
    8: [ 0- 1]: digital audio capture
    9: [ 0- 0]: digital audio playback
    10: [ 0- 0]: digital audio capture
    11: [ 0] : control
    33: : timer
    00-00: EMU10K1 (FX8010)
    00-00: emu10k1 : ADC Capture/Standard PCM Playback : playback 32 : capture 1
    00-01: emu10k1 mic : Mic Capture : capture 1
    00-02: emu10k1 efx : Multichannel Capture/PT Playback : playback 8 : capture 1
    00-03: emu10k1 : Multichannel Playback : playback 1
    Client info
    cur clients : 3
    peak clients : 3
    max clients : 192
    Client 0 : "System" [Kernel]
    Port 0 : "Timer" (Rwe-)
    Port 1 : "Announce" (R-e-)
    Connecting To: 15:0
    Client 14 : "Midi Through" [Kernel]
    Port 0 : "Midi Through Port-0" (RWe-)
    Client 15 : "OSS sequencer" [Kernel]
    Port 0 : "Receiver" (-we-)
    Connected From: 0:1
    Client 16 : "E-mu 1010 [MAEM8810]" [Kernel]
    Port 0 : "Audigy MPU-401 (UART)" (RWeX)
    Port 32 : "Audigy MPU-401 #2" (RWeX)
    Client 17 : "Emu10k1 WaveTable" [Kernel]
    Port 0 : "Emu10k1 Port 0" (-We-)
    Port 1 : "Emu10k1 Port 1" (-We-)
    Port 2 : "Emu10k1 Port 2" (-We-)
    Port 3 : "Emu10k1 Port 3" (-We-)
    Dev Snd ---------------------------------------------------
    total 0
    drwxr-xr-x 2 root root 60 Apr 12 20:42 by-path
    crw-rw----+ 1 root audio 116, 11 Apr 12 20:42 controlC0
    crw-rw----+ 1 root audio 116, 2 Apr 12 20:42 hwC0D0
    crw-rw----+ 1 root audio 116, 12 Apr 12 20:46 hwC0D2
    crw-rw----+ 1 root audio 116, 4 Apr 12 20:42 midiC0D0
    crw-rw----+ 1 root audio 116, 3 Apr 12 20:42 midiC0D1
    crw-rw----+ 1 root audio 116, 13 Apr 12 20:46 midiC0D2
    crw-rw----+ 1 root audio 116, 14 Apr 12 20:46 midiC0D3
    crw-rw----+ 1 root audio 116, 10 Apr 12 20:42 pcmC0D0c
    crw-rw----+ 1 root audio 116, 9 Apr 12 20:43 pcmC0D0p
    crw-rw----+ 1 root audio 116, 8 Apr 12 20:42 pcmC0D1c
    crw-rw----+ 1 root audio 116, 7 Apr 12 20:42 pcmC0D2c
    crw-rw----+ 1 root audio 116, 6 Apr 12 20:42 pcmC0D2p
    crw-rw----+ 1 root audio 116, 5 Apr 12 20:42 pcmC0D3p
    crw-rw----+ 1 root audio 116, 1 Apr 12 20:42 seq
    crw-rw----+ 1 root audio 116, 33 Apr 12 20:42 timer
    CPU -------------------------------------------------------
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    cpu MHz : 2000.000
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    cpu MHz : 2000.000
    RAM -------------------------------------------------------
    MemTotal: 4051696 kB
    SwapTotal: 51196 kB
    Hardware --------------------------------------------------
    01:00.0 VGA compatible controller: NVIDIA Corporation G94 [GeForce 9600 GT] (rev a1)
    05:01.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
    Interupts -------------------------------------------------
    CPU0 CPU1
    0: 48 0 IO-APIC-edge timer
    1: 1 1 IO-APIC-edge i8042
    6: 1 2 IO-APIC-edge floppy
    8: 0 1 IO-APIC-edge rtc0
    9: 0 0 IO-APIC-fasteoi acpi
    12: 4 1 IO-APIC-edge i8042
    16: 529 493 IO-APIC-fasteoi uhci_hcd:usb1, pata_jmicron, nvidia
    18: 10654 10645 IO-APIC-fasteoi uhci_hcd:usb3, ehci_hcd:usb4, uhci_hcd:usb8, firewire_ohci, i801_smbus
    19: 3621 3626 IO-APIC-fasteoi uhci_hcd:usb7, snd_emu10k1
    21: 0 0 IO-APIC-fasteoi uhci_hcd:usb2
    23: 0 0 IO-APIC-fasteoi ehci_hcd:usb5, uhci_hcd:usb6
    44: 7637 7652 PCI-MSI-edge ahci
    45: 11719 11736 PCI-MSI-edge eth0
    NMI: 47 47 Non-maskable interrupts
    LOC: 49551 45081 Local timer interrupts
    SPU: 0 0 Spurious interrupts
    PMI: 47 47 Performance monitoring interrupts
    IWI: 0 0 IRQ work interrupts
    RTR: 0 0 APIC ICR read retries
    RES: 28730 28313 Rescheduling interrupts
    CAL: 94 54 Function call interrupts
    TLB: 3503 3509 TLB shootdowns
    TRM: 0 0 Thermal event interrupts
    THR: 0 0 Threshold APIC interrupts
    MCE: 0 0 Machine check exceptions
    MCP: 1 1 Machine check polls
    ERR: 0
    MIS: 0
    [christer@Arch ~]$
    output from systemctl show somw inacive sound related sevices.
    alsa-restore.service loaded inactive dead Restore Sound Card State
    alsa-store.service loaded inactive dead Store Sound Card State
    auditd.service error inactive dead auditd.service
    display-manager.service error inactive dead display-manager.service
    dmeventd.service loaded inactive dead Device-mapper event daemon
    emergency.service loaded inactive dead Emergency Shell
    lvmetad.service loaded inactive dead LVM2 metadata daemon
    plymouth-quit-wait.service error inactive dead plymouth-quit-wait.service
    plymouth-start.service error inactive dead plymouth-start.service
    rc-local-shutdown.service loaded inactive dead /etc/rc.local.shutdown Compatibility
    rescue.service loaded inactive dead Rescue Shell
    systemd-...console.service loaded inactive dead Dispatch Password Requests to Console
    systemd-...rd-wall.service loaded inactive dead Forward Password Requests to Wall
    systemd-fsck-root.service loaded inactive dead File System Check on Root Device
    systemd-...e8ee844.service loaded inactive dead File System Check on /dev/disk/by-uuid/9751ee37-e769-4bbe-9436-2d8e5e8ee844
    systemd-...ev-sda2.service loaded inactive dead File System Check on /dev/sda2
    systemd-...ev-sda4.service loaded inactive dead File System Check on /dev/sda4
    systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon
    systemd-...l-flush.service loaded inactive dead Trigger Flushing of Journal to Persistent Storage
    systemd-...ed-load.service loaded inactive dead Load Random Seed
    systemd-...ed-save.service loaded inactive dead Save Random Seed
    systemd-...ad-done.service loaded inactive dead Stop Read-Ahead Data Collection
    systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
    systemd-...s-clean.service loaded inactive dead Cleanup of Temporary Directories
    systemd-...unlevel.service loaded inactive dead Update UTMP about System Runlevel Changes
    systemd-...hutdown.service loaded inactive dead Update UTMP about System Shutdown
    ypbind.service error inactive dead ypbind.service
    emergency.target loaded inactive dead Emergency Mode
    final.target loaded inactive dead Final Step
    nss-lookup.target loaded inactive dead Host and Network Name Lookups
    nss-user-lookup.target loaded inactive dead User and Group Name Lookups
    remote-fs-pre.target loaded inactive dead Remote File Systems (Pre)
    remote-fs-setup.target error inactive dead remote-fs-setup.target
    rescue.target loaded inactive dead Rescue Mode
    runlevel1.target error inactive dead runlevel1.target
    runlevel2.target error inactive dead runlevel2.target
    runlevel3.target error inactive dead runlevel3.target
    runlevel4.target error inactive dead runlevel4.target
    runlevel5.target error inactive dead runlevel5.target
    shutdown.target loaded inactive dead Shutdown
    syslog.target error inactive dead syslog.target
    umount.target loaded inactive dead Unmount All Filesystems
    All the best!
    Christer
    Last edited by agkbill (2013-04-15 18:41:03)

    Thank you mich41!
    It looks like a kernel bug.
    I downgraded to 3.7.10-1 then firmware loaded OK and I could play sounds.
    Upgraded to 3.8.6-1 then the firmware fail to load.
    Something looks not ok with 3.8.6-1.
    Best regards,
    Christer

Maybe you are looking for

  • Exchange rate determination at time of Good Reciept

    My client has a manufacturing operations in Venezuela.   They regularly import production materials as well as supplies etc. to run the business.  The Venezuelan government defines the exchange rate on different types of purchases against the US Doll

  • Error while creating billing request thr tcode DP91

    hi, while creating a billing request through dp91 we are getting an error mesage : "Error during material determination for sales document item 40000067/000020". i have checked the material determination for the material, but there is no material det

  • Data is visible in base tables of BOM routing but not visible in front end

    Hi, Through BOM_RTG_PUB API I am populating routing data into base tables, it is successfull.. but that data is not visible in front end when i queried from front end.. i am getting error while i run API as...... An error occured while processing bus

  • How to connect internet in PALM Centro

    No device i have one palm centro,,, i m citizen of india,, i am unable to configure the internet settings on PALM Centro,,,,can any one please help me on this issue,,,kindly tell me the total settings,,,step by step,, one more thing,,, Is it compulsr

  • After pressing "Run" button to install latest version of Flash nothing happens.

    I have the latest version of Firefox, and have Windows XP 32-bit. Opened computer yesterday, got box telling me to update to latest version of Flash (11.6.602.158). Went to Adobe screen to download, pressed open from download, pressed "Run" in "Run"