How to get the stereo mix on the Satellite P500 with Conexant - SOLUTION sound card

Hello people...
I'll write here what it takes to run the 'stereo mix' on a laptop computer equipped with a sound card Conexant.
I ran this feature on my laptop Satelilite P500
to run this function, you need drivers nr. 4.111.0.62
These drivers can be downloaded from the Lenovo Web site,
These are the drivers of Lenovo G555 model IN2AUD25WW5.exe
http://consumersupport.Lenovo.com/UK/en/DriversDownloads/drivers_list.aspx?CategoryID=150169
Unzip the IN2AUD25WW5.exe file using winrar or 7zip
next step is to find in the file "W7-64" or "W7 - 32""NELCC2wa.inf" ".
Open the file "NELCC2wa.inf" in the "notebook" and add the ENTRY under Conexant.NTamd64.6.0]---> > vista
or Conexant.NTamd64.6.1]---> > 7

ENTRY
%HdAudioFunctionDriver.Pebble5071.DeviceDesc% = HdAudModelNELA0V, HDAUDIO\FUNC_01 & VEN_14F1 & DEV_5067 & SUBSYS_1179FFD4

This entry its hardware id. Can be found in Device Manager
After the entry, save and close the file "NELCC2wa.inf".
next step is to update the driver in Device Manager
in the Device Manager find the entry 'Conexant '.
Right click and select "update driver".
then you select "installation of a list or a specific location" or let me choose from a floppy disk

and point to the location where you saved the unzipped and outdated file 'NELCC2wa.inf '.
After this start of the computer, update the driver
If all goes well, after installation, you should find the 'stereo mix' in the sounds of parameters
Take advantage of...
PS. It also works with XP 32 and 64-bit using driver 3.97.0.0 Lenovo

Post edited by: olo320i_1

Post edited by: olo320i_1

Hi mate

Thanks a lot for this short statement.

One of my friends had the same problem on because the stereo mix was not available on the sound chip Contexant.
Perhaps this info could be useful

Once again; Well done!

Tags: Toshiba

