I have exhausted every attempt to get some kind of resolution to this problem. I make music for soundtracks utilizing virtual pianos and sound generator programs. While the purchase of this Gateway MT6821 notebook was specifically for these purposes, I am unable to record any sound that the computer generates (sound generating program and recording program open at the same time). The reason for this is simple: no "stereo mix" or "wave out" option appears in the "recording" tab in "sounds". I checked "show disabled devices" and "show disconnected devices" and there is still nothing. To make things worse, I called Gateway, Microsoft, and Gateway again. No help or knowledge was available. I went back to the store where I made my purchase, and found that not one Gateway laptop had this feature (all the Toshibas did). Gateway said that there is no update for my soundcard. I'm really stuck here, I can't take my computer back because I waited too long to open it, assuming the sound properties worked as they did on my other Gateway and HP both running XP. Temporarily, I rigged my headphone and mic jack, but the quality needed is not present. Any help would be greatly appreciated, thanks.
NotebookForums.com › Forums › Notebook Manufacturers › Gateway Notebook Forums › Gateway Notebooks › No Stereo Mix/Wave Out recording option on Gateway MT6821 with Vista pre-installed
Join Now
Be a part of the community.
It's free, join today!
Recent Reviews
-
This is an awesome mouse with an excellent grip for a mid sized to large size hand. Right-handed, comfortable, trendy, upscale, red, responsive, functional, task oriented. Overall A+++
-
This is good Ram and fast. I like it for my Clevo / Pro-Star WP150HNQ. Both thumbs up!
-
This is great ram (so far so good). Very fast and efficient Ram. Good for overclocking my Sager np8150
-
Fantastic had this machine 6 months and can honestly say have had no bother with it. Plays games better than most desktops and keeps up with the rest which is outstanding for a...
-
The Clevo P150HM / Sager np8150 is everything one would expect from a reputable builder like Clevo. This is my 2nd Clevo purchase and I am very happy with the P150HM. I went with the 2nd...
No Stereo Mix/Wave Out recording option on Gateway MT6821 with Vista pre-installed
post #2 of 29
3/22/07 at 9:05pm
- Joined: 12/2005
- Location: Albuquerque, NM
- Posts: 895
- Reviews: 1
- Select All Posts By This User
Quote:
|
Originally Posted by midimykeys
I have exhausted every attempt to get some kind of resolution to this problem. I make music for soundtracks utilizing virtual pianos and sound generator programs. While the purchase of this Gateway MT6821 notebook was specifically for these purposes, I am unable to record any sound that the computer generates (sound generating program and recording program open at the same time). The reason for this is simple: no "stereo mix" or "wave out" option appears in the "recording" tab in "sounds". I checked "show disabled devices" and "show disconnected devices" and there is still nothing. To make things worse, I called Gateway, Microsoft, and Gateway again. No help or knowledge was available. I went back to the store where I made my purchase, and found that not one Gateway laptop had this feature (all the Toshibas did). Gateway said that there is no update for my soundcard. I'm really stuck here, I can't take my computer back because I waited too long to open it, assuming the sound properties worked as they did on my other Gateway and HP both running XP. Temporarily, I rigged my headphone and mic jack, but the quality needed is not present. Any help would be greatly appreciated, thanks.
|
post #3 of 29
6/9/07 at 5:08am
post #4 of 29
6/15/07 at 1:54pm
- Joined: 12/2005
- Location: Albuquerque, NM
- Posts: 895
- Reviews: 1
- Select All Posts By This User
Quote:
|
With DELL INSPIRON 1300 and VISTA ULTIMATE you can install the LG Notebook SigmaTel Sound Driver FOR WINDOWS XP and enjoy STEREO MIX without problem.
|
post #5 of 29
9/21/07 at 12:43am
Well I don't know if this applies to Vista but here is how I solved the problem with my XP installation on an IBM that had no Stereo Mix on the record side, only Mic in.
Basically the software (driver) is built to do everything including Stereo Mix. They are all that way. Well most of them are as it's much easier to design a driver to do everything and then disable functions in a config file. Redesigning a driver is very expensive. Disabling the Stereo Mix is a requirement that is artificially imposed so you don't capture (stea) audio streams.
For my particular driver which is a SoundMax driver (used im many PCs) the process should be very similar so this should work for most Laptops, Again I'm using IBM as an example.
I went to the IBM/Lenovo site and redownloaded the driver.
I saved the driver
I ran the .exe file and it extracted files into the C:\DRIVERS\WIN\Audio directory and 6 sub directories
look in the C:\DRIVERS\WIN\Audio\SMAXWDM\W2K_XP directory
look for a file named ADIHDAUD.inf file and double click on it to open it in Notepad.
This file dictactes how your audio driver is installed. part of the instructions in this file tell the installation to DISABLE stereo out. Lets change that
Be careful not to change anything in this file that you don't want to.
Look at line #270 of the text file (or you can also just use the find feature in notepad and search for "disable")and you will find an entry:
HKR,AD1984\\Disable, OutR, 1, 01 ;; Disable Stereo Mix Capture Node
Change that to
HKR,AD1984\\Disable, OutR, 1, 00 ;; Disable Stereo Mix Capture Node
By changing that 1 to a 0 you are now going to have an install that installs Stereo Mix
Save the file
Uninstall the sound driver (requires reboot). when you reboot is will say windows found the sound card. Hit cancel.
Install the new driver from running setup.exe from the C:\DRIVERS\WIN\Audio directory.
reboot
I had to then run the setup again. Not sure why but I did.
Reboot.
You are done.
I've done this on my gateway too and it worked.
There is a bunch of other stuff disabled in that .INF file but I didn't mess with that.
Good Luck
Basically the software (driver) is built to do everything including Stereo Mix. They are all that way. Well most of them are as it's much easier to design a driver to do everything and then disable functions in a config file. Redesigning a driver is very expensive. Disabling the Stereo Mix is a requirement that is artificially imposed so you don't capture (stea) audio streams.
For my particular driver which is a SoundMax driver (used im many PCs) the process should be very similar so this should work for most Laptops, Again I'm using IBM as an example.
I went to the IBM/Lenovo site and redownloaded the driver.
I saved the driver
I ran the .exe file and it extracted files into the C:\DRIVERS\WIN\Audio directory and 6 sub directories
look in the C:\DRIVERS\WIN\Audio\SMAXWDM\W2K_XP directory
look for a file named ADIHDAUD.inf file and double click on it to open it in Notepad.
This file dictactes how your audio driver is installed. part of the instructions in this file tell the installation to DISABLE stereo out. Lets change that
Be careful not to change anything in this file that you don't want to.
Look at line #270 of the text file (or you can also just use the find feature in notepad and search for "disable")and you will find an entry:
HKR,AD1984\\Disable, OutR, 1, 01 ;; Disable Stereo Mix Capture Node
Change that to
HKR,AD1984\\Disable, OutR, 1, 00 ;; Disable Stereo Mix Capture Node
By changing that 1 to a 0 you are now going to have an install that installs Stereo Mix
Save the file
Uninstall the sound driver (requires reboot). when you reboot is will say windows found the sound card. Hit cancel.
Install the new driver from running setup.exe from the C:\DRIVERS\WIN\Audio directory.
reboot
I had to then run the setup again. Not sure why but I did.
Reboot.
You are done.
I've done this on my gateway too and it worked.
There is a bunch of other stuff disabled in that .INF file but I didn't mess with that.
Good Luck
post #6 of 29
9/22/07 at 4:14pm
I did exactly what you wrote below and yet when I tried recording stereo mix, there's no sound. Can someone help me? I am using Lenovo Thinkpad T61p.
Quote:
|
Well I don't know if this applies to Vista but here is how I solved the problem with my XP installation on an IBM that had no Stereo Mix on the record side, only Mic in. Basically the software (driver) is built to do everything including Stereo Mix. They are all that way. Well most of them are as it's much easier to design a driver to do everything and then disable functions in a config file. Redesigning a driver is very expensive. Disabling the Stereo Mix is a requirement that is artificially imposed so you don't capture (stea) audio streams. For my particular driver which is a SoundMax driver (used im many PCs) the process should be very similar so this should work for most Laptops, Again I'm using IBM as an example. I went to the IBM/Lenovo site and redownloaded the driver. I saved the driver I ran the .exe file and it extracted files into the C:\\DRIVERS\\WIN\\Audio directory and 6 sub directories look in the C:\\DRIVERS\\WIN\\Audio\\SMAXWDM\\W2K_XP directory look for a file named ADIHDAUD.inf file and double click on it to open it in Notepad. This file dictactes how your audio driver is installed. part of the instructions in this file tell the installation to DISABLE stereo out. Lets change that Be careful not to change anything in this file that you don't want to. Look at line #270 of the text file (or you can also just use the find feature in notepad and search for "disable")and you will find an entry: HKR,AD1984\\\\Disable, OutR, 1, 01 ;; Disable Stereo Mix Capture Node Change that to HKR,AD1984\\\\Disable, OutR, 1, 00 ;; Disable Stereo Mix Capture Node By changing that 1 to a 0 you are now going to have an install that installs Stereo Mix Save the file Uninstall the sound driver (requires reboot). when you reboot is will say windows found the sound card. Hit cancel. Install the new driver from running setup.exe from the C:\\DRIVERS\\WIN\\Audio directory. reboot I had to then run the setup again. Not sure why but I did. Reboot. You are done. I've done this on my gateway too and it worked. There is a bunch of other stuff disabled in that .INF file but I didn't mess with that. Good Luck
|
post #7 of 29
9/22/07 at 7:20pm
- Joined: 3/2006
- Posts: 49,777
- Reviews: 11
- Select All Posts By This User
post #8 of 29
9/23/07 at 12:48am
The stereo mix does appear on my recording mixer tab. The big problem is when I try to record stereo mix, there's absolutely no sound even when I know there's sound playing on my computer. Again I am using a Thinkpad T61p from Lenovo. My sound is SoundMax HD Audio.
post #9 of 29
9/23/07 at 6:13am
post #10 of 29
9/23/07 at 10:59am
I don't see any "Show Disabled Devices" anywhere when I left click or right click. When I try to record in stereo mix, there's absolutely no sound. This Soundmax HD is worse compared to the older AC97 integrated sound card. [quote=qhn;2735961]
post #11 of 29
9/23/07 at 3:22pm
- Joined: 3/2006
- Posts: 49,777
- Reviews: 11
- Select All Posts By This User
Quote:
|
I don't see any "Show Disabled Devices" anywhere when I left click or right click.
|
Quote:
|
When I try to record in stereo mix, there's absolutely no sound.
|
Quote:
|
This Soundmax HD is worse compared to the older AC97 integrated sound card.
|
most manufacturers hide or disable this option in compliance with drm dingy, we all try to look for a workaround, but until they heard enough from end.users, we all have to wait
give us more info on ur comp and steps, share with us ur trying so far, and see
cheers ...
post #12 of 29
9/23/07 at 5:09pm
OK, here's the specs of my machine: Windows XP Service Pack 2 Lenovo Thinkpad T61p Using Soundmax HD Audio When I installed the Soundmax HD audio driver, all i can see in the recording control window is the microphone recording input. At this point, no stereo mix. I read Ezradv's post and decided to try his solution. After that, I got the stereo mix option to show on the recording control window. So I selected it, assuming everything works fine. I did several tests to record from stereo mix using Audacity, but all tests resulted in silence. Even when I play Youtube videos and mp3s, audacity's stereo mix recording would always come out as silent. Right now I have no idea whether this requires a registry hack, or further editing the ADIHDAUD.INF file. I did my own research and realized that a lot of people who bought new laptops recent experienced the same problem, but it seems like there's still no solution for it. I did my search on google, yahoo, msn, live.com, and such, and there's absolutely no solution, just plenty of complaints. I can't believe the RIAA and Microsoft think they can limit the new laptop to prevent people from recording their own sound system. If that's the case, they might as well limit my Ethernet adapter from a 1 gbit to a 1 kbit to prevent people from downloading music.
Quote:
|
bad news i u have no stereo mix option, why would u insist on recording with it???? so do u or do u not have a stereo mix option?? i doubt it, just because u do not have the OPTION in stereo mix, does not mean that one card is worst than the other most manufacturers hide or disable this option in compliance with drm dingy, we all try to look for a workaround, but until they heard enough from end.users, we all have to wait give us more info on ur comp and steps, share with us ur trying so far, and see cheers ...
|
post #13 of 29
9/23/07 at 5:39pm
- Joined: 3/2006
- Posts: 49,777
- Reviews: 11
- Select All Posts By This User
post #14 of 29
9/23/07 at 9:15pm
I already did try that before I even posted in here. I don't think Soundmax HD Audio cards have the ability to record stereo mix.
Quote:
|
found this http://www.sltstudios.net/node/11 want to give it a shot? cheers ...
|
post #15 of 29
9/24/07 at 7:04am
- Joined: 3/2006
- Posts: 49,777
- Reviews: 11
- Select All Posts By This User
i know many instances where users have no issue with soundmax HD card and stereo mix. it is always coming back to drivers + comp manufacturers when these dingy occur.
want to list out everything u've done so far? it would save post readers not to doubletake the effort
also, why dont u try to put ur vista back and use the above suggestions and see if u can get ur stereo mix to work?
cheers ...
want to list out everything u've done so far? it would save post readers not to doubletake the effort
also, why dont u try to put ur vista back and use the above suggestions and see if u can get ur stereo mix to work?
cheers ...
post #16 of 29
9/24/07 at 2:49pm
Quote:
|
OK, here's the specs of my machine: Windows XP Service Pack 2 Lenovo Thinkpad T61p Using Soundmax HD Audio When I installed the Soundmax HD audio driver, all i can see in the recording control window is the microphone recording input. At this point, no stereo mix. I read Ezradv's post and decided to try his solution. After that, I got the stereo mix option to show on the recording control window. So I selected it, assuming everything works fine. I did several tests to record from stereo mix using Audacity, but all tests resulted in silence. Even when I play Youtube videos and mp3s, audacity's stereo mix recording would always come out as silent. Right now I have no idea whether this requires a registry hack, or further editing the ADIHDAUD.INF file. I did my own research and realized that a lot of people who bought new laptops recent experienced the same problem, but it seems like there's still no solution for it. I did my search on google, yahoo, msn, live.com, and such, and there's absolutely no solution, just plenty of complaints. I can't believe the RIAA and Microsoft think they can limit the new laptop to prevent people from recording their own sound system. If that's the case, they might as well limit my Ethernet adapter from a 1 gbit to a 1 kbit to prevent people from downloading music.
|
post #17 of 29
9/24/07 at 3:34pm
I am also attempting to use stereo-mix on a new Lenovo T61 with Sigmatel HD Audio and VISTA. I could not get stereo-mix to appear (even with the much-vaunted show disabled, show disconnected), Then I tried the driver inf file tweak recommended by Ezradv's post. Very nice. NOW I SEE STEREO-MIX WITH VISTA! However, like generalsu above, it does NOT PROVIDE ANY SOUND. Tragic. I have only tried it with Audacity. I made sure the Stereo Mix level was at max. (Vista control panel--> sound--> recording--> right-click on Stereo mix --> properties --> levels). No sound. I suspect there is some other setting somewhere that sends sound to stereo mix. Hmmmm. Any other ideas?
post #18 of 29
9/24/07 at 3:36pm
Quote:
|
I am also attempting to use stereo-mix on a new Lenovo T61 with Sigmatel HD Audio and VISTA. I could not get stereo-mix to appear (even with the much-vaunted show disabled, show disconnected), Then I tried the driver inf file tweak recommended by Ezradv's post. Very nice. NOW I SEE STEREO-MIX WITH VISTA! However, like generalsu above, it does NOT PROVIDE ANY SOUND. Tragic. I have only tried it with Audacity. I made sure the Stereo Mix level was at max. (Vista control panel--> sound--> recording--> right-click on Stereo mix --> properties --> levels). No sound. I suspect there is some other setting somewhere that sends sound to stereo mix. Hmmmm. Any other ideas?
|
post #19 of 29
9/24/07 at 11:03pm
- Joined: 12/2005
- Location: Albuquerque, NM
- Posts: 895
- Reviews: 1
- Select All Posts By This User
I tired out the SigMatel HACK on both my MX6447 and MX6453 (just to see if this would work) it DID NOT, but that's fine with me, I have a PCMCIA Creative Sound Card, that takes care of all of that, the ("What you Hear", Bass & Treble, Wave-Out, SPD/IF-IN, and OH YES MP3 Recording even in Vista
Return Home
Back to Forum: Gateway Notebooks
NotebookForums.com › Forums › Notebook Manufacturers › Gateway Notebook Forums › Gateway Notebooks › No Stereo Mix/Wave Out recording option on Gateway MT6821 with Vista pre-installed
Currently, there are 266 Active Users
(7 Members and 259 Guests)
Recent Discussions
- › Where minds meet 2 hours, 28 minutes ago
- › Laptop screen faded, washed out, ghosting & unresponsive (Acer... 3 hours, 17 minutes ago
- › No sound on Alienware Area-51m 766 3 hours, 52 minutes ago
- › white screen when i boot up my com acer aspire 6930g when on battery 4 hours, 10 minutes ago
- › window xp spc 3 drivers Help plz 5 hours, 13 minutes ago
- › Looking to buy 5 hours, 28 minutes ago
- › Asus X101 Netbook touchpad issues 8 hours, 35 minutes ago
- › I Realy Need A Help From U guys Plzz 8 hours, 54 minutes ago
- › My Alienware Aurora m9700's screen has lost its mojo. What to do -.-" 10 hours, 54 minutes ago
- › Acer Extensa 5620 Recovery on ALT-F10 11 hours, 21 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
- › Clevo P150HM by Rotterdamblues
- › Apple MacBook Air MC968LL/A 11.6-Inch Laptop (NEWEST VERSION) by danonlaptops
- › ASUS Zenbook UX31E-DH72 13.3-Inch Thin and Light Ultrabook (Silver... by danonlaptops
- › Asus Eee PC 1001P by Catriona
- › Toshiba Satellite L745D-S4220GR by Djembe
- › Toshiba Satellite P755-S5270 15.6-Inch LED Laptop (Black) by sRc
View: More Reviews
Recent Articles
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
- › Messaging Tutorial by NotebookForums
- › Terms Of Service by NotebookForums
- › Following And Followers by NotebookForums
- › Review Tutorial by NotebookForums
View: Recent Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map






