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
Recent Reviews
-
So I just got a Lenovo Yoga 13. This is my review. As what I primarily do is writing and programming, having a good keyboard is critical for me, which is why a tablet alone can’t work for me, and...
-
I have owned dozens of laptops in a variety of brands, and had many different laptops provided for my use at work. Without question, this is the finest I have owned. The Alienware M17x R2 is a...
-
N/m
-
Lenovo Thinkpad W530 Review by Djembe One of the longest and most enduring brands in computers is Thinkpad. Originally developed by IBM in the USA, Thinkpad notebook computers are now...
-
I have this memory installed in my Inspiron 14R. 6gb (one 2gb & one 4gb). Great performance! I highly recommend Kingston.
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: 69,326
- 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: 69,326
- 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: 69,326
- 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: 69,326
- 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
- No Stereo Mix/Wave Out recording option on Gateway MT6821 with Vista pre-installed
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 196 Active Users
(2 Members and 194 Guests)
Recent Discussions
- › So here is the BIG question... Quadro 3600M in a M1710 6 hours, 14 minutes ago
- › X501U Downgrading Windows 8 to Windows 7 11 hours, 15 minutes ago
- › Lenovo Y400 Screen Modding for larger screen 13 hours, 16 minutes ago
- › Does Asus have an official Notebook/Laptop Forum? 14 hours, 19 minutes ago
- › Windows Phones 14 hours, 59 minutes ago
- › bluetooth probelem on acer aspire 4710z 23 hours, 48 minutes ago
- › Why linux is more secure than windows os? 1 day ago
- › ASUS Radeon™ HD 7990 Dual-GPU Graphics Card 1 day, 1 hour ago
- › 7325gz format new hard drive 1 day, 5 hours ago
- › Single 680GTX vs dual 675GTX SLI? 1 day, 10 hours ago
View: New Posts | All Discussions
Recent Reviews
- › Lenovo Yoga 13 IdeaPad Convertbale Ultrabook (tablet) 13.3"... by The Bard sRc
- › Alienware M18X by MrFox
- › Kensington Black Contour Pro 17" Notebook Carrying Case Model... by great white
- › Lenovo W530-24382LU i7-3720QM 2.60GHz 4GB 500GB 7200rpm NVIDIA... by Djembe
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Nicadraus
- › Synology DiskStation 1-Bay (Diskless) Network Attached Storage... by Mr T
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
View: More Reviews
New Articles
- › Intel Summer 2012 SSD Scavenger Hunt - Full... by ranjanis
- › Intel's Maple Crest 330 Series Promotion... by ranjanis
- › Intel Cherryville SSD Spring 2012 Giveaway by ranjanis
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › 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
View: New Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map