Similar Questions

  • How to get the numeric values with SCPI on an AG7034B

    Hello

    I use an Agilent 7034 osciloscope with 4 analog and 16 digital channels.

    Read analog channels is no problem, but how do I get the digital channels (101010) waveform?

    I see the digital signal on the screen of the instrument.

    And: I want to do with SCPI commands and read/write Visa.

    Thanks for all tips

    Do you really mean the DSO7034B? If so, there are drivers available for LabVIEW and other programming environments. I suggest you only start with one of these. Check your manual to become familiar with the controls.

    PS ad to the digital I/o Board is incorrect.

  • How to get the current username with script

    I try to get the user name for the current session of photoshop. I paid by the script documentation but I can't seem to find how do. In After Effects is as simple as that

    var username = system.userName;

    How ca I do the same thing in photoshop?

    $.getenv ("USERNAME") works for Windows and it or something similar will work for OS X.

    Edit:

    $.getenv ("USER") for OS X.

  • How to get the output of a compiled solution?

    I'm writing an automation, but I'm unable to get the output of devenv, but receive nothing.  I have reduced my example considerably.

    I have a lot of files that looks like this

    "B:\Microsoft Visual Studio 9.0\Common7\IDE\devenv" "My_Types\My_Types.sln" /build >... \Output\Build.txt

    And it produces Build.txt

    Microsoft (R) Visual Studio Version 9.0.21022.8.
    Copyright (C) Microsoft Corp. All rights reserved.
    -Build started: project: Rotair_Types, Configuration: Debug Any CPU.
    Rotair_Types-> C:\IntuitiveDev\Bin\Rotair_Types.dll
    = Build: 1 succeeded or up-to-date, 0 failed, 0 was ignored.

    So now, I try to do it from code:

    Compile = new Process()
    With Compile.StartInfo
    . UseShellExecute = False
    . RedirectStandardOutput = True
    . FileName = "b:\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe"
    . Arguments = "/build" «C:\Code\Projects\My_Types\My_Types.sln»»»
    Ends with
    bSuccess = Compile.Start)
    strOutput = Compile.StandardOutput.ReadToEnd)
    Compile.WaitForExit)

    But strOutput is an empty string.  This is confirmed by the issuance of the following at the command prompt:

    /build "C:\Code\Projects\My_Types\My_Types.sln" "b:\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe"

    But it does not compile because I can remove the dll, and it returns.  I would get the result to determine if the compilation is successful.  Any suggestions?

    JM

    Hello

    Your question is addressed in these forums of consumers.

    The MSDN Developer forums should be able to answer your question.

    Issues related to the overall development of the Windows Desktop:

    https://social.msdn.Microsoft.com/forums/en-us/home?category=windowsdesktopdev

    Concerning

  • How to get the playlist of media for micro sd card

    OK, I did my play list on my Media Player installed and when I try to burn or copy on my mp3 player micro sd card it won't let me. He let me only burn or rip a cd. Help me please.

    Thank you

    LeAnn

    Ann salvation.

    ·         Are you referring to Windows Media Player?

    ·         You get the error message?

    ·         He has already worked?

    Follow these steps:

    (a) plug the SD card into the slot for memory card on the computer. If the computer does not have a memory card slot, connect a SD card reader to the computer, then plug the SD card into the slot of the card on the reader.

    (b) click on the Windows "Start" button and click on "Windows Media Player" to launch the media player. Windows Media Player will recognize the SD card as a hard drive laptop and display it in the left pane.

    (c) click the 'library'. You should see a list of the songs in the library. Click on the "Sync" tab on the top to show the 'sync list' in the right pane. Drag the pieces from the library to the "sync list". Drag the pieces in the 'sync list' high or low for all of the reading order.

    (d) click the "Start Sync" button when you are satisfied with the list. Windows Media Player downloads the music on the SD card.

    (e) close Windows Media Player when you are finished. Click the "Remove Hardware" on the taskbar near the clock.

  • How to get the Max value with other columns data also.

    Suppose that a query is covered with the data as

    Time of ID
    01 07/12/2014
    02 07/05/2014
    03 16/07/2014
    04 07/07/2014

    I need to get the ID and time to time max.
    that is, should I get
    Time of ID
    03 16/07/2014

    To do this, I wrote a query that gives me necessary data. But I thought that's the best way?
    Is it an effective way to get this data?
    My query that returns the data required is:

    SELECT ID, MAX_DT FROM
    (
    Select 'DUMMY', ID, TIME1, MAX (TIME1) OVER (PARTITION 'DUMMY') AS MAX_DT FROM TAB1
    WHERE ID IN (BLAH BLAH)
    )
    WHERE MAX_DT = (EDT) 1

    Frank mentioned links


    WITH test_data (id, time) LIKE)

    SELECT 01, to_date('2014/07/12','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 02, to_date('2014/07/16','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 03, to_date('2014/07/16','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 04, to_date('2014/07/07','yyyy-mm-dd') FROM dual

    )

    SELECT id, time

    go (select id,

    time,

    Max (Time) on latest_time (order by time lines between unbounded preceding and following unbounded)

    of test_data

    )

    where time = latest_time

    ID TIME
    3 16/07/2014
    2 16/07/2014

    Concerning

    Etbin

  • How to get the VLAN ID with Get-VirtualPortGroup

    I have vsphere with a number of distributed virtual switches.

    I have a number of ports on each dvswitch groups.

    I want to get the names and the vlan-IDS of all port groups.

    I tried:

    Get-VirtualSwitch-name MyDVSwitch | Get-VirtualPortGroup | Select Name, Vlanid

    It returns a list of the names of port group and just empty to the VLANID. I expected to see:

    Name Vlanid

    --------      ---------

    mypg-1 23

    mypg-2 17

    mypg-3 48

    and so on. But I just get:

    Name Vlanid

    --------      ---------

    mypg-1

    mypg-2

    mypg-3

    any ideas? Also, I would prefer to have a script that does not specify the dvswitch by name, but rather concluded all the port groups on all the dvswitches on all clusters in the data center and listed by name and id vlan.

    Thank you

    Are you obvisouly looking discussions on distributed switches, for those that the VlanId property is not present.

    You can do

    Get-VirtualSwitch-name MyDVSwitch | Get-VirtualPortGroup | `

    Select Name, @{N = 'VLANId'; E={$_. Extensiondata.Config.DefaultPortCOnfig.Vlan.VlanId}}

    Note that this does not work for GRPE of uplink ports.

  • How to get the Awesome bar with Mac

    I have a new Mac Mini. No great bar / location appears. How can I get it?

    H nancybishea2030,

    You should try to go to view > toolbars and activate the address bar and bookmarks toolbar.

    Hope this helps!

  • Flash publish overview - how to get the Panel info with KB size etc.?

    In CS4 overview once published the SWF in Flash, I was able to get an information board with the size in KB and more information about the published file. What can I do in CC?

    Yes, the published info size appears in Flash CC as well. You can find it at the bottom of the properties panel to the chapter in the history of SWF, once you do test movie. (Be sure that nothing is selected on the stage)

  • How to get the new tab with the SAME window, by clicking on the + sign for new tab

    Firefox, windows 8, toshiba labtop

    • Hold CTRL and left click or middle - click the button reload on the address bar to open the current page in a new tab.
    • Hold Ctrl and left click or click middle points in the history of the tab to the buttons back and forward to open a page from this list in a new tab
      You can hold down the left button of the mouse on the back or next button to open the tab history.
    • Duplicate a tab with its history by pressing the CTRL key (Mac: Option) and dragging the tab in a new position on the tab bar.
  • How to get the best performance with a McBook Pro 2, 3 GHz and 16 GB of Ram?

    Hello

    I recently bought a MacBook Pro and I want to optimize my After Effects preferences to enjoy better performance.

    There are specifications of Apple:

    • 2.3 GHz quad-core Intel Core i7
    • Turbo Boost up to 3.5 GHz
    • 16GB 1600 MHz memory
    • 512 GB PCIe-based flash storage
    • Intel Pro Iris graphics card
    • NVIDIA GeForce GT 750M
      with 2 GB of GDDR5 memory

    Thanks in advance if any of you could help me do this

    Maurice

    Performance optimization: Adobe Premiere Pro and After Effects | After the effects of interest area

  • How to get the files associated with a server module

    Hello

    I am facing a problem. I must extends controller, but there a lot of imports coming from the same module but the different folders. and all the files in the .class. files can you tell me where I can download all the files from the server on my local server system and process they are converted to java files. Can I also have the xml on my local system files.

    Please help me on this. are there any tools that can do this? Please share links.

    Thanks in advance.

    Kind regards
    Prakash

    Prakash

    It's better using the tools (for example (WINFTP or WINSCP) you copy the entire structure of package in your local machine. To decompling all files in an appointment that you can make use of JAD which is easily downloadable on the net.

    http://www.varaneckas.com/JAD

    I hope that helps!

    Thank you
    AJ

  • How to use the Satellite P100 with MS Vista and MS Bluetooth stack?

    I use my P100 Sat for more than a year. I just reinstalled Windows Vista Ultimate from zero, and because I'm really not so satisfied Bluetooth Toshiba stack, I try to use the battery Bluetooth Microsoft original, which comes with panoramas.

    After reinstall, Windows found BT device and installed MS BT stack. Everything worked well, but ufetr downloaded and installed tons of updates SP1 included, peripheral BT disappeared completely. I found a few articles on how to Toshiba battery BT from Microsoft, but it seems to be a collaborative XP and above all he always need to install "Bluetooth Monitor for MS Stack", but I cannout find this download to MS VIsta.

    Can anyone help? Thank you!

    Great!

  • How to get the values of page jspx (view layer) to the custom method defined in AM

    Hello

    I have 1 text field and 1 submit to homepage.jspx. When I click the button submit, it will call the custom method defined in the 'Module of the Application' java class (ApplicationModuleImpl.java). Can I know how to get the value of this text field in this custom method.

    I used the getter and setter method, however it didn't work as it is defining the value correctly, but get method returns null. Its not allowing to use FacesContext. Could someone please tell me how to get the value of the text field to this custom method (that is, using ADFContext,... something like that)

    Thanks in advance

    User,
    you have mixed up something here. Bean (as you did) cannot use the module of the application. They belong to different layers.
    I suggest you to look at some first tutorials (http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm) or watch the developer guide http://docs.oracle.com/cd/E16162_01/web.1112/e16182/toc.htm and take a look at some of the videos http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html

    Timo

  • How to get the text have the same effect as the video?

    Hello

    For the first time post here, but I wonder how to get the text of the titles have the same effect as the video behind her.

    For my video, I use 'bad tv' and other effects such as Gaussian that obviously changes the appearance of video, creating the look of VHS. However, I then inserted text via the title, but it normally appears. How can I make this text have the same effects as the video behind it?

    A friend told me I might need to add text to the video first, then do the effects, I have not tried, but wonder if there is an easier way, as this would require me to restart.

    EDIT: That's what I'm looking for. https://youtu.be/7_2PHQI89dI?t=24s The text has the same effect as the video.

    Thank you

    One way is to create a clip made up based on the title and the original clip. Then apply the effect.

    Another way is to use an adjustment layer.

    Good luck.

    Russ

Maybe you are looking for