Exact Audio Copy equivalent in Linux?

Do they exist? Is the best option to wine EAC? I used to extract my audio CD's in Windows with EAC to uncompressed, high quality FLAC format. Not, necessary you might think but that's whole another discussion. I don't use Windows on a regular basis anymore, and would like to not depend on it only for ripping software. I read this forum thread but I'm not sure/convinced about what to select. When I start out to rip my CD collection I want to make sure I can depend on the ripping software giving good results. What do you guys use? What are my options and why should I choose it?
Last edited by roygbiv (2011-12-07 15:13:34)

bohoomil wrote:abcde + mkcue
+1 for abcde.  See my github in my sig for an example .abcde.conf

Similar Messages

  • Ffmpeg. how to - video to h264 2 pass, audio copy or multichannel ac3

    i follow this example from another thread, but cant achieve what i want...
    ffmpeg -map 0:0 -map 0:1 -i Animusic\ 2\ -\ 02\ -\ Pogo\ Sticks.vob -threads 3 -b 3100k -vcodec h264 -ac 2 -ab 256k -ar 48000 -acodec aac -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me hex -subq 5 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -vol 400 Animusic\ 2\ -\ 02\ -\ Pogo\ Sticks.mp4
    i tried with -acodec copy and carious things but nothing changes...
    i want:
    -video encoded to h264 one or two passes
    -audio copy from file, or encoded to multichanel ac3 or aac
    -subtitle copy if possible
    but cant achieve that, i have problems with the audio track, cant use ac3 or any multichannel

    First off, h264 is a raw stream. It's going to produce a huge file. Much larger than the original. For high quality h264 output, you want to use x264 through FFmpeg. I can't remember exactly what the video codec is called in the version from the repos anymore. On my box it's libx264. Just:
    ffmpeg -formats | grep -i x264
    That will tell you what the codec is.
    x264 doesn't need more than one pass encoding. akuPenguin, one of x264's devs talked about this over at forum.doom9.org. My experiments have confirmed this.
    As far as audio goes, you'll need to check again what the current codec is:
    ffmpeg -formats | grep -i aac
    It may be either libfaac, or faac, or mpeg4audio... I simply don't recall. On my box it's libfaac.
    The audio flags that you're using are fine. It will collapse the sound down to just the stereo channels. Standard aac does not support 5.1 sound.
    As far as subtitles go, you need to pass the -scodec flag. I've never done it, so I can't help here.
    VLC is invaluable in choosing which stream your going to use for audio and subtitles. For instance, in the line you posted above, it will grab the first audio track from the disc (-map 0:1). VLC will easily allow you to switch audio tracks in the order that they appear on the disc. It makes it really fast to try.
    Last edited by skottish (2007-11-24 19:32:59)

  • CentOS based linux VM running on Hyper-v : Checking root filesystem fails when kernel switches having old PV(para virtualised driver based on 2.6.32 linux kernel) to new PV(which is equivalent to linux integration component 3.4)

    hi all,
    I am running a CentOS base VM on top of Hyper-V server. I upgraded PV drivers of Hyper-V in linux kernel 2.6.32 in order to support
    Windows Server 2012, then i am hitting below issue on Windows Server 2008 when kernel switches from old PV(which is 2.6.32 based) to new PV(which is equivalent to linux integration component 3.4).i
    am hitting following filesystem check error messages :
    Setting hostname hostname:
    Checking root filesystem
    fsck.ext3/dev/hda2:
    The superblock could not be read or does not describe correct ext2 filesystem. If the device is valid and it really contains an ext2
    filesystem(and not swap or ufs or something else),then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    : No such file or directory while trying to open /dev/hda2
    *** An error occurred during the filesystem check.
    *** Dropping you to a shell; the system will reboot
    *** When you leave the shell.
    Also, when I go to the repair filesystem mode. I found out the strange behaviour when i ran those command :
    (Repair filesytem) 1 # mount
    /dev/hda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    (Repair filesystem) 1# cat /etc/mtab
    /dev/hda2 /ext3 rw 0 0
    proc /proc proc rw 0 0
    (Repair filesystem) 1# df
    Filesystem 1K-blocks used Available Use% Mountedon
    /dev/hda2 4%
    I think for all above command there should be /dev/sda2 instead of /dev/hda2.
    Also my fstab , and fdisk -l looks like ok for me.
    (Repair filesystem) 1# cat /etc/fstab
    LABEL=/ / ext3 defaults 1 1
    LABEL=/boot /boot ext3 defaults 1 2
    devpts /dev/pts devpts gid=5,mode=620 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    proc /proc proc defaults 0 0
    sysfs /sys sysfs defaults 0 0
    LABEL=swap-xvda3 swap swap defults 0 0
    (Repair filesystem) 1# fdisk -l
    Device Boot Start End Block Id System
    /dev/sda1 * 1 49 98535 83 Linux
    Partition 1 does not end with cylinder boundary.
    /dev/sda2 49 19197 39062500 83 Linux
    Partition 2 does not end with cylinder boundary.
    /dev/sda3 ......
    Partition 3 does not ......
    /dev/sda4 ......
    Partition 4 does not end ....
    (Repair filesystem) 1# e2label /dev/sda1
    /boot
    (Repair filesystem) 1# e2label /dev/sda2
    (Repair fielsystem) 1# ls /dev/sd*
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4
    (Repair filesyatem) 1# ls /dev/hd*
    ls: /dev/hd*: No such file or directory
    Kindly suggest any configuration of windows server or kernel configs missing or how to resolve this issues
    Many many thanks for your reply.
    thanks & Regards,
    Ujjwal

    i am not able to understand duplicate UUID and from where it is picking /dev/hda* ?
    ~
    VVM:>>
    VVM:>> Output of dmesg | grep ata contain substring "Hyper-V" ?
    VVM:>>
    it doesn't contain "Hyper-V" or ata related message and the output doesn't change with boot parameter reserve=0x1f0, 0x8
    ~~
    ~~~~
    ==
     output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8)
    ==
     see later ( in "good situation" example  )
    ~~
    ===
    Disable legacy ATA driver by adding the following to kernel command line in /boot/grub/menu.lst:
    reserve=0x1f0, 0x8
    . (This option reserves this I/O region and prevents ata_piix from loading).
    ==
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8) :
    ~~
    [ 0.176027] 
    libata version 3.00 loaded.
    [ 0.713319] 
    ata_piix 0000:00:07.1: version 2.13
    [ 0.713397] 
    ata_piix 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713404] 
    ata_piix: probe of 0000:00:07.1 failed with error -22
    [ 0.713474] 
    pata_acpi 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713479] 
    pata_acpi: probe of 0000:00:07.1 failed with error -22
    ~~
      As result: 1) IDE disk handled by hv_storvsc , but 2) no CD-ROM device
    ==
    ~ # blkid
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ==
    ~~
    VVM>>
    VVM>>Q1: Output of blkid contain duplicate UUID ?
    VVM>>
    -> blkid contains duplicate UUID, below are the output.
    ~~
     This situation is classic problem "
    use hv_storvsc instead of ata_piix to handle the IDE disks devices ( but not for the DVD-ROM / CD-ROM device handling)
    ~~
     For compare, see example "good situation": 
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( without boot parameter reserve=0x1f0, 0x8) :
    ~~~~
    ~ # dmesg |grep ata
    [ 0.167224] libata version 3.00 loaded.
    [ 0.703109] ata_piix 0000:00:07.1: version 2.13
    [ 0.703267] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
    [ 0.703339] ata_piix 0000:00:07.1: setting latency timer to 64
    [ 0.704968] scsi0 : ata_piix
    [ 0.705713] scsi1 : ata_piix
    [ 0.706191] atal: PATA max UDMA/33 cmd 0xlf0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [ 0.706194] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [ 0.868844] atal.00: host indicates ignore ATA devices, ignored
    [ 0.869142] ata2.00: ATAPI: Virtual CD, , max MWDMA2
    [ 0.871736] ata2.00: configured for MWDMA2
    ~~~~
    ===
    ~ # uname -a
    Linux ubuntu 3.7.0-7-generic #15-Ubuntu SUP Sat Dec 15 14:13:08 UTC 2012 x86_64 GNU/Linux
    ~ # lsmod
    hv_netvsc 22769 0
    hv_storvsc 17496 3
    hv_utils 13569 0
    hv_vmbus 34432 3 hv_netvsc,hv_storvsc,hv_utils
    ~ # blkid
    /dev/sr0: LABEL=”CDROM" TYPE="iso9660”
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ===
     ( only CD-ROM and 1( one) IDE disk connected to ATA)
    ~~
    regarding ata_piix.c patch . . .
    As far as i understand this patch , it ignore ATA devices on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~~
     Yes:
    ignore ATA-HDD ( but not ignore ATA CD-ROM )  on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~
     this patches need be backported:
      cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default
    and its prerequisite
      db63a4c8115a libata: add a host flag to ignore detected ATA devices
    ~
    ~~
    P.S.
     Are You do this:
    ==
    As temporary solution, increase on 1-2 Gb size all .vhd connected to IDE bus
    ( but not increase size of partitions inside disks)
    ==
    ? fsck write message a-la: "no error in file system" ?
    2013-01-24 Answer by Ujjwal Kumar: As a temporary solution looks ok for me, but [ VVM: need true solution ]
    P.P.S.
    To Ujjwal Kumar :
     My e-mail:
    ZZZZZZZZZZZZZZZ
    please send e-mail to me,  in reply I send to You patches to ata_piix ( and *.c before and after patches) , etc.
    } on 2013-01-14 -- DoNe

  • Error during sybase system copy EHP7 on linux

    Hi Supports,
    I am using sybase database on linux.on this system i have already TOW sap system running. now i want to create new SID with my production database backup. backup is .dmp which is sybase backup EHP7. 
    I planed system copy for this activity but i stuck on step "setup database server software" with some error.
    i am copying last lines of my sapinst_dev.log files  here
    and also refer the attached screen for exact error..
    kindly waiting for your warm help.
    ibssrv02:/tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP # tail -100 sapinst_dev.log
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/SYBASE_SAP.lic.
    TRACE      2014-03-12 15:45:53.981
    syb_install_ase_software: sybase installer rc 255
    ERROR      2014-03-12 15:45:53.981 [iaxxinscbk.cpp:224]
    CJS-00030  Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.
    TRACE      2014-03-12 15:45:53.982 [EJSController.cpp:351]
               EJS_ControllerImpl::getExtension(EJS::Exception)
    unqualified name is Exception
    TRACE      2014-03-12 15:45:53.982 [JSExtension.hpp:128]
               JSExceptionHandler::setJSException()
    Member function 'Installer.abortInstallation()' has thrown ESAPinstException. Converting to JavaScript exception EJS::Exception.
    TRACE      2014-03-12 15:45:53.982
    Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException
    ERROR      2014-03-12 15:45:53.983
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in module call: .
    TRACE      2014-03-12 15:45:53.983 [JSExtension.hpp:879]
               CallFunctionBase::call()
    Member function 'Installer.invokeModuleCall() has thrown unknown exception. Rethrowing.
    TRACE      2014-03-12 15:45:54.211 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5807
    TRACE      2014-03-12 15:45:54.243 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5807 returned 0
    TRACE      2014-03-12 15:45:54.278 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5808
    TRACE      2014-03-12 15:45:54.309 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5808 returned 0
    ERROR      2014-03-12 15:45:54.318 [sixxcstepexecute.cpp:901]
    FCO-00011  The step syb_step_install_database_software with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_SYB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_install_database_software was executed with status ERROR ( Last error reported by the step: Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.).
    TRACE      2014-03-12 15:45:54.363 [kdxxctaco.cpp:100]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-03-12 15:45:55.836 [kdxxctaco.cpp:129]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream  for /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/statistic.xml
    TRACE      2014-03-12 15:45:55.901 [kdxxctaco.cpp:163]
               CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    INFO       2014-03-12 15:45:55.911 [syuxcpath.cpp:447]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/__instana_tmp.xml.
    TRACE      2014-03-12 15:45:55.927 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5809
    TRACE      2014-03-12 15:45:55.957 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5809 returned 0
    TRACE      2014-03-12 15:45:55.992 [syuxctask.cpp:237]
               CChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 5810
    TRACE      2014-03-12 15:45:56.24 [syuxctask.cpp:600]
               CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
               lib=syslib module=syslib
    Child process 5810 returned 0
    TRACE      2014-03-12 15:45:59.600
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2014-03-12 15:46:09.284 [iaxxgenimp.cpp:660]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Business Suite 7i 2013 > EHP7 for SAP ERP 6.0 ABAP > SAP Sybase ASE > System Copy > Target System > Standard System > Based on AS ABAP > Standard System( Last error reported by the step: Assertion failed: Unable to install the database software. Refer to trace file sapinst_dev.log for further information.)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>/tmp/sapinst_instdir/BS2013/BS2013/ERP607/SYB/SYB/COPY/SYB/SYSTEM/STD/AS-ABAP/</code>. </p> </body></html>
    TRACE      2014-03-12 15:46:09.290 [iaxxgenimp.cpp:1137]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI

    Hi Deepak,
    I have seen relevant sap note.do you help me how i can see cache memory??
    because my other SID sybase GUI is not opening due to The variable $SYBROOT is not set to a valid directory whicch is on same zone(system).
    Is this matter if environmental variable not set even though my xclock is working?? 
    thnks for support,
    Aziz.

  • How to copy from in linux??

    i've just installed linux. trying to install packages
    ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz
    ftp://ftp.archlinux.org/extra/os/i686/extra.db.tar.gz
    ftp://ftp.archlinux.org/community/os/i6 … .db.tar.gz
    so that i can install xkfe offline as no internet connection at the mo. i have the packages on cd. put it into the linux desktop.
    now just stumped onto how to copy from the cdrom drive to the destinations. im not sure where exactly to find the cdrom in the first place.
    so if someone can help me with the phrase to put in to do the copy so that i can then run pacman and install these and an environment.

    Your cd drive might be /dev/sr0 or /dev/sr1 or /dev/cdrom or something, you would make a folder in /mnt or /media with mkdir and mount it there via mount /dev/whatever /mnt/whatever. You just cd /mnt/whatever and then use cp on files to move them over wherever you want. "cd" = change directory.
    I don't mean to be rude, but there aren't many people who can (or should try to) pull off using Arch as their first linux distribution. It is intended for people who are already well aware of what they are doing. Perhaps you should start with Ubuntu, Fedora, Suse, Mandriva, or something of the sort. Ubuntu being the most popular choice, for whatever that means..
    That said, there are many on the forums who started here first and are doing fine, so "shrug". It's really about attitude, willingness to work for it (looking thoroughly for your answers before asking, especially), and willingness to learn really. Just a word of advice..
    On that note, mounting cd's I'm sure is written all over google, and these forums tend to either ignore or bitch at people who haven't already looked for their question thoroughly on such, with good reason.
    Also, please see the forum etiquette http://wiki.archlinux.org/index.php/Forum_Etiquette here. It's not okay to bump your posts so quickly. There is an edit button there for a reason.
    Also, why did you link to those 3 database files? db.tar.gz files do not contain actual packages, just information about them.. you would need to download a bunch of xfce packages.. db.tar.gz files wont help you. I don't see how they relate to the rest of your post, either..
    Good luck..
    Last edited by FrozenFox (2009-06-20 17:55:15)

  • Virtual-Audio-Cable for Arch linux

    Hello guys,
    I'm quiet new to Arch-Linux and I love Arch-Linux (even if I sometimes hate it ).
    I wont to have and virtual audio-device where I can put some Out-Put of any program (for examble VLC) to an input device like a Microphone used by any application for example Teamspeak.
    In Windows I have the program Virtual-Audio-Cable for this and I already read that pulse-audio should serve this functionality, but when I install pulse-audio I don't get this sound-redirecting to work and I get Bugs like my music is stopping when I start Teamspeak or any application with sound output.
    So I wan't to have it (if possible) without using pulseaudio (I already removed it from my system).
    I'm thankful for any hints.
    Sincerely Basti
    Last edited by basti890 (2015-04-23 12:59:28)

    pulseaudio comes with the module module-virtual-source. You can load it with pacmd and then use it like a virtual audio cable in pavucontrol.
    pacmd load-module module-virtual-source source_name=loop_source uplink_sink=loop_sink
    Then send sound to loop_sink and record from loop_source.
    Edit: If you want to listen and record at the same time, then you should be able to use module-virtual-sink I think and record from the monitor channel for the virtual sink.
    http://pulseaudio-discuss.freedesktop.n … ce-modules
    With pure alsa it should be possible with the aloop driver.
    Otherwise you'll have to learn JACK.
    Last edited by progandy (2015-04-30 19:17:08)

  • Exacting Audio from a .MOV file?

    I have a concert in a .MOV format and want to exact the audio so I can listen to it on my iPod. How do I do this? So is there an easy way to set where songs start and stop?

    How about using QTPro to define the cuts you want, then exporting to a wave file that your Ipod will read?

  • Copy database from linux to windows error

    Hi,
    I have my database on linux 4 as oracle 10g i want to copy it on windows xp oracle 10g. One option is to migrate using rman but both of them have same
    format by
    select * from V$DB_TRANSPORTABLE_PLATFORM
         Microsoft Windows IA (32-bit)     Little
         Linux IA (32-bit)     Littlei take cold backup of my database on linux and copy it to windows then edit pfile and mount the database now the issue to change the path of datafiles and log files
    i am using
    SQL> select * from v$logfile;
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             3         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo03.log
    NO
             2         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo02.log
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             1         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log
    NO
    SQL> alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log';
    alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01516: nonexistent log file, datafile, or tempfile
    "/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log"i know the original location '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' doesn't exists but is there any way to solve it.
    Thanks
    umesh

    Thanks for your help
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS  ARCHIVELOG
      2      MAXLOGFILES 16
      3      MAXLOGMEMBERS 3
      4      MAXDATAFILES 100
      5      MAXINSTANCES 8
      6      MAXLOGHISTORY 292
      7  LOGFILE
      8    GROUP 1 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'  SIZE 50M,
      9    GROUP 2 'D:\oracle\product\10.2.0\oradata\orcl\redo2.log'  SIZE 50M,
    10    GROUP 3 'D:\oracle\product\10.2.0\oradata\orcl\redo3.log'  SIZE 50M
    11  -- STANDBY LOGFILE
    12  DATAFILE
    13    'D:\oracle\product\10.2.0\oradata\orcl\system01.dbf',
    14    'D:\oracle\product\10.2.0\oradata\orcl\undotbs01.dbf',
    15    'D:\oracle\product\10.2.0\oradata\orcl\sysaux01.dbf',
    16    'D:\oracle\product\10.2.0\oradata\orcl\users01.dbf',
    17    'D:\oracle\product\10.2.0\oradata\orcl\example01.dbf'
    18* CHARACTER SET WE8ISO8859P1
    19  /
    Control file created.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database openThis is error in log file
    Errors in file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_3836.trc:
    ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
    Thu Nov 05 13:35:09 2009
    Error 30012 happened during db open, shutting down database
    USER: terminating instance due to error 30012
    ARC1 started with pid=18, OS id=3680
    Thu Nov 05 13:35:10 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_pmon_2316.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:10 2009
    ARC0: STARTING ARCH PROCESSES COMPLETE
    Thu Nov 05 13:35:10 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_reco_2544.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_smon_756.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_psp0_2888.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_lgwr_1320.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_dbw0_4012.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_mman_3728.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong typethanks

  • Max_io_size equivalent in Linux and block/stripe sizes

    I'm configuring a linux Red Hat 7.1 for Oracle 9i Rel2. I'm trying to determine the best db_block_size, and db_file_multiblock_read_count parameters. I know that these Oracle settings are dependent on the OS block size and the max_io_size of the OS.
    Does anyone know what the equivalent Linux parameter for max_io_size (solaris) is and how I set it in Linux? Does resetting it involve reinstalling Linux? Any suggestions on an appropriate range to set it? Is the default Linux 1K block size OK? (The server is a Compaq DL380 with 1.4 GHertz processor and 1 GB RAM.)
    Additionally, I have a Compaq 5300 Series RAID, (5i-integrated), that we plan to configure with RAID 0+1. Our controller only goes up to a stripe size of 256K, with a default of 128K. For a "general"-type database that could hold up to 80 GB of data over 50 or so tables, with a possible equal number of full-table scans and indexed scans, would you suggest I set the stripe size at 256 for the most flexiblility down the road?
    I don't fully understand what it takes to configure Linux and RAID for the best I/O for Oracle. So, I'd really appreciate any suggestions, tips, or doc references that can help out.
    Thanks,
    Deb

    the ssd is both sd and ssd.. inside the sd.conf and inside the /etc/system...
    the following below is a tnf report of the IO size of my process to show the kernel is breaking the IO down.
    sorry i wasn't clear on this part..
    62.059582 16.185079 480 1 0x3000338ecc0 0 strategy device: 584115552256 block: 60396848 size: 1048576 buf: 0x30000a78340 flags: 34088209
    306.154426 17.819569 480 1 0x3000338ecc0 0 strategy device: 584115552256 block: 60398896 size: 1048576 buf: 0x300035dcc00 flags: 34088209

  • Streaming audio to an embedded Linux device

    A friend and I are tossing around some ideas for a project, which would be a music-activated RGB lights controller.  We have an ARM board with network connectivity, running Linux.  What we want to be able to do is to stream audio from a laptop/desktop computer to the device, for processing.  I'm not sure what software to use on the computer, for streaming, as well as client software on the embedded board.  Here are my primary constraints:
    1) The streaming software has to run on at least Windows/Linux (although Mac would be a plus), and has to either be part of, or be pluggable into, a music app that's suitable for using playlists and managing large libraries (e.g. something like Songbird, rather than VLC).
    2) The client software needs to have as little overhead as possible, due to the limitations of the embedded board, and it needs to be CLI
    3) We really don't care about the quality of the audio, so long as the waveforms look enough like the originals that the lights can actually correspond to something meaningful in the audio
    4) Service discovery would be a plus, as we'd eventually like to just plug in the controller and go, without having to mess with IP addresses and such
    Any suggestions?

    for a more generic approach -- since mpd requires you to put the media on the server and only plays certain defined filed types -- pulseaudio might be interesting, or even dlna/upnp? that last one for sure would be the most cross-platform solution. then each client could decide for itself which kind of audio to pass to the hub, be it mpd, radio, youtube etc.
    interesing experiment you're doing here btw, i think more people will be interested in using a single small device that routes all their network audio to a stereo.
    p.s., in case you want to stick to the classic mpd setup, there are windows clients available incluing a handy firefox plugin:
    http://mpd.wikia.com/wiki/Windows_Compatibility
    http://mpd.wikia.com/wiki/Clients

  • What exactly does "Copy items to the iPhoto library" do?

    Ok, so I recently switched to a Mac and will never go back.
    Now, I want to understand how iPhoto works and can't figure out what "Copy items to the iPhoto library" does.
    I imported one pic each way (checked and unchecked), and whether or not I have this checked, I see that the original file seems to be stored within the iPhoto library in the Pictures folder.
    I have used iTunes, and I realize iPhoto is more complicated, but still, I can't figure this out.

    Welcome to the Apple Discussions.
    It does exactly what it ays.
    and whether or not I have this checked, I see that the original file seems to be stored within the iPhoto library in the Pictures folder.
    I think if you look closely, with the option unchecked you'll notice that the Originals folder contains an alias to the file. (The file size is a hint )
    Some comments on running iPhoto in referenced mode: On import iPhoto will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    However, you need to be aware of a number of potential pitfalls using this system.
    1. Import and deleting pics are more complex procedures
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    +Always allowing for personal preference, I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organisers.+
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, there are many, many ways to access your files in iPhoto:
    For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Your choice, obviously, but best to be aware of all the ramifications. By all means post back if you require more info.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • +5W power consumption when playing audio on X201 with Linux

    Hi folks!
    My Thinkpad X201’s power consumption raises from ~10W to ~15W when playing any kind of audio under linux. This problem does not seem to be CPU-related (for example when streaming with pulseaudio over ethernet instead of playing directly on the X201 the power consumption does hardly increase) and does not occur under Windows. I’m using Fedora x86_64 16 with Kernel v3.2.1 but it also occured with a v3.2.1 vanilla kernel; Fedora 14 and 15; Ubuntu 11.10 and 12.04 and so on.
    I’ve allready posted my problem several months ago here: http://forum.thinkpads.com/viewtopic.php?f=9&t=99246 but haven’t gotten any useful answers.
    I measured power consumption with powertop but also confirmed with readings from /sys:
    while true; do bc -l <<< "$(cat /sys/class/power_supply/BAT0/current_now)/10^6*$(cat /sys/class/power_supply/BAT0/voltage_now)/10^6"; sleep 1; done
     The output of lspci -vvv:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    Subsystem: Lenovo Device 215e
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 43
    Region 0: Memory at f2520000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Address: 00000000fee0f00c Data: 41c1
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE- FLReset+
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=02
    Status: NegoPending- InProgress-
    Capabilities: [130 v1] Root Complex Link
    Desc: PortNumber=0f ComponentID=00 EltType=Config
    Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
    Addr: 00000000fed1c000
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd-hda-intel
    cat /proc/asound/card0/codec#0:
    Codec: Conexant CX20585
    Address: 0
    AFG Function Id: 0x1 (unsol 1)
    Vendor Id: 0x14f15069
    Subsystem Id: 0x17aa2155
    Revision Id: 0x100302
    No Modem Function Group found
    Default PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=4, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x10 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
    Control: name="Master Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="CONEXANT Analog", type="Audio", device=0
    Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-Out vals: [0x3b 0x3b]
    Converter: stream=8, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x11 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
    Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-Out vals: [0x3c 0x3c]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x12 [Audio Output] wcaps 0x611: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x13 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out
    Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x07, nsteps=0x07, stepsize=0x0f, mute=0
    Amp-Out vals: [0x00]
    Node 0x14 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Device: name="CONEXANT Analog", type="Audio", device=0
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x81 0x81] [0x80 0x80] [0x81 0x81] [0x80 0x80]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17 0x18 0x23* 0x24
    Node 0x15 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17* 0x18 0x23 0x24
    Node 0x16 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17* 0x18 0x23 0x24
    Node 0x17 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
    Amp-Out vals: [0x02 0x02]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x1a 0x1b* 0x1d 0x1e
    Node 0x18 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
    Amp-Out vals: [0x00 0x00]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x1a* 0x1b 0x1d 0x1e
    Node 0x19 [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x0000001c: OUT HP Detect
    Pin Default 0x042140f0: [Jack] HP Out at Ext Right
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=37, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1a [Pin Complex] wcaps 0x400481: Stereo
    Pincap 0x00001324: IN Detect
    Vref caps: HIZ 50 80
    Pin Default 0x61a190f0: [N/A] Mic at Sep Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=38, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x1b [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00011334: IN OUT EAPD Detect
    Vref caps: HIZ 50 80
    EAPD 0x2: EAPD
    Pin Default 0x04a190f0: [Jack] Mic at Ext Right
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=38, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1c [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00000014: OUT Detect
    Pin Default 0x612140f0: [N/A] HP Out at Sep Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=37, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1d [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00010034: IN OUT EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x601700f0: [N/A] Speaker at Sep N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1e [Pin Complex] wcaps 0x400481: Stereo
    Pincap 0x00000024: IN Detect
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x1f [Pin Complex] wcaps 0x400501: Stereo
    Pincap 0x00000010: OUT
    Pin Default 0x901701f0: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x20 [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000010: OUT
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 1
    0x12
    Node 0x21 [Audio Output] wcaps 0x611: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x22 [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000010: OUT
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 1
    0x21
    Node 0x23 [Pin Complex] wcaps 0x40040b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x04, stepsize=0x2f, mute=0
    Amp-In vals: [0x02 0x02]
    Pincap 0x00000020: IN
    Pin Default 0x90a601f0: [Fixed] Mic at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x24 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
    Amp-In caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10 0x11
    Node 0x25 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Is anyone able to confirm this problem or does anyone have a solution? I’m really desperate since I often use my Thinkpad as a big but wonderful portable music player (with headphones of course! Don’t want to annoy my fellow trainpassengers …).
    Thanks in advance
    Michael

    Any updates on this?

  • What is the file name crdb_jdbc.dll(Windows) equivalent to Linux?

    Hi,
    What is the equivalent file name of crdb_jdbc.dll for linux connection info for database?

    It's crdb_jdbc.dll.
    Within the connection info, the name of the DLL specifies the connectivity driver type, that just so happens to correspond to the specific DLL file for that driver for Crystal Reports C++ engine on Windows. For other deployments and engines (such as CRJ), it gets the right one if you specify crdb_jdbc.dll.
    Sincerely,
    Ted Ueda

  • Which apps work with the new audio copy/paste feature?

    I just installed the update to GarageBand for iPad and tried to use it with apps that support Sonoma's AudioCopy technology (Molten, BassLine). I could not get the copied tracks to paste into GarageBand. Has anyone come across iPad music apps that actually work with this new feature?

    In nano studio you need to open the TRG-16 instrument, and click on EDIT button in the bottom left. Then select the pad you want to use to trigger the audio you are about to paste. On the edit screen that follows, press the sample load button, and on the sample load screen you find the paste button.  Pressing this should reveal a list of samples on the clipboard, select one, hit paste and you should be done!  Hope that helps!

  • Equivalent of Linux's sysctl

    Is there an equivalent command of linux's /sbin/sysctl on solaris 10? This command is used in setting and retrieving the TCP buffers on Linux.
    Also what is the equivalent on solaris 10 for the tcp buffers tcp_rmem and tcp_wmem of linux.
    Thanks for your time and response
    Chakra

    To modify kernel parameters at runtime you may use "mdb" and "ndd"
    commands. To modify kernel parameters statically use /etc/system file
    (man -s4 system).
    To modify tcp parameters use "ndd". Type
    # ndd /dev/tcp \?
    to obtain parameters list. See "Solaris Tunable Parameters Reference
    Manual" http://docs.sun.com/app/docs/coll/47.16 for details.
    Vitaly Filatov,
    Moscow Russia

Maybe you are looking for

  • Two Domain Controllers with the Same Name

    So I was working on setting up our new branch office DC. Anyway, the server failed to join the domain the first time because it upgraded the AD schema (This was our first 2012 R2 server) and the schema wasn't synced to all the other remote offices. S

  • Supress Column Heading - File Content Conversion in Sender Adapter

    Hi, Let me give a more clear picture about my scenario.  I need to convert CSV File to XML output:- My source file has column heading and values.  The sample data is mentioned hereunder:- PERNR;KID;PNALT;NACHN;NAME2;VORNA ;1200;1200;Angus I have crea

  • Function Module for getting address from address number

    Hi all, Is there any function module for getting address from address number. kindly reply. regards, siya

  • Can't create a Contact from a recent call on iPhon...

    Hi Folks,  I just made a phone call on my iPhone 4 (IOS 7.12) and want to add the called number to "Contacts". It shows on the "recent" tab, but there the only option offered is to "Block", "Cancel" or add the number to favorites!  I have added them

  • Meta tag insertion

    I am getting a meta tag called: <meta name="verify-v1" content="eUj9BSOttNphUSpV3NQOoKlXGgLOEYIYMkD0gfJYkPw=" /> on my dwt. Anyone know what this is or how it's getting on there?