Alsa entries in /etc/modprobe.conf

could someone who has all the alsa options compiled as modules post that part of their /etc/modprobe.conf? i'm only getting 3 lines and i believe there are supposed to be more, causing me to have to run alsaconf every time after booting. for some reason the other modules aren't getting written to the file. appreciate!
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.5 ---
options snd device_mode=0666
alias snd-card-0 snd-cs46xx
alias sound-slot-0 snd-cs46xx
# --- END: Generated by ALSACONF, do not edit. ---

http://bbs.archlinux.org/viewtopic.php? … a&start=15
look at hapy's post that is an example of everything you can load (note cmipci is HIS soundcard the rest is generic modules)
i found this with a search

Similar Messages

  • Question about 'hosts: cluster' entry in /etc/nsswitch.conf

    Hi~
    my system have "hosts: cluster files dns" entry in /etc/nsswitch.conf.
    I know 'files' to see the '/etc/hosts'.
    I want to know that 'cluster' to see 'what file'.
    Thanks,

    'cluster' denotes internal lookups, i.e. no file on the file system. If I recall correctly, it allows the system to look up the cluster interconnect private addresses.
    Tim
    ---

  • Modprobe.conf install

    I have a style question on the install and remove commands in modules.conf.
    This is my modprobe.conf as of now
    # /etc/modprobe.conf (for v2.6 kernels)
    alias irda0 nsc-ircc # required for irattach
    options nsc-ircc dongle_id=0x09 io=0x2f8 irq=3
    install nsc-ircc /usr/bin/setserial /dev/ttyS1 uart none;
    /sbin/modprobe --ignore-install nsc-ircc;
    /sbin/modprobe ircomm;
    /sbin/modprobe ircomm-tty
    # Enable experimental featues, and hotkeys in ibm-acpi
    options ibm-acpi experimental=1
    install ibm-acpi /sbin/modprobe --ignore-install ibm-acpi;
    echo enable > /proc/acpi/ibm/hotkey
    I was wondering if there would be any reason why I shouldn't run services on module load, instead of rc.conf's DAEMONS array
    For example
    install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0;
    /etc/rc.d/alsa start
    remove snd-intel8x0 /etc/rc.d/alsa stop;
    /sbin/modprobe -r --ignore-remove snd-intel8x0
    I can think of other hardware that needs extra configuration before it's completely useful. Like soft modems, network cards, irda, etc. Also this could save on power for notebook users by turning off unused devices (such as IRDA).
    Is this the right way to use these directives? It probably me having a case of the I-just-learned-how-to syndrome, but I think this could be useful in combination with udev's RUN option, I just haven't seen it used like this before.

    Lone_Wolf wrote:
    quayrodent wrote: I guess the reason I haven't done so is because I didn't know how to pass along the extra info ($CMDLINE_OPTS && /sbin/ztcfg) or whether it was even necessary.
    That is almost exactly the purpose of modprobe.conf : setting options to be used when modules are probed.
    Ahhh, I see (I think.)  I need to leave the lines as they are in modprobe.conf, AND add them to the module lines in rc.conf.
    Cool, thanks!

  • Kernel26, nvidia in modprobe.conf, failed to initialize

    According to this thread (at the end) http://bbs.archlinux.org/viewtopic.php?t=4067&start=15 and my own experiences :-) nvidia with kernel26 can't be initialized if it's in modprobe.conf. When starting xfree there is an error (details in the link): "(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!". This is true for user and root. Nvidia works well only when placed in /etc/rc.conf MODULES line or when run manually with modprobe nvidia. Is this ok or maybe some bug ? I have no problem leaving nvidia in rc.conf because it's the simpliest method and works but I'd just like to know the reason 8)
    PS. Sorry If this was answered in some other thread - there are so many threads about nvidia that it's impossible to analyze them all :-)

    I think it's ok, nothing to worry about.
    The only nvidia-related line in my /etc/modprobe.conf is
    alias /dev/nvidia*   nvidia
    I think the nvidia installer put it there for me, as I can't remember inserting it myself.
    I believe /etc/modprobe.conf is just for aliasing purposes, as everything in it seems to start with the word alias ;-) Module loading when starting up should be done by /etc/rc.conf, I guess.
    Oh, and about the kernel-tainting, that's just a message to the kernel developers: "dismiss this guy's bug report" ;-) They'll immediately suspect the closed source module crashed your system, not their open source kernel. And they'll probably be right, too.

  • A perfect /etc/pacman.conf ??

    Hello guys,
    can someone please post a good working /etc/pacman.conf with uptodate servers ??
    I somehow broke mine...:/:/
    Thanks in advance and regards from Berlin
    Chris

    Here's mine with testing,community and unstable uncommented.
    # /etc/pacman.conf
    # NOTE: If you find a mirror that is geographically close to you, please
    # move it to the top of the server list, so pacman will choose it
    # first.
    # To re-sort your mirror lists by ping/traceroute results, use the
    # /usr/bin/sortmirrors script. It requires the "netselect" package.
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile = /var/log/pacman.log
    NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
    NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
    NoUpgrade = etc/rc.conf etc/rc.local
    NoUpgrade = etc/modprobe.conf etc/modules.conf
    NoUpgrade = etc/lilo.conf boot/grub/menu.lst
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here.
    # - local/custom mirrors can be added here or in separate files
    [testing]
    Server = ftp://ftp.archlinux.org/testing/os/i686
    [current]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/current
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    [unstable]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/unstable
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs

  • Module snd-hda-intel ingore its /etc/modprobe.d/sound.conf

    Hi,
    I have trouble with modprobe. During boot there are loaded modules, I suppose with configs in /etc/modprobe.d. To get my sound card working I need to load module snd-hda-intel with this option:
    options snd-hda-intel model=3stack-dig
    So I added the line to /etc/modprobe.d/sound.conf. The option isn't loaded during boot, but if I rmmod snd-hda-intel and modprobe snd-hda-intel then is everything OK.
    Thx for help.

    # aplay /usr/share/sounds/pop.wav
    ALSA lib pcm_dmix.c:996:(snd_pcm_dmix_open) unable to open slave
    aplay: main:564: audio open error: No such file or directory
    cat /proc/asound/cards
    0 [default        ]: USB-Audio - AK5370         
                          AKM              AK5370           at usb-0000:00:02.1-1, full speed
    1 [default_1      ]: USB-Audio - PnP Audio Device       
                          PnP Audio Device         at usb-0000:00:02.1-4, full speed
    $ arecord -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    default:CARD=default_1
    PnP Audio Device , USB Audio
    Default Audio Device
    front:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    Front speakers
    surround40:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    IEC958 (S/PDIF) Digital Audio Output
    [/CODE]
    my dmesg indicates:
    4.289035] usb 3-2: New USB device found, idVendor=0556, idProduct=0001
    [ 4.289038] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.289041] usb 3-2: Product: AK5370
    [ 4.289042] usb 3-2: Manufacturer: AKM
    [ 4.289109] usb 3-2: configuration #1 chosen from 1 choice
    [ 4.596032] usb 3-4: new full speed USB device using ohci_hcd and address 3
    [ 4.596072] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
    [ 4.596171] hdc: UDMA/66 mode selected
    [ 4.596304] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    [ 4.611027] ide1 at 0x170-0x177,0x376 on irq 15
    [ 4.611331] sata_nv 0000:00:0a.0: version 3.5
    [ 4.611601] ACPI: PCI Interrupt Link [LTID] enabled at IRQ 21
    [ 4.611605] sata_nv 0000:00:0a.0: PCI INT A -> Link[LTID] -> GSI 21 (level, low) -> IRQ 21
    [ 4.611634] sata_nv 0000:00:0a.0: setting latency timer to 64
    [ 4.611677] scsi0 : sata_nv
    [ 4.611751] scsi1 : sata_nv
    [ 4.612194] ata1: SATA max UDMA/133 cmd 0xf80 ctl 0xf00 bmdma 0xe000 irq 21
    [ 4.612197] ata2: SATA max UDMA/133 cmd 0xe80 ctl 0xe00 bmdma 0xe008 irq 21
    [ 4.806034] usb 3-4: New USB device found, idVendor=0d8c, idProduct=0201
    [ 4.806038] usb 3-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [ 4.806040] usb 3-4: Product: PnP Audio Device
    [ 4.806107] usb 3-4: configuration #1 chosen from 1 choice
    [ 5.254944] ide-gd driver 1.18
    [ 5.254972] hda: max request size: 512KiB
    [ 5.258359] ide-cd driver 5.00
    [ 5.258369] hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63
    [ 5.258762] hda: cache flushes supported
    [ 5.258801] hda: hda1 hda2 < hda5 hda6 hda7 > hda3
    [ 5.334957] ide-cd: hdc: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache
    [ 5.334964] Uniform CD-ROM driver Revision: 3.20
    [ 5.981592] PM: Starting manual resume from disk
    [ 6.038889] kjournald starting. Commit interval 5 seconds
    [ 6.038902] EXT3-fs: mounted filesystem with ordered data mode.
    [ 7.500906] udevd version 125 started
    [ 7.815041] Linux agpgart interface v0.103
    [ 7.817365] agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
    [ 7.817390] agpgart-amd64 0000:00:00.0: aperture size 4096 MB is not right, using settings from NB
    [ 7.817394] agpgart-amd64 0000:00:00.0: setting up Nforce3 AGP
    [ 7.833006] agpgart-amd64 0000:00:00.0: AGP aperture is 512M @ 0xc0000000
    [ 7.945067] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x5000
    [ 7.945081] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x5040
    [ 8.052716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 8.052723] ACPI: Power Button [PWRF]
    [ 8.052793] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 8.052796] ACPI: Power Button [PWRB]
    [ 8.097668] processor ACPI_CPU:00: registered as cooling_device0
    [ 8.097699] processor ACPI_CPU:01: registered as cooling_device1
    [ 8.382280] input: USB Optical Mouse USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.0/input/input4
    [ 8.382328] a4tech 0003:09DA:0006.0001: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse USB Optical Mouse] on usb-0000:00:02.0-1/input0
    [ 8.575155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 8.588074] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 8.736034] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 8.793015] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 9.474067] Linux video capture interface: v2.00
    [ 9.565013] bttv: driver version 0.9.18 loaded
    [ 9.565017] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 9.565052] bttv: Bt8xx card found (0).
    [ 9.565299] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
    [ 9.565309] bttv 0000:02:09.0: PCI INT A -> Link[LNKB] -> GSI 19 (level, low) -> IRQ 19
    [ 9.565318] bttv0: Bt878 (rev 2) at 0000:02:09.0, irq: 19, latency: 32, mmio: 0xfbffe000
    [ 9.565342] bttv0: detected: FlyVideo 98 (LR50)/ Chronos Video Shuttle II [card=35], PCI subsystem ID is 1851:1850
    [ 9.565345] bttv0: using: Lifeview FlyVideo 98 LR50 / Chronos Video Shuttle II [card=35,autodetected]
    [ 9.565348] IRQ 19/bttv0: IRQF_DISABLED is not guaranteed on shared IRQs
    [ 9.565381] bttv0: gpio: en=00000000, out=00000000 in=008dff00 [init]
    [ 9.565427] bttv0: FlyVideo_gpio: unknown tuner type.
    [ 9.565430] bttv0: FlyVideo Radio=no RemoteControl=yes Tuner=-1 gpio=0x8dff00
    [ 9.565432] bttv0: FlyVideo LR90=no tda9821/tda9820=no capture_only=no
    [ 9.565435] bttv0: tuner type unset
    [ 9.565468] bttv0: registered device video0
    [ 9.565487] bttv0: registered device vbi0
    # lsmod | grep snd
    snd_usb_audio 72008 1
    snd_pcm_oss 32232 0
    snd_mixer_oss 12368 1 snd_pcm_oss
    snd_pcm 62364 2 snd_usb_audio,snd_pcm_oss
    snd_page_alloc 8180 1 snd_pcm
    snd_usb_lib 13508 1 snd_usb_audio
    snd_hwdep 6104 1 snd_usb_audio
    snd_seq_midi 5688 0
    snd_rawmidi 18580 2 snd_usb_lib,snd_seq_midi
    snd_seq_midi_event 6212 1 snd_seq_midi
    snd_seq 42436 2 snd_seq_midi,snd_seq_midi_event
    snd_timer 17436 2 snd_pcm,snd_seq
    snd_seq_device 6136 3 snd_seq_midi,snd_rawmidi,snd_seq
    snd 49040 11 snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore 6184 1 snd
    usbcore 125872 6 snd_usb_audio,snd_usb_lib,usbhid,ehci_hcd,ohci_hcd
    I would like to exchange the usb microphone to the sound card.
    USB microphone would be second place, since it is a mic only.
    first main sound would come from usb sound card system.
    then would get sounds
    ALSA  has  a  special built‐in module autoloading system.  You do
    not have to make use of it, and it is useless if your /dev direc‐
    tory  is managed by udev, but in case you do want to use it, here
    is a brief explanation of how it is supposed to work.
    When the "snd" module is loaded and the  user  tries  to  open  a
    sound  device  file  with a minor number that indicates that card
    number N is wanted, snd modprobes "snd‐card‐N".  Thus, if you set
    up module loader configuration file /etc/modprobe.d/sound to look
    like this:
        alias snd‐card‐0 snd‐cs46xx
        options snd‐cs46xx index=0
    then snd‐cs46xx will be automagically loaded when it is needed to
    handle  the  attempted open() of the sound device.  The "index=0"
    option ensures that when snd‐cs46xx is loaded the first card that
    it registers is given index 0.
    If  you  have an additional sound card of the same type then make
    the file look like this:
        alias snd‐card‐0    snd‐cs46xx
        alias snd‐card‐1    snd‐cs46xx
        options snd‐cs46xx  index=0,1
    If you have, instead, an additional sound  card  of  a  different
    type then make the file look like this:
        alias snd‐card‐0    snd‐cs46xx
        options snd‐cs46xx  index=0
        alias snd‐card‐1    snd‐emu10k1
        options snd‐emu10k1 index=1
    ALSA supports up to eight sound cards.
    The alsaconf program, available in the alsa‐utils package (in De‐
    bian but not in Ubuntu),  performs  hardware  detection  and  can
    write  out a module loader configuration file that looks like the
    above.
    Unfortunately, alsaconf can only detect one  sound  card  and  is
    generally a poorly written program.
    The  module  loader  configuration files just described are addi‐
    tional to /etc/modprobe.d/alsa‐base which is shipped as  conffile
    with  the  alsa‐base package.  The files contain basic configura‐
    tion entries which don't normally need to be customized.  The en‐
    tries may include:
    *  ALSA  autoloader aliases * an entry for each normal sound card
    driver that will cause a command
      to be executed after the driver has initialized * an entry  for
    each abnormal driver (i.e., a driver that drives
      hardware  such  as  a TV card or modem that is not suited to be
    the
      primary sound card) preventing it from grabbing index 0
    Suppose you decide that you need to load a certain  driver,  snd‐
    foo,  with  options: "dma1=0 ctlport=0x530".  The recommended way
    to set this up is to create additional files in  /etc/modprobe.d/
    each containing an "options" line:
        # /etc/modprobe.d/alsa_local
        options snd‐foo dma1=0 ctlport=0x530
    creating  device  files  ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ALSA native device
    files are located in /dev/snd/.   (ALSA's  kernel‐  OSS‐emulation
    device files are of course the same as the OSS device files.)
    Udev  takes care of creating devices files when modules are load‐
    ed.
    reloading     modules     across      APM      suspend‐a
    what shall I enter into, /etc/modprobe.d/sound.conf
    Create /etc/modprobe.d/sound.conf with the following contents:
    ## ALSA portion
    alias char-major-116 snd
    alias snd-card-0 snd-hda-intel
    alias snd-card-1 snd-usb-audio
    ## module options should go here
    options snd-hda-intel index=0 model=ref
    options snd-usb-audio index=1
    and run 'alsa force-reload' or reboot.
    # aplay /usr/share/sounds/pop.wav
    ALSA lib pcm_dmix.c:996:(snd_pcm_dmix_open) unable to open slave
    aplay: main:564: audio open error: No such file or directory
    cat /proc/asound/cards
    0 [default        ]: USB-Audio - AK5370         
                          AKM              AK5370           at usb-0000:00:02.1-1, full speed
    1 [default_1      ]: USB-Audio - PnP Audio Device       
                          PnP Audio Device         at usb-0000:00:02.1-4, full speed
    $ arecord -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    default:CARD=default_1
    PnP Audio Device , USB Audio
    Default Audio Device
    front:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    Front speakers
    surround40:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=default_1,DEV=0
    PnP Audio Device , USB Audio
    IEC958 (S/PDIF) Digital Audio Output
    [/CODE]
    my dmesg indicates:
    4.289035] usb 3-2: New USB device found, idVendor=0556, idProduct=0001
    [ 4.289038] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.289041] usb 3-2: Product: AK5370
    [ 4.289042] usb 3-2: Manufacturer: AKM
    [ 4.289109] usb 3-2: configuration #1 chosen from 1 choice
    [ 4.596032] usb 3-4: new full speed USB device using ohci_hcd and address 3
    [ 4.596072] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
    [ 4.596171] hdc: UDMA/66 mode selected
    [ 4.596304] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    [ 4.611027] ide1 at 0x170-0x177,0x376 on irq 15
    [ 4.611331] sata_nv 0000:00:0a.0: version 3.5
    [ 4.611601] ACPI: PCI Interrupt Link [LTID] enabled at IRQ 21
    [ 4.611605] sata_nv 0000:00:0a.0: PCI INT A -> Link[LTID] -> GSI 21 (level, low) -> IRQ 21
    [ 4.611634] sata_nv 0000:00:0a.0: setting latency timer to 64
    [ 4.611677] scsi0 : sata_nv
    [ 4.611751] scsi1 : sata_nv
    [ 4.612194] ata1: SATA max UDMA/133 cmd 0xf80 ctl 0xf00 bmdma 0xe000 irq 21
    [ 4.612197] ata2: SATA max UDMA/133 cmd 0xe80 ctl 0xe00 bmdma 0xe008 irq 21
    [ 4.806034] usb 3-4: New USB device found, idVendor=0d8c, idProduct=0201
    [ 4.806038] usb 3-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [ 4.806040] usb 3-4: Product: PnP Audio Device
    [ 4.806107] usb 3-4: configuration #1 chosen from 1 choice
    [ 5.254944] ide-gd driver 1.18
    [ 5.254972] hda: max request size: 512KiB
    [ 5.258359] ide-cd driver 5.00
    [ 5.258369] hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63
    [ 5.258762] hda: cache flushes supported
    [ 5.258801] hda: hda1 hda2 < hda5 hda6 hda7 > hda3
    [ 5.334957] ide-cd: hdc: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache
    [ 5.334964] Uniform CD-ROM driver Revision: 3.20
    [ 5.981592] PM: Starting manual resume from disk
    [ 6.038889] kjournald starting. Commit interval 5 seconds
    [ 6.038902] EXT3-fs: mounted filesystem with ordered data mode.
    [ 7.500906] udevd version 125 started
    [ 7.815041] Linux agpgart interface v0.103
    [ 7.817365] agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
    [ 7.817390] agpgart-amd64 0000:00:00.0: aperture size 4096 MB is not right, using settings from NB
    [ 7.817394] agpgart-amd64 0000:00:00.0: setting up Nforce3 AGP
    [ 7.833006] agpgart-amd64 0000:00:00.0: AGP aperture is 512M @ 0xc0000000
    [ 7.945067] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x5000
    [ 7.945081] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x5040
    [ 8.052716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 8.052723] ACPI: Power Button [PWRF]
    [ 8.052793] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 8.052796] ACPI: Power Button [PWRB]
    [ 8.097668] processor ACPI_CPU:00: registered as cooling_device0
    [ 8.097699] processor ACPI_CPU:01: registered as cooling_device1
    [ 8.382280] input: USB Optical Mouse USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.0/input/input4
    [ 8.382328] a4tech 0003:09DA:0006.0001: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse USB Optical Mouse] on usb-0000:00:02.0-1/input0
    [ 8.575155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 8.588074] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 8.736034] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 8.793015] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 9.474067] Linux video capture interface: v2.00
    [ 9.565013] bttv: driver version 0.9.18 loaded
    [ 9.565017] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 9.565052] bttv: Bt8xx card found (0).
    [ 9.565299] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
    [ 9.565309] bttv 0000:02:09.0: PCI INT A -> Link[LNKB] -> GSI 19 (level, low) -> IRQ 19
    [ 9.565318] bttv0: Bt878 (rev 2) at 0000:02:09.0, irq: 19, latency: 32, mmio: 0xfbffe000
    [ 9.565342] bttv0: detected: FlyVideo 98 (LR50)/ Chronos Video Shuttle II [card=35], PCI subsystem ID is 1851:1850
    [ 9.565345] bttv0: using: Lifeview FlyVideo 98 LR50 / Chronos Video Shuttle II [card=35,autodetected]
    [ 9.565348] IRQ 19/bttv0: IRQF_DISABLED is not guaranteed on shared IRQs
    [ 9.565381] bttv0: gpio: en=00000000, out=00000000 in=008dff00 [init]
    [ 9.565427] bttv0: FlyVideo_gpio: unknown tuner type.
    [ 9.565430] bttv0: FlyVideo Radio=no RemoteControl=yes Tuner=-1 gpio=0x8dff00
    [ 9.565432] bttv0: FlyVideo LR90=no tda9821/tda9820=no capture_only=no
    [ 9.565435] bttv0: tuner type unset
    [ 9.565468] bttv0: registered device video0
    [ 9.565487] bttv0: registered device vbi0
    # lsmod | grep snd
    snd_usb_audio 72008 1
    snd_pcm_oss 32232 0
    snd_mixer_oss 12368 1 snd_pcm_oss
    snd_pcm 62364 2 snd_usb_audio,snd_pcm_oss
    snd_page_alloc 8180 1 snd_pcm
    snd_usb_lib 13508 1 snd_usb_audio
    snd_hwdep 6104 1 snd_usb_audio
    snd_seq_midi 5688 0
    snd_rawmidi 18580 2 snd_usb_lib,snd_seq_midi
    snd_seq_midi_event 6212 1 snd_seq_midi
    snd_seq 42436 2 snd_seq_midi,snd_seq_midi_event
    snd_timer 17436 2 snd_pcm,snd_seq
    snd_seq_device 6136 3 snd_seq_midi,snd_rawmidi,snd_seq
    snd 49040 11 snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore 6184 1 snd
    usbcore 125872 6 snd_usb_audio,snd_usb_lib,usbhid,ehci_hcd,ohci_hcd
    I would like to exchange the usb microphone to the sound card.
    USB microphone would be second place, since it is a mic only.
    first main sound would come from usb sound card system.
    then would get sounds
    ALSA  has  a  special built‐in module autoloading system.  You do
    not have to make use of it, and it is useless if your /dev direc‐
    tory  is managed by udev, but in case you do want to use it, here
    is a brief explanation of how it is supposed to work.
    When the "snd" module is loaded and the  user  tries  to  open  a
    sound  device  file  with a minor number that indicates that card
    number N is wanted, snd modprobes "snd‐card‐N".  Thus, if you set
    up module loader configuration file /etc/modprobe.d/sound to look
    like this:
        alias snd‐card‐0 snd‐cs46xx
        options snd‐cs46xx index=0
    then snd‐cs46xx will be automagically loaded when it is needed to
    handle  the  attempted open() of the sound device.  The "index=0"
    option ensures that when snd‐cs46xx is loaded the first card that
    it registers is given index 0.
    If  you  have an additional sound card of the same type then make
    the file look like this:
        alias snd‐card‐0    snd‐cs46xx
        alias snd‐card‐1    snd‐cs46xx
        options snd‐cs46xx  index=0,1
    If you have, instead, an additional sound  card  of  a  different
    type then make the file look like this:
        alias snd‐card‐0    snd‐cs46xx
        options snd‐cs46xx  index=0
        alias snd‐card‐1    snd‐emu10k1
        options snd‐emu10k1 index=1
    ALSA supports up to eight sound cards.
    The alsaconf program, available in the alsa‐utils package (in De‐
    bian but not in Ubuntu),  performs  hardware  detection  and  can
    write  out a module loader configuration file that looks like the
    above.
    Unfortunately, alsaconf can only detect one  sound  card  and  is
    generally a poorly written program.
    The  module  loader  configuration files just described are addi‐
    tional to /etc/modprobe.d/alsa‐base which is shipped as  conffile
    with  the  alsa‐base package.  The files contain basic configura‐
    tion entries which don't normally need to be customized.  The en‐
    tries may include:
    *  ALSA  autoloader aliases * an entry for each normal sound card
    driver that will cause a command
      to be executed after the driver has initialized * an entry  for
    each abnormal driver (i.e., a driver that drives
      hardware  such  as  a TV card or modem that is not suited to be
    the
      primary sound card) preventing it from grabbing index 0
    Suppose you decide that you need to load a certain  driver,  snd‐
    foo,  with  options: "dma1=0 ctlport=0x530".  The recommended way
    to set this up is to create additional files in  /etc/modprobe.d/
    each containing an "options" line:
        # /etc/modprobe.d/alsa_local
        options snd‐foo dma1=0 ctlport=0x530
    creating  device  files  ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ALSA native device
    files are located in /dev/snd/.   (ALSA's  kernel‐  OSS‐emulation
    device files are of course the same as the OSS device files.)
    Udev  takes care of creating devices files when modules are load‐
    ed.
    reloading     modules     across      APM      suspend‐a
    what shall I enter into, /etc/modprobe.d/sound.conf
    Create /etc/modprobe.d/sound.conf with the following contents:
    ## ALSA portion
    alias char-major-116 snd
    alias snd-card-0 snd-hda-intel
    alias snd-card-1 snd-usb-audio
    ## module options should go here
    options snd-hda-intel index=0 model=ref
    options snd-usb-audio index=1
    and run 'alsa force-reload' or reboot.
    lspci -n
    00:00.0 0600: 10de:00e1 (rev a1)
    00:01.0 0601: 10de:00e0 (rev a2)
    00:01.1 0c05: 10de:00e4 (rev a1)
    00:02.0 0c03: 10de:00e7 (rev a1)
    00:02.1 0c03: 10de:00e7 (rev a1)
    00:02.2 0c03: 10de:00e8 (rev a2)
    00:05.0 0680: 10de:00df (rev a2)
    00:08.0 0101: 10de:00e5 (rev a2)
    00:0a.0 0101: 10de:00e3 (rev a2)
    00:0b.0 0604: 10de:00e2 (rev a2)
    00:0e.0 0604: 10de:00ed (rev a2)
    00:18.0 0600: 1022:1100
    00:18.1 0600: 1022:1101
    00:18.2 0600: 1022:1102
    00:18.3 0600: 1022:1103
    01:00.0 0300: 10de:0253 (rev a3)
    02:09.0 0400: 109e:036e (rev 02)
    02:09.1 0480: 109e:0878 (rev 02)
    any ideas?

  • /etc/modprobe.d/*.conf does not work

    I want to pass an option to a kernel mod on bootup. Specifically I want to alter the polling rate of the USB mouse to 500hz, by passing the options usbhid mousepoll=2 to usbhid mod.
    I added a new file to /etc/modprobe.d/ called usbhid.conf with the following contents:
    options usbhid mousepoll=2
    And by executing at runtime:
    sudo modprobe -r usbhid && sudo modprobe usbhid
    Then the mouse correctly runs at 500hz.
    So the conf file works if I execute it manually, but it doesn't get executed on bootup even though I have modconf on the HOOKS= in /etc/mkinitcpio.conf.
    Anyone knows what's wrong and why this doesnt work, or how I can debug it to find it out by myself?
    Last edited by Nektarios (2014-02-13 12:25:20)

    Yes it is.
    lsinitcpio -l /boot/initramfs-linux.img | grep modprobe
    ./usr/bin/modprobe
    ./usr/lib/modprobe.d
    ./usr/lib/modprobe.d/usb-load-ehci-first.conf
    ./etc/modprobe.d
    ./etc/modprobe.d/vmware-fuse.conf
    ./etc/modprobe.d/uvesafb.conf
    ./etc/modprobe.d/modprobe.conf
    Maybe I'm missing something here or it's a copy paste error but you said it's called usbhid.conf, that's not in this list.
    See: https://wiki.archlinux.org/index.php/mk … activation to rebuild your image.

  • /etc/modprobe.d/nouveau_blacklist.conf NOT being honored [SOLVED]

    Topic says it all:
    $ cat /etc/modprobe.d/nouveau_blacklist_ck.conf
    blacklist nouveau
    $ lsmod | grep nouv
    nouveau 709777 0
    ttm 54808 1 nouveau
    drm_kms_helper 25753 1 nouveau
    drm 185576 3 nouveau,ttm,drm_kms_helper
    i2c_algo_bit 5199 1 nouveau
    mxm_wmi 1425 1 nouveau
    video 11133 1 nouveau
    i2c_core 19495 6 nouveau,drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_i801
    button 4406 1 nouveau
    Last edited by graysky (2011-11-24 13:37:34)

    Hold on guys.... the problem seems to be xorg.  If I boot runlevel 3, no nouveau.  As soon as I start X:
    $ grep -i nouveau /var/log/Xorg.0.log
    [ 60.195] (==) Matched nouveau as autoconfigured driver 0
    [ 60.195] (II) LoadModule: "nouveau"
    [ 60.196] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 60.198] (II) Module nouveau: vendor="X.Org Foundation"
    [ 60.241] (II) NOUVEAU driver
    [ 60.241] (II) NOUVEAU driver for NVIDIA chipset families :
    But it is the nvidia modules that I am using:
    $ grep -i nvidia /var/log/Xorg.0.log
    [ 60.192] (II) Module glx: vendor="NVIDIA Corporation"
    [ 60.192] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
    [ 60.195] (==) Matched nvidia as autoconfigured driver 2
    [ 60.212] (II) LoadModule: "nvidia"
    [ 60.212] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.219] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 60.241] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 60.242] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
    [ 60.242] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 60.422] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.423] (II) NVIDIA(0): Creating default Display subsection in Screen section
    [ 60.423] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 60.423] (==) NVIDIA(0): RGB weight 888
    [ 60.423] (==) NVIDIA(0): Default visual is TrueColor
    [ 60.423] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 60.423] (**) NVIDIA(0): Enabling 2D acceleration
    [ 61.535] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS MS228 (DFP-2)) does not
    [ 61.535] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 61.536] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 61.536] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 61.536] (--) NVIDIA(0): VideoBIOS: 70.06.1f.00.21
    [ 61.536] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 61.536] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 61.536] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 61.536] (--) NVIDIA(0): Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.536] (--) NVIDIA(0): Ancor Communications Inc ASUS MS228 (DFP-2): 330.0 MHz maximum
    [ 61.536] (--) NVIDIA(0): pixel clock
    [ 61.536] (--) NVIDIA(0): Ancor Communications Inc ASUS MS228 (DFP-2): Internal Dual
    [ 61.536] (--) NVIDIA(0): Link TMDS
    [ 61.574] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 61.574] (**) NVIDIA(0): enabled on all display devices.
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1280x720" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1280x720".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1280x720" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1280x720".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid HorizSync range
    [ 61.574] (WW) NVIDIA(0): (30.000-83.000 kHz) would exclude this mode's HorizSync
    [ 61.574] (WW) NVIDIA(0): (28.1 kHz); ignoring HorizSync check for mode
    [ 61.574] (WW) NVIDIA(0): "1920x1080".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1920x1080".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1440x576" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1440x576".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1440x576" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1440x576".
    [ 61.574] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.574] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.574] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.574] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.574] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.574] (WW) NVIDIA(0): "1920x1080".
    [ 61.575] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.575] (WW) NVIDIA(0): contradicts itself: mode "1280x720" is specified in the
    [ 61.575] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.575] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.575] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.575] (WW) NVIDIA(0): "1280x720".
    [ 61.575] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.575] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.575] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.575] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.575] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.576] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.576] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.576] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.576] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.576] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.576] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.576] (WW) NVIDIA(0): contradicts itself: mode "720x576" is specified in the
    [ 61.576] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.576] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.576] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode "720x576".
    [ 61.577] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.577] (WW) NVIDIA(0): contradicts itself: mode "1280x720" is specified in the
    [ 61.577] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.577] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.577] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.577] (WW) NVIDIA(0): "1280x720".
    [ 61.577] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.577] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.577] (WW) NVIDIA(0): EDID; however, the EDID's valid HorizSync range
    [ 61.577] (WW) NVIDIA(0): (30.000-83.000 kHz) would exclude this mode's HorizSync
    [ 61.577] (WW) NVIDIA(0): (28.1 kHz); ignoring HorizSync check for mode
    [ 61.577] (WW) NVIDIA(0): "1920x1080".
    [ 61.577] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.577] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.577] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.577] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.577] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.577] (WW) NVIDIA(0): "1920x1080".
    [ 61.578] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.578] (WW) NVIDIA(0): contradicts itself: mode "1440x576" is specified in the
    [ 61.578] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.578] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.578] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.578] (WW) NVIDIA(0): "1440x576".
    [ 61.578] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.578] (WW) NVIDIA(0): contradicts itself: mode "1440x576" is specified in the
    [ 61.578] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.578] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.578] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.578] (WW) NVIDIA(0): "1440x576".
    [ 61.578] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS MS228 (DFP-2)
    [ 61.578] (WW) NVIDIA(0): contradicts itself: mode "1920x1080" is specified in the
    [ 61.578] (WW) NVIDIA(0): EDID; however, the EDID's valid VertRefresh range
    [ 61.578] (WW) NVIDIA(0): (55.000-75.000 Hz) would exclude this mode's VertRefresh
    [ 61.578] (WW) NVIDIA(0): (50.0 Hz); ignoring VertRefresh check for mode
    [ 61.578] (WW) NVIDIA(0): "1920x1080".
    [ 61.598] (II) NVIDIA(0): Assigned Display Device: DFP-2
    [ 61.598] (==) NVIDIA(0):
    [ 61.598] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 61.598] (==) NVIDIA(0): will be used as the requested mode.
    [ 61.598] (==) NVIDIA(0):
    [ 61.598] (II) NVIDIA(0): Validated modes:
    [ 61.598] (II) NVIDIA(0): "nvidia-auto-select"
    [ 61.598] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 61.620] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
    [ 61.620] (--) NVIDIA(0): option
    [ 61.620] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 61.620] (II) NVIDIA: access.
    [ 61.623] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 61.623] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 61.623] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 61.623] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 61.623] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 61.623] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 61.623] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 61.623] (II) NVIDIA(0): Config Options in the README.
    [ 61.626] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 61.711] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 61.711] (==) NVIDIA(0): Backing store disabled
    [ 61.711] (==) NVIDIA(0): Silken mouse enabled
    [ 61.711] (==) NVIDIA(0): DPMS enabled
    [ 61.711] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
    [ 61.711] (WW) NVIDIA(0): such display device could be found, or all display devices
    [ 61.711] (WW) NVIDIA(0): by that name are currently unavailable.
    [ 61.711] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
    [ 61.711] (WW) NVIDIA(0): display device could be found, or all display devices by
    [ 61.711] (WW) NVIDIA(0): that name are currently unavailable.
    [ 61.712] (II) NVIDIA(0): [DRI2] Setup complete
    [ 61.712] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 61.787] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event10)
    [ 61.787] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event7)
    [ 61.788] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event8)
    [ 61.788] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event9)

  • Warning: All config files need conf:/etc/modprobe/sound

    when I boot I get about 20 of these messages which slows my booting way down.
    "Warning: All config files need conf:/etc/modprobe/sound,it will be ignored in future releases"
    What can I do do make it go away?

    You can search the forums and read the news on the frontpage before upgrading - Wonder linked you to the specific message.
    This has been covered over and over.

  • /etc/resolv.conf problems

    In my conky script, the gmail portion stopped working so I just tried to do a normal wget https://mail.google.com in the terminal. The output was
    --11:41:41-- https://mail.google.com/
    => `index.html'
    Resolving mail.google.com... 1.0.0.0
    Connecting to mail.google.com|1.0.0.0|:443...
    which obviously isn't right. What could have changed? I use WICD to connect to my network.
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Canada/Pacific"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(sky2 iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore acpi-cpufreq cpufreq_conservative)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="reasons"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    wlan0="dhcp"
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(lo eth0 wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng crond dbus netfs !network !dhcdbd wicd @cups @alsa @acpid @hal @fam @mpd @acpid @cpufreq gdm)
    # End of file
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost reasons
    # End of file
    Last edited by Reasons (2008-01-11 01:28:45)

    nawcom wrote:
    i was wandering around forums and i noticed the wicd issue with archlinux, since it still focuses on dhcpcd, not dhclient - so resolv.conf doesnt upload.
    http://bbs.archlinux.org/viewtopic.php? … 34#p332334
    let me know if it solves the issue.
    That fixed it, thanks. Let's hope it stays this time.
    Cerebral wrote:
    Reasons wrote:
    I tried that all to no avail. The problem actually went away for a while but now it is back. I've disabled ipv6 which is what solved it but now that isn't working. Also,
    [shawn] /etc/rc.d/dhcpd start
    :: Starting DHCP Server                                                  [FAIL]
    Is there a reason you're starting the dhcp Server, and not client?  Do you want dhcpcd?
    That was my mistake.

  • /etc/rc.conf: line 62: wlan0: command not found

    While Arch Linux starts up, I get this message repeatedly.
    /etc/rc.conf: line 62: wlan0: command not found
    Everything still ends up working alright (I'm using NetworkManager), but this message is really annoying -- how do I get rid of it?

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="US/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    #   - prefix a module with a ! to blacklist it
    MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore acpi_cpufreq iwl4965)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="elisrivers"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    #   - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    wlan0 ="dhcp"
    INTERFACES=(lo !eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal !network netfs crond alsa cpufreq dhcdbd networkmanager fam)
    # End of file

  • No Inputs in xserver(unable to access /etc/rc.conf to change startup)

    Hello everyone,
    I've installed arch on an older notebook and of all the steps I could miss, I forgot to add hal to the daemons array in /etc/rc.conf so now when arch boots up it goes directly into xserver(kde) without any input hotplugging resulting in no input from trackpad/keyboard, as well as external mouse and keyboard.
    I've tried editing /etc/rc.conf when using the arch boot cd but I get "permission denied" when trying to mount /dev/sda1,2,3,4 etc. Is there any way I can interrupt the boot process so that I can remove "kdm" from the daemons array? Or to somehow stop arch from booting into xserver? I'm somewhat new to the linux environment but I try my best to follow all and any tutorials/advice and you guys seem to have the most detailed tutorials of all the distros - way to go!
    Thanks for the help
    Last edited by geometro (2010-06-08 01:30:06)

    You need to set a different runlevel in the Grub entry. Once you have selected the entry in the boot menu, you can edit it by pressing key e. Add "3" (without to quotes) to the end of the kernel line and then Esc to exit. Then you can try to boot by pressing b.
    Runlevel 3 didnt work(still booted into xserver), but I looked up into runlevels(didnt know about them before) so I tried runlevel 1 and it worked! :P Thanks for the help!!
    "Runlevel 1 is usually for very basic commands. This is the equivalent to "safe mode" used by Windows. This level is usually only used to asses repairs or maintenance to the system. This is a single-user mode and does not allow other users to login to the machine."
    edit: typo
    Last edited by geometro (2010-06-08 05:07:58)

  • /etc/modprobe.d folder is empty

    My modprobe.d folder is empty.I don't have a modprobe.conf file in it.
    Pacman did not seem to have altered any files in this folder,when I upgraded.
    [2012-01-20 22:47] Running 'pacman -Syu'
    [2012-01-20 22:47] synchronizing package lists
    [2012-01-20 22:47] starting full system upgrade
    [2012-01-20 22:48] upgraded gnome-shell (3.2.2-2 -> 3.2.2.1-1)
    [2012-01-21 09:11] Running 'pacman -Sy'
    [2012-01-21 09:11] synchronizing package lists
    [2012-01-21 09:12] starting full system upgrade
    [2012-01-21 09:13] Running 'pacman -S -u'
    [2012-01-21 09:13] starting full system upgrade
    [2012-01-21 09:15] removed module-init-tools (3.16-3)
    [2012-01-21 09:15] upgraded gnutls (3.0.11-1 -> 3.0.12-1)
    [2012-01-21 09:15] installed kmod (4-1)
    [2012-01-21 09:15] upgraded udev (175-1 -> 177-3)
    [2012-01-21 09:15] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-21 09:15] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-21 09:15] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-21 09:15] upgraded xkeyboard-config (2.4.1-3 -> 2.5-1)
    My system reboots and works fine.What did I miss?
    Last edited by hadrons123 (2012-01-23 03:18:25)

    hadrons123 wrote:But arch didnt do any blacklisting
    I've never used fedora, but arch will not ever do any blacklisting - it doesn't do our thinking for us.  Some arch users need to blacklist some modules.
    If everything is working for you, then it sounds like you are set.  You can add .conf files to that directory and they will be used by kmod the same as they would have been by modprobe.
    As for the differences, if some modules were blacklisted for you by a fedora install or some other automatic process, perhaps it was to liberal and it listed some that wouldn't bother your system.  If you're curious you could try removing some to see if everything still works.
    But as they say, if it aint broke ...

  • No need for /etc/asound.conf ~/.asoundrc for mixing anymore?

    Hullo!
    I just installed the new version of MPD and was at the first time trying to do ALSA all the mixing of multiple audio streams on its own and found it working without any problems.
    Sure, this is surely nothing new an might be the case since a year or something like that, but to improve the Archwiki article on this, I'd like to hear some more experiences with this setup from people who use other programs than me...
    Ok, here's how I've done it.
    You need a correctly set up ALSA as well as 'libao' installed.
    To use libao, create either /etc/libao.conf(for system-wide setup) or ~/.libao and write only this line into it:
    default_driver=alsa09
    There are (at least to my knowlegde) 3 types of programs:
    1. The ones that directly support alsa output
    2. Programs that use libao for audio output
    3. Programs supporting only oss output.
    It is possible to mix the output of all these programs simultaneously to your card. it works!
    mpd: (supports direct alsa output)
    does not need any sound specific settings in the conf file. It chooses a usable audio output itself.
    NOTE:I only have alsa as output device installed. I don't know, who mpd behaves when it finds artsd, esd, jack or whatever. Specifying a certain output may be necessary to have everything working.
    mplayer, mpg321, gaim (libao)
    these programs use libao to pipe their audio streams to whereever libao sends them, so setting default_driver to alsa09 solves all problems with these programs
    opera (as example for the oss fraction)
    Has to be started through "aoss opera" to enjoy sound mixing with flash movies and mp3s in the browser. To avoid having to load aoss before starting any oss-app, shaurz has posted a solution in the forums. Nice thing!
    That are all the programs I've tried so far and I have no problems with scratching sounds or reduced sound quality (as the wiki says) but maybe I just can't hear any difference with my disco-damaged ears..
    What I would like to hear now: Whar are your experiencas with the alsa software mixing systeme aka dmix in 'vanilla setup'? Did you find any programs that need an own asound-configuration or is this setup commonly-usable without any disadvantages so an update to the concerning wiki-page could be finally done?
    greets,
    jakob

    I noticed something strange (cool) aswell. I've got an onboard Realtek somethingsomething sound"card" (using the snd-intel8x0 module). It didn't support mixing out of the box on Linux using ALSA. I had to fiddle aroudn with dmix after which it would work great.
    I'm running a pretty recent installation and I hadn't come around to do the mixing part of my sound yet, but yesterday it seemed to work by itself! Before, I could only have one source using ALSA (e.g. one mplayer). But now, it all works together!
    I don't know what I did that made this happen. Maybe just a simple pacman -Syu. Or maybe I got wasted and fixed it after I blacked out, another viable possibility.

  • Settings in /etc/sysctl.conf overwritten [SOLVED]

    I added a new line to /etc/sysctl.conf setting the vm.dirty_ratio to 3 (line is simply `vm.dirty_ratio = 3`).  I can invoke it by running `sysctl -p` so I know the syntax is correct.  This setting is however not loaded upon a reboot.  The systemd-sysctl.service is however kicked off just  fine and completes without errors.  I have also tried removing the line from /etc/sysctl.conf and placing it in /etc/sysctl.d/dirty.conf but again, it is not honored at boot.  What am I doing wrong?
    EDIT: The solution is in post #31 - acknowledgement to chp for pointing me to it.  Note that I also changed to topic to a more relevant one.
    Last edited by graysky (2013-08-10 12:27:41)

    Guess I'm stumped.  I just spun up an Arch VM, pasted in the /etc/sysctl.conf below and reboot it.  All the settings in the file in the VM are applied.  If Leonid's guess that something is overriding these values on my workstation, I would like to figure out what it is and shut it down.  To keep things simple, I booted into the stock ARCH kernel; here are the services I have active:
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automo
    sys-devices-pci0000:00-0000:00:19.0-net-eno1.device loaded active plugged P8P67 Deluxe Motherboard
    sys-devices-pci0...-0000:00:1b.0-sound-card0.device loaded active plugged 7 Series/C210 Series Chipset Family High Definition
    sys-devices-pci0...6-0000:07:00.0-net-wlp7s0.device loaded active plugged AR9485 Wireless Network Adapter
    sys-devices-pci0...:0-0:0:0:0-block-sda-sda1.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0...:0-0:0:0:0-block-sda-sda2.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0...:0-0:0:0:0-block-sda-sda3.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0...et0:0:0-0:0:0:0-block-sda.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb1.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb2.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb3.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb4.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb5.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb6.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...:0-1:0:0:0-block-sdb-sdb7.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...et1:0:0-1:0:0:0-block-sdb.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devices-pci0...et3:0:0-3:0:0:0-block-sr0.device loaded active plugged ATAPI_iHAS424_B
    sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-module-configfs.device loaded active plugged /sys/module/configfs
    sys-module-fuse.device loaded active plugged /sys/module/fuse
    sys-subsystem-net-devices-eno1.device loaded active plugged P8P67 Deluxe Motherboard
    sys-subsystem-net-devices-wlp7s0.device loaded active plugged AR9485 Wireless Network Adapter
    -.mount loaded active mounted /
    boot.mount loaded active mounted /boot
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home-facade-.cache.mount loaded active mounted /home/facade/.cache
    mnt-data.mount loaded active mounted /mnt/data
    run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
    scratch.mount loaded active mounted /scratch
    sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
    sys-kernel-config.mount loaded active mounted Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    var-cache.mount loaded active mounted /var/cache
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watc
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    cronie.service loaded active running Periodic Command Scheduler
    dbus.service loaded active running D-Bus System Message Bus
    fancontrol.service loaded active running Fan control daemon
    [email protected] loaded active running Getty on tty1
    gpm.service loaded active running Virtual console mouse server
    lxdm.service loaded active running LXDE Display Manager
    [email protected] loaded active exited A basic static ethernet connection using iproute
    ntpd.service loaded active running Network Time Service
    polkit.service loaded active running Authorization Manager
    psd.service loaded active exited Profile-sync-daemon
    rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-modules-load.service loaded active exited Load Kernel Modules
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    udisks2.service loaded active running Disk Manager
    ufw.service loaded active exited CLI Netfilter Manager
    upower.service loaded active running Daemon for power management
    cups.socket loaded active listening CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
    sshd.socket loaded active listening sshd.socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active listening udev Control Socket
    systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    udisks2.service loaded active running Disk Manager
    ufw.service loaded active exited CLI Netfilter Manager
    upower.service loaded active running Daemon for power management
    cups.socket loaded active listening CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
    sshd.socket loaded active listening sshd.socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active listening udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User System
    network.target loaded active active Network
    paths.target loaded active active Paths
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    timers.target loaded active active Timers
    psd-resync.timer loaded active waiting Timer for Profile-sync-daemon - 1Hour
    systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    And...
    % systemctl list-unit-files
    UNIT FILE STATE
    proc-sys-fs-binfmt_misc.automount static
    dev-hugepages.mount static
    dev-mqueue.mount static
    proc-fs-nfsd.mount static
    proc-sys-fs-binfmt_misc.mount static
    sys-fs-fuse-connections.mount static
    sys-kernel-config.mount static
    sys-kernel-debug.mount static
    tmp.mount static
    var-lib-nfs-rpc_pipefs.mount static
    cups.path disabled
    systemd-ask-password-console.path static
    systemd-ask-password-wall.path static
    alsa-restore.service static
    alsa-state.service static
    alsa-store.service static
    arch32.service disabled
    [email protected] disabled
    avahi-daemon.service disabled
    avahi-dnsconfd.service disabled
    binfmt-support.service disabled
    blkmapd.service disabled
    canberra-system-bootup.service disabled
    canberra-system-shutdown-reboot.service disabled
    canberra-system-shutdown.service disabled
    colord.service static
    console-getty.service disabled
    console-shell.service disabled
    cronie.service enabled
    cups-browsed.service disabled
    cups.service disabled
    cupsd.service disabled
    dbus-org.freedesktop.hostname1.service static
    dbus-org.freedesktop.locale1.service static
    dbus-org.freedesktop.login1.service static
    dbus-org.freedesktop.timedate1.service static
    dbus.service static
    debug-shell.service disabled
    dhcpcd.service disabled
    [email protected] disabled
    display-manager.service enabled
    distccd.service disabled
    dkms.service disabled
    dmeventd.service static
    emergency.service static
    fancontrol.service enabled
    ftpd.service disabled
    [email protected] enabled
    [email protected] static
    gpm.service enabled
    hddtemp.service disabled
    healthd.service disabled
    initrd-cleanup.service static
    initrd-parse-etc.service static
    initrd-switch-root.service static
    initrd-udevadm-cleanup-db.service static
    ip6tables.service disabled
    iptables.service disabled
    irexec.service disabled
    krb5-kadmind.service disabled
    krb5-kdc.service disabled
    krb5-kpropd.service disabled
    [email protected] static
    lirc.service disabled
    lircm.service disabled
    lm_sensors.service disabled
    lxdm.service enabled
    mcelog.service disabled
    mpd.service disabled
    [email protected] disabled
    [email protected] disabled
    netctl-sleep.service disabled
    netctl.service disabled
    [email protected] static
    [email protected] static
    [email protected] enabled
    nfsd.service disabled
    nmbd.service disabled
    nscd.service disabled
    ntpd.service enabled
    ntpdate.service disabled
    polkit.service static
    psd-resync.service enabled
    psd.service enabled
    quotaon.service static
    rescue.service static
    rpc-gssd.service disabled
    rpc-idmapd.service disabled
    rpc-mountd.service disabled
    rpc-statd.service disabled
    rpc-svcgssd.service disabled
    rpcbind.service disabled
    rsyncd.service disabled
    [email protected] static
    rtkit-daemon.service disabled
    samba.service disabled
    sensord.service disabled
    [email protected] static
    smartd.service disabled
    smbd.service disabled
    [email protected] static
    snmpd.service disabled
    snmptrapd.service disabled
    speech-dispatcherd.service disabled
    sshd.service disabled
    [email protected] static
    sshdgenkeys.service static
    svnserve.service disabled
    [email protected] static
    systemd-ask-password-console.service static
    systemd-ask-password-wall.service static
    systemd-binfmt.service static
    systemd-fsck-root.service static
    [email protected] static
    systemd-halt.service static
    systemd-hibernate.service static
    systemd-hostnamed.service static
    systemd-hybrid-sleep.service static
    systemd-initctl.service static
    systemd-journal-flush.service static
    systemd-journal-gatewayd.service static
    systemd-journald.service static
    systemd-kexec.service static
    systemd-localed.service static
    systemd-logind.service static
    systemd-modules-load.service static
    [email protected] static
    systemd-poweroff.service static
    systemd-quotacheck.service static
    systemd-random-seed-load.service static
    systemd-random-seed-save.service static
    systemd-readahead-collect.service disabled
    systemd-readahead-done.service static
    systemd-readahead-drop.service disabled
    systemd-readahead-replay.service disabled
    systemd-reboot.service static
    systemd-remount-fs.service static
    systemd-shutdownd.service static
    systemd-suspend.service static
    systemd-sysctl.service static
    systemd-timedated.service static
    systemd-tmpfiles-clean.service static
    systemd-tmpfiles-setup-dev.service static
    systemd-tmpfiles-setup.service static
    systemd-udev-settle.service static
    systemd-udev-trigger.service static
    systemd-udevd.service static
    systemd-update-utmp-runlevel.service static
    systemd-update-utmp.service static
    systemd-user-sessions.service static
    systemd-vconsole-setup.service static
    udisks.service disabled
    udisks2.service static
    ufw.service enabled
    upower.service disabled
    usbmuxd.service static
    [email protected] disabled
    uuidd.service static
    vboxweb.service disabled
    vncserver.service disabled
    winbindd.service disabled
    [email protected] disabled
    [email protected] disabled
    wpa_supplicant.service disabled
    [email protected] disabled
    avahi-daemon.socket disabled
    cups.socket enabled
    dbus.socket static
    dmeventd.socket static
    git-daemon.socket disabled
    krb5-kpropd.socket disabled
    rsyncd.socket disabled
    smbd.socket disabled
    sshd.socket enabled
    swat.socket disabled
    syslog.socket static
    systemd-initctl.socket static
    systemd-journal-gatewayd.socket disabled
    systemd-journald.socket static
    systemd-shutdownd.socket static
    systemd-udevd-control.socket static
    systemd-udevd-kernel.socket static
    uuidd.socket disabled
    basic.target static
    bluetooth.target static
    cryptsetup.target static
    ctrl-alt-del.target disabled
    default.target disabled
    emergency.target static
    final.target static
    getty.target static
    graphical.target disabled
    halt.target disabled
    hibernate.target static
    hybrid-sleep.target static
    initrd-fs.target static
    initrd-root-fs.target static
    initrd-switch-root.target static
    initrd.target static
    kexec.target disabled
    local-fs-pre.target static
    local-fs.target static
    multi-user.target disabled
    network-online.target static
    network.target static
    nss-lookup.target static
    nss-user-lookup.target static
    paths.target static
    poweroff.target disabled
    printer.target static
    reboot.target disabled
    remote-fs-pre.target static
    remote-fs.target enabled
    rescue.target disabled
    rpcbind.target static
    shutdown.target static
    sigpwr.target static
    sleep.target static
    smartcard.target static
    sockets.target static
    sound.target static
    suspend.target static
    swap.target static
    sysinit.target static
    system-update.target static
    time-sync.target static
    timers.target static
    umount.target static
    psd-resync.timer static
    systemd-readahead-done.timer static
    systemd-tmpfiles-clean.timer static
    231 unit files listed.
    Last edited by graysky (2014-11-03 08:39:54)

Maybe you are looking for

  • IWeb on ML not finding domain file

    I have transferred the domain file from user/<username>/Library/iWeb from my snow leopard external boot drive to the Mountain Lion boot drive, but when I start iWeb it shows no sites! It works OK in Snow leopard. Has Apple nobled it in Mountain Lion?

  • Function Modul for generate hashcode

    Hi all i search a function modul for generate a hashcode. Does it existing a function modul for that? Regards

  • Payroll function to read workschedule rule from IT0007 in schema

    Hi Experts, My client have a requirement, where they need to query work schedule rule from IT0007 ( if work schedule rule = tpwsr6) and if they maintain 1240 allowance wage type in IT0014 then payroll has to process in PC00_M40_CALC. If WSR is not eq

  • Workflow for OWB. Abort inactive process

    Hello to All! I have some problem with stopping of inactive processflow. I usually use procedure WORKFLOW.WF_ENGINE.ABORTPROCESS and sometime i have bad results of working it procedure. Please help me kill inactive processflow (any guide, idea?). Tha

  • Is Bridge color managed?

    My monitor is correctly profiled and the colors in Photoshop CS5 are correct and they print correctly. When I view the same image in Bridge, however, the colors are slightly more saturated and seem incorrect. They appear as they do when I view them i