The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous pageNext page →

    windows xp on dv5t - all drivers installed

    Discussion in 'HP' started by joshua wood, Aug 27, 2008.

  1. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
  2. chubrk24

    chubrk24 Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    Thanks, but it didn't work. BTW, I have dv5t-1000 with the intel graphics chip. Also is there a sequence on how iinstalling the audio drivers.
     
  3. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    Does that model have hdmi video output? If it doesn't, then maybe thats not the device you need to install , try right clicking the uninstalled device in device manager , and properties. Then details and write down the "Device instance Id"
     
  4. chubrk24

    chubrk24 Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    Yes it does have HDMI output. The device instance ID is:
    HDAUDIO\FUNC_01&VEN_8086&DEV_2802&SUBSYS_808601&REV1000\4&2C041A86&0&0301
     
  5. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15

    Attached Files:

  6. chubrk24

    chubrk24 Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    Oh yeah!!!! Worked like a charm. Came up as an Intel HDMI. So seems that the HDMI sound associates with the video you have on your laptop.

    Now I just need to get my mute buttton to work. In the preivous post you attached reg keys. Do we just install the 2 keys and the button will work?
     
  7. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    You can install the IDT key with no problem. You have stacsv.exe running (check process in task manager)? for the ControlSet key , i suggest you search your registry for "allowhp" and find the correct class that it is installed to , and modify the registry key.

    You should follow muchas' post on page 36.
     
  8. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    I have figured out what part of the registry i need to edit to remap the remote buttons to different events/keypresses. There is only 1 key i cannot remap , and its the play/pause key .. It is assigned to 5 buttons at the same time.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ENECIR\ENE0100\5&3a6306f0&0&00\Device Parameters]
    "IrCodeTable"=hex:02,0f,04,0f,54,49,1e,01,00,52,20,01,00,50,22,01,00,28,21,01,\
      00,4f,1f,01,00,51,01,01,00,1e,02,01,00,1f,03,01,00,20,04,01,00,21,05,01,00,\
      22,06,01,00,23,07,01,00,24,08,01,00,25,09,01,00,26,1d,01,e1,25,00,01,00,27,\
      1c,01,e1,20,0a,01,00,29,0b,01,00,28,0c,02,82,00,26,03,8d,00,23,03,24,02,0f,\
      03,09,02,1b,03,b6,00,1a,03,b5,00,15,03,b4,00,16,01,00,20,14,03,b3,00,18,01,\
      00,1f,17,03,b2,00,19,03,b7,00,12,03,9c,00,13,03,9d,00,10,03,e9,00,11,03,ea,\
      00,0e,03,e2,00,50,03,93,00,4e,03,08,02,28,04,28,00,0d,04,0d,00,46,04,46,00,\
      47,04,47,00,48,04,48,00,49,04,49,00,4a,04,4a,00,24,04,24,00,4b,04,4b,00,4c,\
      04,4c,00,4d,04,4d,00,4f,04,4f,00,25,04,25,00,80,04,80,00,81,01,00,1e,27,04,\
      27,00,5b,04,5b,00,5c,04,5c,00,5d,04,5d,00,5e,04,5e,00,60,04,60,00,5a,04,5a,\
      00,5f,04,5f,00,a8,04,32,00,a9,04,33,00,aa,04,34,00,ab,04,35,00,ac,04,36,00,\
      ad,04,37,00,ae,04,38,00,af,04,39,00,b1,04,3a,00,b2,04,80,00,94,01,00,1f,95,\
      01,00,1e
    
    And instructions on how to decipher this from oem13.inf :


    Code:
    HKR,,"IrCodeTable",0x00000001,\
        2,                   \ ; CustomerCount
        0x0F, 0x04,          \ ; 1st CustomerCodeLo/CustomerCodeHi (MCE rc6)
        0x0F, 0x54,          \ ; 2nd CustomerCodeLo/CustomerCodeHi (acer rc6)
        0x49,                \ ; ReportCount
        \ ; IrCode, ReportId, HIDBtn0, HIDBtn1
        0x1E, 1, 0x00, 0x52, \ ; "Up"
        0x20, 1, 0x00, 0x50, \ ; "Left"
        0x22, 1, 0x00, 0x28, \ ; "OK",
    I will go into more details later , i would really like to remap the play/pause to play/pause instead of it being the only key i can't remap :(

    I still don't understand where the buttons are assigned to keys when drivers are not loaded.
     
  9. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Roamin, you are one persistent guy :D
    It is a different situation for me with regards to the remote. I re-installed a fresh WinXP and left "ENE-CIR" driver listed as "?" unknow. But, only a few keys on the remote control is working.
     
  10. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    Well, it seems all of our keys on our remotes are working,just that they are assigned weird commands , that mostlikely don't get picked up by most programs. xyzabcxx: install eventghost , and the HID plugins , and tell me if every button reacts.
     
  11. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    xyzabcxx : That fresh install , you installed Quicklaunch Buttons? Because i remember Quicklaunch making lose some keys on the remote , even without drivers installed. Like i said , the keys are still working , they are just assigned very high HID.Button like HID.Button.168 or so...

    Merry Christmas to you all!
     
  12. fun2sh

    fun2sh Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    But my laptop graphix card is intel 4500, so I have installed mobile intel 4 series express chipset family driver.... this is not correct one?
     
  13. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    fun2sh: try the driver in post #405 on page 41 .. it worked for Chubrk24 who has intel based motherboard.

    Also , if it doesn`t work , give us the details of the uninstalled hardware :

    Device Manager -> right click uninstalled device -> properties -> details -> Device Instance ID.

    This says exactly what your hardware is.
     
  14. fun2sh

    fun2sh Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    Perfect Roamin, It worked great !!! Thank you very much again !!! Muchas orange button fix also worked ...

    Thank you guys again !!!!!
     
  15. sendmarksmail

    sendmarksmail Notebook Evangelist

    Reputations:
    3
    Messages:
    458
    Likes Received:
    0
    Trophy Points:
    30
    Does muchas orange button fix become orange when you mute it though? Or does it stay white? Thanks.
     
  16. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    As show in the video on page 40, post 398 it changes color
     
  17. fun2sh

    fun2sh Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    It does change the color with appropriate function!!!
     
  18. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    From my readings of XP on other older HP laptops, AMD based ones had more luck with the remote. Us with Intel chips may not get the same luck as others are claiming here. My replacement should be here in a week or so, so I will try all this again with a fresh install and update post 1 as required.

    Good work though.
     
  19. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Belated Merry Christmas to everyone :D
    This is what i did.
    1. Install XP SP3 (wth SATA drivers)
    2. Install Intel chipset (infinst_autol.exe)
    3. Install Nvidia video (179.13 from laptopvideo2go.com)
    4. Install Intel Wireless (iProDifX)
    5. Activate my WinXP and then download all patches from Microsoft.
    6. Install Realtek network card, Agere modem, Touchpad
    7. Install Card reader from misc2
    8. Install Finger print reader from misc5
    9. Install HP integrated module, multimedia controller and Audio device on HDA
    10. Install IDT modfied drivers


    There are "countless" reboots :D during the installation and i did not install QLB nor QuickPlay. At this stage, one "unknown" device remaining in Device Manager, which is the ENE-CIR, but only a few keys are working for the remote.
     
  20. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    You say only a few keys work , do you have VLC installed? If so , go in preferences , hotkeys , and select a key , then click in the box below , and when prompted to press a key , press the keys on your remote to see which VLC will see. When i dont have drivers , VLC sees every button press. VLC Hotkeys are only for keyboard presses , so the keys must be assigned to keyboard keys first. By default they all are for me with no drivers. I have found sp41645 on hp's website , which is the ENE drivers , with the XP folder inside , but they are exactly like the other package i have posted here , which were said to be Intel drivers. With that , i am pretty sure that most dv5 , whether amd or intel have the same CIR and keyboards.

    Still haven't figured out where to remap play/pause :(
     
  21. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Roamin, I'm just testing with Windows Media Player classic.
    Will download VLC and test tonight.
     
  22. rishi104

    rishi104 Notebook Enthusiast

    Reputations:
    0
    Messages:
    26
    Likes Received:
    0
    Trophy Points:
    5
    hi guys read the complete thread great work guys.Actually i am not very much expert in these things and i am very much a newbie in computers.

    i have the new HP model dv5-1102TU.
    System Configuration : Dual core 2 ghz, 3gb ram, 250 gb sata
    Chipset: Intel GM 4500,Mobile Intel 4 Series Express Chipset Family Graphics
    Graphics : Intel Graphics media accelarator 4500
    Fax/ Modem: Highspeed 56k
    Network card : Ethernet 10/100 BT integrated network ineterface
    wireless connectivity : 802.11 b/g WLAN
    Modem - Arege System HDA Modem
    Sound : IDT

    I have read the thread and installed the most of softwares for xp
    but i have the same problem of HDMI audio with exclamation sign on it.
    I have attached the pic for it and also its hardware id which is-

    HDAUDIO\FUNC_01&VEN_8086&DEV_2082&SUBSYS_80860101


    Another problem is that my MUTE and BLUETOOTH buttons always remains
    orange but they work properly.

    I have read the thread completely but there are many views to solve this problem and i dont know which one to use and how.can someone of u guys plz tell me how to solve these two problems.

    Thanks in advance
     

    Attached Files:

  23. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    rishi, for the mute problem, we are using this modified package :)
    See page 39, thread #387 by roamin.
    For the registry part, you will need to read page 36, thread 354 by muchas.
     
  24. tamirzo

    tamirzo Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    hi xyz i have 1110ej and i do what you said in thread page 39 and
    finally thers no orange on the mute button .its the time agin to say big thanks to roamin.
    sorry for my bad inglishe guis :)
     
  25. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    rishi104 : Your answer was already in this topic , http://forum.notebookreview.com/showpost.php?p=4317451&postcount=405

    Should have the drivers for your device.

    ven_8086 = intel

    You said you have read the thread completely , but you must of missed that post ;) Anyways , the web site i originaly found those drivers on said that he installed them manually, i am not sure about Chubrk, if he installed manually or not , but worked for him.

    For the orange mute button , you should try this :

    http://forum.notebookreview.com/showpost.php?p=4310019&postcount=387

    Just uninstall your IDT audio from add/remove programs , and run that package. And then make sure your registry has the keys , like muchas posted here :

    http://forum.notebookreview.com/showpost.php?p=4293914&postcount=354

    And that should fix your mute. For your bluetooth , i have no idea , you are the first to mention an orange light for bluetooth. I probably won't be able to help you , as i would need to see both registry of Vista and XP side by side , to search.

    I know the mute button is "muteGPIOIndicator" , perhaps you can find another "GPIOIndicator" somewhere , that is tied to your bluetooth? But mostlikely , that wont appear in XP , you would have to find it in Vista , to try to then incorporate it XP.

    If the GPIO indicator is here in xp :
    [HKEY_LOCAL_MACHINE\SOFTWARE\IDT\Config\StacSV]
    "MuteGPIOIndicator"=dword:00000103

    I'm guessing your bluetooth would be somewhere around [HKEY_LOCAL_MACHINE\SOFTWARE\XXXXXXXXXXXX]
    Where XXXXXXXX is your bluetooth manufacturer, but these are just guesses.
     
  26. stup_id

    stup_id Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Hi Roamin, i've been following your advances with the remote control, i've got amlost everything working on it, except as you mention it.. the play/pause button which is kind of annoying.. it ocurred to me that in the driver installation .inf it mentions several times the reg values for every button, maybe if we edit the .inf and delete all but one of the times that the PLAY button is mapped?

    regards!
     
  27. rishi104

    rishi104 Notebook Enthusiast

    Reputations:
    0
    Messages:
    26
    Likes Received:
    0
    Trophy Points:
    5
    hi Roamin
    Thanks a Million for ur answers.Yes u gave me a HDMI audio link previously and i installed it and it worked finally and now i got all my drivers
    installed(pic attached).Thanks a lot again to all of YOU who spend their time to help others.

    But i am also sorry for my mistake regarding orange light.Actually my mute button remains orange and bluetooth button remains BLUE either switched "ON or OFF" .

    Thanks
    rishi
     

    Attached Files:

  28. akash1111

    akash1111 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    Hi all
    i have got myself HP DV5 - 1102TU laptop.I am reading this thread
    as i get time, installing my drivers for XP.I have a problem that i have installed the bluetooth drivers from my vista setup.It works as well but when i switched it ON it connects to my Mobile(Sony) through bluetooth asks a passkey and connects normally and even i can use my mobile to control desktop as sony contains bluetooth remote control but it does not show its drive in My Computer(as it shows in vista previously) so that i can access its folders.
    Wht is worng with it....?

    thanks
     

    Attached Files:

  29. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    @stup_id : Its late now , and i can't remember if i tried changing the "reportmappingtable" under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da registry key, but either way, the data i collected from eventghost would not fit in that table. Another thing is that this hid device, runs with hidserv.dll and hidserv.inf , which doesn't seem to have any mapping table. Maybe we can chat somewhere about it, exchange ideas faster then here and post our results if any.

    @rishi : This might be a dumb question , but did you install Quicklaunch buttons? For me , it was the only way to activate the key for my wifi , although i could turn it off in network connections , and the state would change color accordingly, but the button itself didn't work until QLB, so try it , maybe it will solve your problem. QLB doesn't break any other setting i had previously. When you press ctrl+alt+del , and select the process tab , do you see stacsv.exe in there? If you dont , the orange mute button will never change. Did you install the modified driver package i posted ? Or which driver did you install?

    @akash : I suggest you find drivers that are known to be for XP , either inside an older package from HP's site , or somewhere else. Vista drivers might install fine , and have some functionality, a good example is people using the vista drivers for the remote, although it installs correctly, it doesn't work properly, so try to find drivers made for XP.
     
  30. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    @akash: it's quite possible that your Sony mobile will not allow you to browse it's drive without a driver or the Sony software. I simply cannot just plug in my Nokia via it's USB cable and view it's drive without install the Nokia software. Then I can browse it in my computer, but I need the software and the drivers it installs first. I haven't tried bluetooth browsing without the software, but suspect the same. If you can connect via bluetooth to it, I would suggest it's all working and you simply need the Sony software/drivers.
     
  31. kiyouta

    kiyouta Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    HOW TO ENABLE STEREO MIX FOR THE IDT DRIVER:

    Someone complained earlier that there was no Stereo Mix in the XP version of the drivers.

    Add REG_BINARY values of 'DigitalStereoMix' and 'StereoMix' with data 01 to the key [HKLM\SYSTEM\CurrentControlSet\Control\Classes\{xxx}\00yy\Settings\filter\Rear]

    Replace {xxx} and 00yy with values obtained using methods described earlier used to enable the mute button light.

    Hope it works for ya!
    Confirmed working for dv5t.
     
  32. akash1111

    akash1111 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    hi guys

    @ joshua_wood - Actually when i had vista i installed no software for sony and when i used to open my bluetooth connection it detects my mobile and shows its drive but in xp its does all the same expect showing drive.I'll install the software for sony and see.Thanks for ur suggestion.

    @ Roamin - Well Roamin i think u r right if upper method does not work i'll search it and install xp drivers for cir device.Thanks.
     
  33. muchas

    muchas Newbie

    Reputations:
    1
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    5
  34. kiyouta

    kiyouta Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    DigitalPersona installs OK, but the fingerprint scanning seems to be temperamental at best. It rarely recognises a valid fingerprint, even on the lowest security setting. I don't have a simliar problem in Vista (using HP's provided software)
     
  35. OMVN

    OMVN Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Roamin i install a clean copy of win xp and i never install driveres for ENE CIR Receiver but this not working none button, please help me...

    sorry for my bad english...
     
  36. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    Great work on the stereo mix find. There's been lots of good finds in this thread recently. Can't wait to get my replacement and get back into getting 100% XP going.
     
  37. Roamin

    Roamin Notebook Guru

    Reputations:
    1
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    OVMN : Are you sure it is not installed? Check in device manager, do you have ? Unknown device , properties , details , make sure its the ENE0100 (at least mine is). Is the power button working on the remote? What software do you use to test your keys? I used VLC , preferences , hotkeys.
     
  38. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    My HP couldn't detect my ESATA HDD (under Vista and XP). Anyone here using ESATA?
     
  39. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    Others have had issues with ESATA from memory. If it's not working under Vista also, then perhaps you need to have some driver installed for your ESATA hdd.
     
  40. tamirzo

    tamirzo Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    Digital Persona work great on my hp 1110ej thanx a lot man :)
    i also have question friends
    in my maneger divice i have a yelow on "serial"
    i find what is on other posts and i cant find a good solution
    anybody hase an idea please?
    agin sorry for my bad English.
     
  41. Sid1

    Sid1 Notebook Consultant

    Reputations:
    4
    Messages:
    170
    Likes Received:
    0
    Trophy Points:
    30
    Muchas...thank you soo much for the XP version of Digital persona!! Works like a charm. Now only thing left is the mute button color (always stays orange/red) and the remote.

    EDIT: Just re-read the last few pages of the forum since I hadn't visited for a while and figured out the mute problem. Thanks all!!!
     
  42. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    Can one one with an intel based dv5t confirm the mute light fix works using the modified IDT package?

    Anyone with an intel based dv5t having any success with the remote?

    I've updated post 1 a little to reflect the latest findings. It will need adjustments.
     
  43. kaiserpunk

    kaiserpunk Newbie

    Reputations:
    0
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    5
    How did you do it ????? The Flash thing. I had the same simstons as you, first time stalled, second time stalled on erase and writing ??? I did tried a suggestion "click run as ,
    select current user and most importantly untick "protect my computer from unauthorized ..................

    PLEASE HELP, THATS THE ONE THING IM MISSING
     
  44. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Joshua, confirmed mute light fixed with the modified IDT package.
    My notebook processor is intel P7350.
     
  45. xyzabcxx

    xyzabcxx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
  46. mujjuman

    mujjuman Notebook Deity

    Reputations:
    80
    Messages:
    1,071
    Likes Received:
    1
    Trophy Points:
    56
    thats great news! I must have missed it a few pages back and I just went back to see it! It was really cool how he merged thsoe two packages together...

    major props for that!! :cool:
     
  47. joshua wood

    joshua wood Notebook Consultant

    Reputations:
    8
    Messages:
    181
    Likes Received:
    0
    Trophy Points:
    30
    Thanks xyzabcxx, I'll update the first post again. Awesome, so it's only the remote and hdd protection that isn't yet 100%
     
  48. yanasena

    yanasena Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    i have hp dv5 1070ee

    mute light is orange i tried everything nothing worked

    need help (WINXP)
     
  49. mujjuman

    mujjuman Notebook Deity

    Reputations:
    80
    Messages:
    1,071
    Likes Received:
    1
    Trophy Points:
    56
    try downloading the IDT drivers using the link above
     
  50. rishi104

    rishi104 Notebook Enthusiast

    Reputations:
    0
    Messages:
    26
    Likes Received:
    0
    Trophy Points:
    5

    Hi Guys
    i have applied this method to enable my stereomix but it is not working.
    i have attached the pic of my registry to show the changes i have made.
    plz tell me if i am doing anything wrong.
     

    Attached Files:

← Previous pageNext page →