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.

Similar Messages

  • [SOLVED]Warning booting: All config files need .conf

    Recently i get this boot message:
    WARNING: All config files need .conf: /etc/modprobe.d/modprobe.conf.pacnew,
    I have another file called modprobe.conf.
    Do I just need to rename/delete the file??
    Thanks in advance.
    Last edited by Hyugga (2011-11-14 00:05:15)

    Yes... you should ALWAYS vimdiff (or whatever) your pacnew files against their existing counter parts to capture changes from the devs first!
    http://amjith.blogspot.com/2008/08/quic … orial.html

  • I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is j

    I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is just a plain photoshop file, a watermark is added, then save as jpeg - the jpeg is saved to a different folder than the original photoshop file.)  It happens for about 10 of 30/40  files approximately . Thank you, Kathryn

    I believe I have figured it out - I need to flatten the image, even though there are no layers except for layer 0, first.

  • What are all the files need to be created for Simple Web service

    Hi All,
    Please let me know the required files need to be coded for exposing any method as web service in the application.
    Thanks,
    Siva

    Go through [Getting Started with JAX-WS Web Services|http://www.netbeans.org/kb/docs/websvc/jax-ws.html].

  • All config files in /etc are empty. Why and how to fix?

    Configuration files in /etc are all empty. I first noticed this when I was not able to sudo. I enabled root user and copied the sudoers~orig to sudoers. After, I noticed all the other files were empty as well. I copied over the ~orig version. Why is this happening?
    The following files were empty:
    afpovertcp.cfg
    csh.cshrc
    csh.login
    csh.logout
    ftpusers
    mail.rc
    named.conf
    bashrc
    passwd
    ssh_config
    prifle
    sshd_config
    networks
    master.passwd
    I copied all the ~orig version of the files back to repopulate the default configurations.

    After restoring the files it hasn't happened again. I really don't want to re-install again if I can. If the files don't erase themselves by tomorrow morning and after a few restarts, I won't re-install.

  • Are all these files needed for MBR streaming? event.xml,manifest.xml,event1.f4m,event1.m3u8?

    When streaming live multiple bit rate events, are all four of these xml files necessary and in the correct location? Seems like duplicate information.
    Say my event is called 'liveshow'
    Event Directrory (2 files) > C:\FMSHOME\applications\livepkgr\events\_definst_\liveshow.
    Event.xml
    <Event>
      <EventID>liveshow</EventID>
      <Recording>
        <FragmentDuration>4000</FragmentDuration>
        <SegmentDuration>400000</SegmentDuration>
        <DiskManagementDuration>3</DiskManagementDuration>
      </Recording>
    </Event>
    Manifest.xml
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
      <media streamId="stream1" bitrate="200" />
      <media streamId="stream2" bitrate="350" />
      <media streamId="stream3" bitrate="500" />
    </manifest>
    In the webroot (2 files)
    liveshow.f4m
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://FMS/hds-live/livepkgr/_definst_/liveshow/</baseURL>
      <media href="stream1.f4m" bitrate="200"/>
      <media href="stream2.f4m" bitrate="350"/>
      <media href="stream3.f4m" bitrate="500"/>
    </manifest>
    liveshow.m3u8
    #EXTM3U
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=200000
    http://FMS/hls-live/livepkgr/_definst_/liveshow/stream1.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=350000
    http://FMS/hls-live/livepkgr/_definst_/liveshow/stream2.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500000
    http://FMS/hls-live/livepkgr/_definst_/liveshow/stream3.m3u8
    Also why does 'Manifest.xml use '<manifest xmlns="http://ns.adobe.com/f4m/1.0">' and 'liveshow.f4m' use '<manifest xmlns="http://ns.adobe.com/f4m/2.0">' ?
    Thanks for all the help!

    Event.xml is used for Recording purpose - the configuration in there is used for F4F recording.
    Manifest.xml is used to serve .f4m file in case if you are using Multi-level manifest.
    liveshow.f4m is new way of delivering f4m and is called Multi-level manifest and is used for HDS
    liveshow.m3u8 is used for HLS
    The difference between Manifest.xml and liveshow.f4m is that they use different specification of F4M file specification - first one is based on 1.0 specification and later is on 2.0 specification.

  • Makepkg, upgrade and config-files

    Hello,
    At the moment I work on a package for the programm "vdr". Without any start-parameters (in this case: -c /etc/vdr) vdr save and load its config files in the folder /mnt/vdr-recordings. 
    In the future i would like to use the start-parameter (-c /etc/vdr). With this parameter vdr loads its config files from /etc/vdr.
    vdr creates some default config files during the make process. Afterwards I copy the files from /mnt/vdr-recordings to /etc/vdr.
    This work fine 
    Now my problem: ;-)
    If I want to update vdr with a new version (pacman -U vdr-1.3.35-2.tar.gz), pacman overwrite all config files in /etc/vdr, although I changed the config files after installing vdr the first time.
    According to the pacman manual pages, pacman should decide not to overwrite the file, if I have changed the installed ones (in /etc/vdr)
    And finally the question ;-)
    Is there any way to declare the config files in /etc/vdr as "true config files" and handle it, like pacman should do it?
    The PKGBUILD:
    pkgname=vdr
    pkgver=1.3.35
    pkgrel=2
    pkgdesc="A video disk recorder softcam-plugin support"
    url="http://www.cadsoft.de/vdr/"
    #license=""
    #depends=(libjpeg)
    #makedepends=()
    #conflicts=()
    #replaces=()
    #backup=()
    #install=
    source=(ftp://ftp.cadsoft.de/vdr/Developer/$pkgname-$pkgver.tar.bz2
    ci.h.patch
    dvbdevice.c.patch
    pat.c.patch
    sclink.h.patch)
    md5sums=('c47d505bdf30bed26f6e82a47bb39b98' 'e97f8f07f4465b767c1159f13778d1b3'
    '5169351e752ed42b96355235fb7ca1cc' '387a7c7c56c9b6bf9e98889994a3f159'
    '3f7bab8b80f440a5ab88453bd4b89b84')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -Np1 -i $startdir/src/ci.h.patch || return 1
    patch -Np1 -i $startdir/src/dvbdevice.c.patch || return 1
    patch -Np1 -i $startdir/src/pat.c.patch || return 1
    patch -Np1 -i $startdir/src/sclink.h.patch || return 1
    make NO_KBD=1 || return 1
    make plugins
    make BINDIR=$startdir/pkg/usr/bin/ MANDIR=$startdir/pkg/usr/man/ VIDEODIR=$startdir/pkg/mnt/vdr-recordings/ install
    mkdir -p $startdir/pkg/etc/vdr/plugins
    mkdir -p $startdir/pkg/usr/lib/vdr
    cd $startdir/pkg/mnt/vdr-recordings/
    install -D -m644 ca.conf $startdir/pkg/etc/vdr/ca.conf
    install -D -m644 channels.conf $startdir/pkg/etc/vdr/channels.conf
    install -D -m644 diseqc.conf $startdir/pkg/etc/vdr/diseqc.conf
    install -D -m644 keymacros.conf $startdir/pkg/etc/vdr/keymacros.conf
    install -D -m644 sources.conf $startdir/pkg/etc/vdr/sources.conf
    install -D -m644 svdrphosts.conf $startdir/pkg/etc/vdr/svdrphosts.conf
    rm ca.conf channels.conf diseqc.conf keymacros.conf sources.conf svdrphosts.conf
    cd /usr/src/
    rm -rf $pkgname-$pkgver/
    mkdir -p $pkgname-$pkgver/
    cp -r $startdir/src/$pkgname-$pkgver/* $pkgname-$pkgver/
    rm -f vdr
    ln -s $pkgname-$pkgver vdr
    Thanks for your answers 
    Greetings
    Flasher

    You need to use the backup field.
    List the config files you don't want pacman to overwrite:
    backup=(etc/vdr/configfile1 etc/vdr/configfile2)
    And do not put the leading /  because it won't work.

  • Config files question

    Hi,
    at the moment I'm working to make a package for the vdr. It's a program for watching TV over an tv card. It also can record tv and is very extendable with plugins.
    Ok, so my problem is it needs for storing the records it's own directory which is /video. But in /video there are also stored the config files. But the Arch Package Guidelines say that all config files should stored under /etc. So my question is now, can they stay in /video or should they be moved to /etc/vdr/ ?
    lotho

    @ lotho
    Schön dich hier zu sehen 
    Du hast ja schonmal erwähnt, dass du mir die pkgbuilds schickst. Ich würde mir sie gerne einmal anschauen (am besten das Startscript auch)
    Ich hinterlasse jetzt einfach mal unauffällig meine Mail-Addy: [email protected]
    Danke dir schonmal im voraus!
    Gruß,
    Flasher

  • Where to put config files in webdynpro ?

    Hi all:
    I have some config files needed to be put in classpath. However, which directory in webdynpro can be used for classpath loader ?
    Is META-INF will be loaded by classloader ?

    hi,
    put the config files in WEB-INF folder.
    If needed make an entry for the location of file in web.xml.
    <b>for eg:</b>
    <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    Regards,
    KK

  • HT202412 I want to delete all my files in Final Cut and start fresh.  Will that be accomplished by deleting application and reinstalling? I am worried all the media will be there again.

    If I reinstall the Final Cut X app, will all my media be there?  I want to get rid of it all.  Files are missing, etc.  A hot mess.  Seems easier to just start over but I don't want that media to show up again.  Thanks.  Must have had a bad day when I made my username here.   Sorry.

    The operation can’t be completed because the item “com.apple.FinalCut.LSSharedFileList.plist” is in use.
    I got this message as I tried to empty trash.  Final Cut X is not open.  How do I get rid of this puppy?  Thank you.

  • Firewall config file size

    I am trying to upload config file size of 14MB on ASA 5550.I know pix can go upto maximum 2 MB as recommended by Cisco,but for ASA there is no document I could find about the recommended size.When i am uploading 14 MB on ASA is crashing.Can anybody suggest how to go abt this file size.

    Hi,
    Are you trying to upload all config file including images/packages or just the config itself? What error messages did you see and whether the device crash during upload or after reboot (with the new config)? What is the available space?
    Have you check the cache?
    Hostname(config-webvpn)# dir cache:/
    Tried to increase the cache?
    Hostname(config-webvpn)# cache-fs limit [size from 1MB to 32MB]
    Regards,
    Dandy
    What is the available space in the FLASH?
    Did you try to increase

  • 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?

  • Update of kernel: file in /etc/modprobe.d missing

    That it's missing I know. I tried to apply a fix to the "Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after" by adding a file in /etc/modprobe.d according to some suggestions I found, but it didn't really fixing anything and hence I removed the file.
    Now when updating the kernel it complains each time about that missing file and I can't find any information to why and based on what it still looks for that file. How do I fix this?
    It doesn't affect the system as far as I can see, but the message is annoying and I prefer to clean this little mess up.

    OK, let me show the output of pacman:
    >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    ==> Building image "default"
    ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    :: Begin dry run
    :: Parsing hook [base]
    ERROR: file '/etc/modprobe.d/usb-load-ehci-first' does not exist
    :: Parsing hook [udev]
    :: Parsing hook [autodetect]
    :: Parsing hook [pata]
    :: Parsing hook [scsi]
    :: Parsing hook [sata]
    :: Parsing hook [usbinput]
    :: Parsing hook [keymap]
    :: Parsing hook [filesystems]
    :: Generating module dependencies
    :: Generating image '/boot/kernel26.img'...SUCCESS
    ==> SUCCESS
    As can be seen it still after I don't know how many updates look for a file I only once tested. So somewhere it's registered as needed parameter.
    Last edited by KimTjik (2009-02-11 19:45:42)

  • 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

  • Why do we need to specify Role baseprovider and membership provider in Central Admin and security config files?

    Hi,
    why do we need to specify role base provider and membership provider files in central admin and securiy config files.
    thanks,
    gaurav

    We use 3 settings in Forms based auth:
    1 Membership = This contains Users and groups information. (This table also has username and password)
    2 ConnectionString = Connetion details to connect to database is stored here(servername, databasename, username, password, port )
    3 Role = This table contains all the Roles (Admin, contibutor, etc of the data source)

Maybe you are looking for

  • String and stringtokenizer problem

    Hi, String s=new String(null); is it possible or not? StringTokenizer st=new StringTokenizer(null,","); is it possible or not?

  • Down Payment Request not reflecting as a 2nd Item in Invoice

    Dear All, I have created a Sales Order of 10000 USD (Sales Order contains Milestone Billing Plan). I have created a Down Payment Request ZFAZ of 3000 USD. When I am creating a next Invoice in Billing Plan the Down Payment Request i created is not com

  • Need to get rid of stroke

    Hi,(CS3 XP) I was extracting an image from a background and when I was done (using layer style) I put a stroke around the image to see if I'd missed anything. I then copy and pasted a few things on that image and combined the layers of the image, neg

  • Report question for main, incoming, outgoing G/L accounts

    hi , i am an abaper , i got a requirement in FI as per my requirement my bank account consists of 3 G/l acc's 1) Main A/C 2) Incoming A/c 3) Outgoing A/c based on plant and date i have to retrieve the data as o/p in G/L  desc  fr G/L desc Particulars

  • Adobe / PDF Reader

    Hi everyone! I am looking for a free Adobe / PDF Reader for my Nokia 3230. So far I used the demo version of PDF+, but since many useful functions in this version are disabled, I would like to use another more professional software. Does anyone know