Re: [alsa-devel] Acer Aspire 7730G support
2009/6/24 Denis Kup dener.kup@gmail.com:
2009/6/24 Takashi Iwai tiwai@suse.de:
At Wed, 24 Jun 2009 16:09:58 +0400, Denis Kup wrote:
Hey, when i first installed alsa to my laptop, there no sound from subwoofer, jacks were map very strange (2 surrounds for ex.). I try all models from the list, but all don't support my subwoofer. After a weak of hard work i made a patch that enables ACER_ASPIRE_7730G model for my laptop. It have ALC888S, 3 jacks, 6 channels, stereo internal frontal speakers and internal subwoofer.You can see acer.com for more info about hardware and jacks.
It's the changes i made to /alsa-kernel/pci/hda/patch_realtek.c:
Can you try Emilio's patch recently posted (and pass model=acer-aspire-6530g) with the very latest alsa-driver-snapshot? This essentially includes your changes. It's in: From: Emilio López buhitoescolar@gmail.com Subject: Re: [alsa-devel] Regarding Sound on Acer Aspire 6935G Date: Tue, 23 Jun 2009 22:32:45 -0300 Message-ID: d54969c50906231832w48ce7315uc5cf8b3f81534c76@mail.gmail.com
After changing file i install driver, and it automatically detect its model (maybe there are old settings from previous install, so i dont 100% sure that it was detected). With this settings subwoofer works perfect, internal stereo and subwoofer mute when headphone are plugged all works, except 1 thing: subwoofer uses center channel instead LFE. To fix it i use such asound.conf file:
...
Is there any chance to swap Center and LFE in patch_realtek.c?
Unlikely as ALC888* doesn't support the channel-swap feature (although some other ALC codecs do).
thanks,
Takashi
You are talking about that http://mailman.alsa-project.org/pipermail/alsa-devel/2009-June/018815.html ?? Its right link to drivers http://www.alsa-project.org/snapshot/ ?? And there is easier way to apply patches than manually adding strings to files?
I manage with installing. I use alsa-driver-snapshot.tar.gz http://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa/alsa-driver/ and this Amilo changes http://mailman.alsa-project.org/pipermail/alsa-devel/2009-June/018815.html . But this patch has smaller functionality against i have. There is advantages and disadvantages of both patches:
My patch: + 1) when black jack plugged, internal speakers and subwoofer mute + 2) there is 3 maps for jacks: (black/pink/blue) 2ch: front/ext mic/ (something i dont know, it should be line in), 4ch: front/ ext mic/ side 6ch: front/ CLFE / side; (its changes in channel mode option in mixer) + 3) internal mic works + 4) there are separate boost mic channels for internal and external mics - 5) internal subwoofer controls with Center channel in mixer ? 6) i dont know how line in works (i will check it when reinstall to my patch) ? 7) i dont know how spdif works, because i have not any spdif speakers in house
Amilo patch: - 1) when black jack pluged, only internal speaker mutes, subwoofer continue to work (it has no meaning when i listen to music in headphones) - 2) there is only 1 map for jacks: front/ext mic/ (something i dont know, it should be line in) - 3) there no side and center channels - 3) internal mic dont work - 4) there no line in in input source menu in mixer + 5) Subwoofer controls with LFE channel in mixer ? 7) i dont know how spdif works, because i have not any spdif speakers in house
2009/6/24 Denis Kup dener.kup@gmail.com:
2009/6/24 Denis Kup dener.kup@gmail.com:
2009/6/24 Takashi Iwai tiwai@suse.de:
At Wed, 24 Jun 2009 16:09:58 +0400, Denis Kup wrote:
Hey, when i first installed alsa to my laptop, there no sound from subwoofer, jacks were map very strange (2 surrounds for ex.). I try all models from the list, but all don't support my subwoofer. After a weak of hard work i made a patch that enables ACER_ASPIRE_7730G model for my laptop. It have ALC888S, 3 jacks, 6 channels, stereo internal frontal speakers and internal subwoofer.You can see acer.com for more info about hardware and jacks.
It's the changes i made to /alsa-kernel/pci/hda/patch_realtek.c:
Can you try Emilio's patch recently posted (and pass model=acer-aspire-6530g) with the very latest alsa-driver-snapshot? This essentially includes your changes. It's in: From: Emilio López buhitoescolar@gmail.com Subject: Re: [alsa-devel] Regarding Sound on Acer Aspire 6935G Date: Tue, 23 Jun 2009 22:32:45 -0300 Message-ID: d54969c50906231832w48ce7315uc5cf8b3f81534c76@mail.gmail.com
After changing file i install driver, and it automatically detect its model (maybe there are old settings from previous install, so i dont 100% sure that it was detected). With this settings subwoofer works perfect, internal stereo and subwoofer mute when headphone are plugged all works, except 1 thing: subwoofer uses center channel instead LFE. To fix it i use such asound.conf file:
...
Is there any chance to swap Center and LFE in patch_realtek.c?
Unlikely as ALC888* doesn't support the channel-swap feature (although some other ALC codecs do).
thanks,
Takashi
You are talking about that http://mailman.alsa-project.org/pipermail/alsa-devel/2009-June/018815.html ?? Its right link to drivers http://www.alsa-project.org/snapshot/ ?? And there is easier way to apply patches than manually adding strings to files?
I manage with installing. I use alsa-driver-snapshot.tar.gz http://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa/alsa-driver/ and this Amilo changes http://mailman.alsa-project.org/pipermail/alsa-devel/2009-June/018815.html . But this patch has smaller functionality against i have. There is advantages and disadvantages of both patches:
My patch:
- when black jack plugged, internal speakers and subwoofer mute
- there is 3 maps for jacks: (black/pink/blue) 2ch: front/ext mic/
(something i dont know, it should be line in), 4ch: front/ ext mic/ side 6ch: front/ CLFE / side; (its changes in channel mode option in mixer)
- internal mic works
- there are separate boost mic channels for internal and external mics
- internal subwoofer controls with Center channel in mixer
? 6) i dont know how line in works (i will check it when reinstall to my patch) ? 7) i dont know how spdif works, because i have not any spdif speakers in house
Amilo patch:
- when black jack pluged, only internal speaker mutes, subwoofer
continue to work (it has no meaning when i listen to music in headphones)
I posted a new patch some time ago, can you try it?
- there is only 1 map for jacks: front/ext mic/ (something i dont
know, it should be line in)
My laptop, Aspire 6930, has a black jack (headphones), a pink one (external mic) and a light blue one (line in). What's the difference with your laptop?
- there no side and center channels
Subwoofer is LFE, the other speaker is Front. Is any other speaker missing?
- internal mic dont work
It works here, did you choose "Int mic" and raised the volume to max?
- there no line in in input source menu in mixer
- Subwoofer controls with LFE channel in mixer
? 7) i dont know how spdif works, because i have not any spdif speakers in house
Same here, unfortunately.
BTW, I'm Emilio, with "E" hehe
2009/6/25 Emilio López buhitoescolar@gmail.com
I posted a new patch some time ago, can you try it?
Sorry but i have problems with drivers now, after trying your patch i decided to reinstall drivers with my patch. I install by
su ./configure make make install
But after install alsamixer shows that chip of standart device is NVIDIA mcp78 hdmi (it's is HDMI output). And there is no ALC888 device. I don't know what to do. Any ideas? (please dont send them to maillist it's not about this theme)
- there is only 1 map for jacks: front/ext mic/ (something i dont
know, it should be line in)
My laptop, Aspire 6930, has a black jack (headphones), a pink one (external mic) and a light blue one (line in). What's the difference with your laptop?
In my laptop various functions can be assigned to jacks. For ex. blue can be side(in 4 channel and 6 channel modes) or line in (in 2channel mode). So there are 3 maps: for 2, 4, 6 channel modes. In 6 channel mode i can connect laptop with 5.1 speakers for ex, in 4 ch i can use quadro speakers and ext mic, in 2ch i can use headphones,ext mic and line in.
- there no side and center channels
Subwoofer is LFE, the other speaker is Front. Is any other speaker missing?
I think you understand me already (read my second answer)
- internal mic dont work
It works here, did you choose "Int mic" and raised the volume to max?
Yes, of course.
- there no line in in input source menu in mixer
- Subwoofer controls with LFE channel in mixer
? 7) i dont know how spdif works, because i have not any spdif speakers in house
Same here, unfortunately.
BTW, I'm Emilio, with "E" hehe
Sorry, Emilio! ))
Sorry, I was very busy last two months. We don't finish with this theme. What about my patch?
At Mon, 24 Aug 2009 17:10:10 +0400, Denis Kup wrote:
Sorry, I was very busy last two months. We don't finish with this theme. What about my patch?
Please check with the latest sound GIT tree (or alsa-driver snapshot) whether it still work and repost the patch. There have been lots of changes in HD-audio driver code, so an old patch might not work any more.
thanks,
Takashi
participants (3)
-
Denis Kup
-
Emilio López
-
Takashi Iwai