How to determine where is hardware mounted in /dev

hi,
how actually if we want to determine where is hardware mounted in /dev. For example, sound which is not /dev/dsp on my system. I need to know where exactly the sound for vmware to use it.
thanks

so i don't have sound in /dev? But i can play mp3, here is the output from player when mp3 played.
Playing /data/mp3/Varathron-HisMajestyAtTheSwamp-TheTressrisingOfNyarlathohepActI.mp3.
Audio file detected.
Clip info:
Title: TheTressrisingOfNyarlathohepAc
Artist: Varathron
Album: HisMajestyAtTheSwamp
Year:
Comment:
Genre: Other
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 192.0 kbit/13.61% (ratio: 24000->176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/60208 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
Video: no video
Starting playback...

Similar Messages

  • How to determine where-used characteristics in Queries???

    I'm trying to find an easy way to determine what queries a particular characteristic is used in? Tried from infoobject on workbench and where used Icon...and it does not reflect query information. From query designer, can do this for key figures, but apparently not for characteristics.
    Thank you for any help anyone can offer!
    Lauren

    Hi Lauren,
    You can get this info from RSD1 > put in the InfoObject name. From the menu Edit > Where used list (do not use the where used button).
    Hope this helps...

  • MTN numbers in usage stats - how to determine where they originate

    Evening all,
    I could not find an appropriate category for this question.  So I am hoping here is ok.
    In MyVerizon, under usage statistics > voice calls I see occasional MTN numbers show up. I was told these are Mobil Telephone Numbers, however the numbers never make sense.  For example, one is "0000032665". Any idea what this number represents and how I might determine the actual number that generated this call?  I could not find any information on the Net about how to trace these numbers.  Without that information there's no way to stop them from calling.
    Thanks in advance.
    CT

    That is a text to or from a facebook account

  • How to determine where Music Manager stores the fi...

    Hi!
    Is there any way to tell to Music Manager how I want my mp3 files to be stored in my 9300i phone?
    I have created one folder in my laptop where I have copied music files from different artists and different albums. I try to use the random transfer from this folder and I want the files to be copied to my phone similarly (that is all files in the same folder). All I get is a separate folder for each and every artist and below that a folder for each and every album.
    I could use the File Manager to move the files to my phone, but I'd like to use the random transfer in Music Manager...

    That's the way Nokia Music Manager works. Artist -> Album -> Song. It's the whole idea of the manager.
    Previous phones: 3330, 3410, 3510i, 3200, 6230, Nokia N70, Nokia N73, Nokia N82, Nokia 5500 Sport & Nokia N97
    Current: Nokia N900

  • Expdp on  cluster - how to determine where does the dumpfile go

    I'm running expdp with parallel=4 cluster=y and all works fine except that I have to go look on all 4 nodes where the file got put.
    Is there a sql query that would tell me on which node the file would be written to?

    Hi,
    First, make sure the directory object points to shared storage that can be seen by any Oracle RAC instances designated to run Data Pump worker processes.
    query dba_directories and see the dumpfiles directories,
    see this post
    http://download.oracle.com/otndocs/products/database/enterprise_edition/utilities/pdf/datapump11gr2_twp_rac_1009.pdf

  • How do determine where my data (sent mail, contacts, etc.) is stored so I can back it up?

    I want to be sure the proper folders are tagged for back up using Carbonite

    Under the Help menu is Troubleshooting Information. There is a button there to show where your profile is located.

  • How to determine where Lightroom Settings (Presets) are stored

    I have been running LR with a catalog and images that are on an external disc. I have several presets for use in import, develop, export, etc. Everything has been working fine until I recently was playing with the Print module. After doing that, the next (I think) time I opened my catalog, I discovered that all my presets had disappeared. When I examined the folder on the external disc that contains the catalog, presets, etc., I discovered a new folder, "Lightroom Settings". It contained empty folders for Import Presets, Keyword Sets, Filename Presets, etc. -- everything except the folder for Print Presets. This, obviously, is the cause of my missing presets, but why did it happen?
    I'd like to know the "algorithm" for LR's storage of presets -- system level, user level, catalog level, whatever. It would seem to me that if it is adding catalog level presets, then it would either copy the existing set of user presets to the catalog or (probably better), not create empty catalog-level preset folders and use the user-level presets where there are none at catalog level. Is there someplace that this process is explained?
    dds

    Edit - preferences - presets - second box
    http://www.adobeforums.com/cgi-bin/webx/.3bc3994c

  • How to determine the path of the jar file cache of javawebstart?

    Hello, I need to know how to determine where the java web start application
    file jar cache is stored on windows system hard drive.
    I would have launch of the inner processes
    I have need to know the path of file jar .
    example if my application is myAppliation.jar
    in code generic class of myAppliation.jar i have the command runtime
    String strCmd =
    System.getProperties().getProperty("java.home") + "\\bin\\java" +
         " -cp " +
         System.getProperties().getProperty("java.class.path") + ";"
         + " anotherClass.class ";
    Runtime.getRuntime().exec(strCmd);
    the anotherClass.class has need
    of the contained library in myAppliation.jar.

    Thanks i have tried this metod and function
    java.net.URL resource = classLoader.getResource("myResource");
    if (resource != null) {
    String s = resource.toString();
    if (s.startsWith("jar:")) {
    int index = s.indexOf("!");
    if (index > 4) {
    String fileurl = s.substring(4, index);
    if (fileurl.startsWith("file:")) {
    String path = fileurl.substring(5);
    // now path is the path to the jar file in the cache containing the resource
    System.out.println("file jar: "+path);
    }

  • How to determine Default Table Logging (log data changes )

    Does anyone know how to view exactly what tables and related data fields have change logging enabled by default? I know that some of the standard reports will produce "edit reports" show who changed what field, when ,old and new values, etc, but I don't know how to determine where the data is retrieved from.
    For example: If I look in the ABAP Dictionary at table LFA1, technical settings, it shows that log data changes is not "checked" or enabled. But if I run the standard AR Master Data Change Report, I get output showing valid field changes.
    I have seen other threads that refer to SCU3 but I can't determine the above this from report.
    Any assistance would be greatly appreciated.

    Hi Arthur,
    As far as I am aware, these are 2 different things. 
    There is table logging which is at the table level & if activated (i.e. it's listed in table DD0LV, PROTOKOLL=X and the table logging parameter is set in the system profile/s).
    The second one is programatical logging for change documents when data is maintained though a program that has been written to include a log.  I'm not sure how to identify a complete lit of these though unfortunately.
    Hope that is of some assistance.

  • How can I determine where to publish each comment in my website?

    How can I determine where to publish each comment in my website?
    I have one form for the comments, but I want to show them in different webpages depending on the user choice
    for example, I created 6 pages blue circle, pink circle,  green circle, blue square, pink square, and green square,so  the user chooses pink or blue or green from one menu and circle or square from another menu which determine which page it will be displayed on.
    you can see the form on the bottom of this website  www.assori.com
    thanks for any help

    It's my fault, I lost you there.
    See I wrote the steps as they were in  "Adobe Help" so please forget about the last comment.
    I chose the "advanced mode" because I have more than one menu to filter (shape and color) 
    lets say I want the comments on my website to be displayed conditionaly, and I have two lists one for colors (blue and pink) and other for shapes (square and circle), 
    So I'm going to have four pages each page has its own recordset, let's say now I want to filter the recordset for (Blue Circle) page 
    I don't know how to do it but by following the steps in Dreamweaver help: 
    -Select name, and click the Select button. 
    -Select content, and click the Select button. 
    -Select shape, and click the Where button. 
    -Select section, and click the Where button. 
    -Select time, and click the Order By button. 
    this is how the SQL statement look likes:
    SELECT mytable.name, mytable.contents
    FROM mytable
    WHERE mytable.shape='circle' AND mytable.`section`='blue'
    ORDER BY mytable.hdw_serverTime 
    then to Define the variables 'circle' and 'blue' :
    by clicking the Plus (+) button in the Variables area and entering the following values in the Name, Default Value, and Run-Time Value columns:
    circle,square,Request("circle")
    blue,blue,Request("blue") 
    Also I understand that I have to define a parameter but which (URL or Form) and how?  I don't know 

  • How to determine the mount point for directory /tmp ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I am installing Grid infrastructure. I am on step 7 of 10 (verify Grid installation enviroment) and get this error:
    "Free Space: Rac2: /tmp"
    Cause: Could not determine mount point for location specified.
    Action: Ensure location specified is available.
    Expected value: n/a
    Actual value: n/a
    I have checked the free space using the command:
    [root@Rac2 /]# df -k /tmp
    Output:
    Filesystem     1k-blocks     used     Available     Use%     Mounted on
    /dev/sda1     30470144     7826952     21070432     28%     /
    As you see above, the free space is enough, but could not determine mount point for /tmp.
    Do any folk understand how to determine the mount point for directory /tmp ?
    Thanks.

    I have just checked "/home/oracle/.bash_profile". But in my computer, there is no "oracle" under /home directory.Is this your first time Linux and Oracle installation? I had a brief look at your referenced link. The reason why you do not find a "oracle" user is because the instructions use "ora11g" instead, which, btw, is not standard. The directories of your installation and your installation source can be somewhat different from known standards and you will have to adjust it to your system.
    My best guess is that you have either missed something in the instructions or you need to ask the author of the blog what is wrong. The chance to find someone here who has experience with these custom instructions is probably unlikely.
    I suggest you try to locate the cluster verification tool, which should be in the bin directory of your grid installation. Alternatively you might want to check the RAC, ASM & Clusterware Installation forum: RAC, ASM & Clusterware Installation

  • How to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    how to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    There is no way to trace the source of a saved photo.
    You might have some luck if you search through the Safari web site history available via the Bookmark icon.

  • How can can I determine where email templates are used?

    How can can I determine where email templates are used?
    Here is a SQL query which was recently provided in response to a YES! question.
    1. E-mails attached to the "Notify when plan cancelled":
    select
         da.Name as ServiceGroupName,
         ds.Name as ServiceName,
         dp.Subject as MonitorTaskName,
         de.LogicName as Event,
         demt.name as EmailTemplateName
    from
         defevent de,
         defemailtemplate demt,
         defeventtrigger det,
         defproject dp,
         defservice ds,
         defarea da
    where
         det.objectid = 21 and
         det.objectinstid = dp.projectid and
         de.eventid = det.eventid and
         demt.emailtemplateid = det.templateobjectinstid and
         ds.serviceid = dp.ownerinstid and
         da.areaid = ds.areaid
    2. E-mails attached to all delivery plan tasks:
    select
         da.Name as ServiceGroupName,
         ds.Name as ServiceName,
         dt.Name as TaskName,
         de.LogicName as Event,
         demt.name as EmailTemplateName
    from
         defevent de,
         defemailtemplate demt,
         defeventtrigger det,
         deftask dt,
         defproject dp,
         defservice ds,
         defarea da
    where
         det.objectid = 46 and
         det.objectinstid = dt.taskid and
         de.eventid = det.eventid and
         demt.emailtemplateid = det.templateobjectinstid and
         dp.projectid = dt.projectid and
         ds.serviceid = dp.ownerinstid and
         da.areaid = ds.areaid
    3. E-mails attached to all approval tasks:
    select
         da.Name as ServiceGroupName,
         ds.Name as ServiceName,
         dwsr.Subject as ApprovalReviewStep,
         de.LogicName as Event,
         demt.name as EmailTemplateName
    from
         defevent de,
         defemailtemplate demt,
         defeventtrigger det,
         defworkflowsteproles dwsr,
         defservice ds,
         defarea da
    where
         det.objectid = 57 and
         det.objectinstid = dwsr.steproleid and
         de.eventid = det.eventid and
         demt.emailtemplateid = det.templateobjectinstid and
         ds.serviceid = dwsr.ownerid and
         da.areaid = ds.areaid

    Just add a line to the "where" clause to specifiy which service(s) you want to run this for rather than for the whole catalog:
    --By Service Name
    ds.Name = "My Service Name"
    --By Service ID (Multiple services can be returned.)
    ds.ServiceID IN ('1', '2', '3')

  • I have an ipod I want to sell, but I don't know how to determine the specs, which one it is, how much memory, etc. Where can I find this information?

    I have an ipod I want to sell, but I don't know how to determine the specs, which one it is, how much memory, etc. Where can I find this information?

    See this Apple support document.
    http://support.apple.com/kb/ht1353
    B-rock

  • How do I find my hardware version number?

    In January 2012 I bought a Linksys E4200v2. I am trying to download a firmware version upgrade and it wants to know what hardware version I have. The top of my router (where the model number is displayed), only has E4200. I have looked through my receipts, the box it came in, and anything else I can find to do with the router - they all have the E4200v2. In case the 'v2' portion is for the hardware version, I do not want to download the wrong firmware version and end up with a router that doesn't work. I'm not smart enough to fix it if I break it. Is there a way to find what hardware version I have through the Cisco website somewhere? Any other ideas on how to determine which hardware version I have for sure? Thanks in advance.
    Solved!
    Go to Solution.

    WooHoo!!! Thank you sam_nirmal ~ this is the first time I believe that someone did not put a wrong router inside the box. That makes me feel a lot better to see the E4200v2 on the actual device. Now, does the 'v2' mean that it is a hardware version 2.0? The other choice is 1.0 and I REALLY don't want to pick the wrong one. Their warning says I can damage the router...and I wouldn't know how to fix it. Thank you, again, for giving me peace of mind (after almost a year) regarding the model number.

Maybe you are looking for

  • Itunes won't open Windows Vista Home Premium 32 bit

    Today I bought an Itouch 8GB. I downloaded iTunes to get the latest greatest version. I ran the program and agreed to everything, took all the defaults. However when I launch it I get nothing. Just an hourglass and then nothing. I did a system restor

  • URL Mapping not working inside MOSS

    hi, I want to achieve broken URL redirection in old web application developed in MOSS. For this purpose, i have to use URL mapping inside web.config - For Example - <urlMappings enabled="true" >     <add url="~/brokenpath" mappedUrl="/subsite/Pages/H

  • How to poke with response using DDE

    I am trying to communicate with a windows application using the antiquated DDE interface, I know this interface has been overtaken by ActiveX but the application i am talking to (ZEMAX – optical modelling software) doesn't implement it. I have manage

  • "Drive not ready" error message; synching issue

    Hi- this is my first posting! I am having problems syncing my ipod and itunes. I keep getting the error message "Drive is not ready for use; its door may be open. Please check drive \Device\Harddisk1\DR3 (here it has been DR5, DR3 and DR21 at differe

  • Generating EXPLAIN PLAN on a database which is opened in READ-ONLY mode

    Hi, I am using Oracle 10.2.0.3 version. If my database is opened in READ-ONLY mode, means no insert/update/delete operations are permitted here. While generating EXPLAIN PLAN for any SQL, it does entries in PLAN_TABLE. But my database is opened in RE