Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Sound] ASUS G50Vt, sound doesn't work

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
t0mdrew
Posts: 6
Joined: 2010-04-22 20:38

[Sound] ASUS G50Vt, sound doesn't work

#1 Post by t0mdrew »

Hey all. I'm somewhat new to Linux, but I know basics. (I know my way around the terminal, etc.). Today I installed Debian 5.0 on my ASUS G50Vt laptop. I know ASUS laptops have a notorious problem with Linux and the headphone jack, but my problem seems to be different. I installed all of the ALSA drivers and tools, ran

Code: Select all

alsaconf
and picked my sound card (hda-intel). This was all fine and dandy, but my sound doesn't work. My built-in speakers don't play any sound. I checked

Code: Select all

alsamixer
and nothing is muted. Anyone have any ideas?

Japser
Posts: 173
Joined: 2008-02-13 13:21

Re: [Sound] ASUS G50Vt, sound doesn't work

#2 Post by Japser »

http://www.kernel.org/doc/Documentation/sound/alsa/
http://www.kernel.org/doc/Documentation ... Models.txt
ALC662/663/272
==============
3stack-dig 3-stack (2-channel) with SPDIF
3stack-6ch 3-stack (6-channel)
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
eeepc-p701 ASUS Eeepc P701
eeepc-ep20 ASUS Eeepc EP20
ecs ECS/Foxconn mobo
m51va ASUS M51VA
g71v ASUS G71V
h13 ASUS H13
g50v ASUS G50V
asus-mode1 ASUS
asus-mode2 ASUS
asus-mode3 ASUS
asus-mode4 ASUS
asus-mode5 ASUS
asus-mode6 ASUS
dell Dell with ALC272
dell-zm1 Dell ZM1 with ALC272
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)

t0mdrew
Posts: 6
Joined: 2010-04-22 20:38

Re: [Sound] ASUS G50Vt, sound doesn't work

#3 Post by t0mdrew »

Japser wrote:http://www.kernel.org/doc/Documentation/sound/alsa/
http://www.kernel.org/doc/Documentation ... Models.txt
ALC662/663/272
==============
3stack-dig 3-stack (2-channel) with SPDIF
3stack-6ch 3-stack (6-channel)
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
eeepc-p701 ASUS Eeepc P701
eeepc-ep20 ASUS Eeepc EP20
ecs ECS/Foxconn mobo
m51va ASUS M51VA
g71v ASUS G71V
h13 ASUS H13
g50v ASUS G50V
asus-mode1 ASUS
asus-mode2 ASUS
asus-mode3 ASUS
asus-mode4 ASUS
asus-mode5 ASUS
asus-mode6 ASUS
dell Dell with ALC272
dell-zm1 Dell ZM1 with ALC272
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)
Thanks for a response! I tried appending /etc/modprobe.d/alsa-base with the lines listed here, but it hasn't worked either. Would you mind telling me why you linked what you linked and why you quoted what you quoted?

Edit: Also, here are a few things that might help,

aplay -l

Code: Select all

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
lsmod | grep snd

Code: Select all

snd_hda_intel         436696  3 
snd_pcm                81800  2 snd_hda_intel
snd_seq                54304  0 
snd_timer              25744  3 snd_pcm,snd_seq
snd_seq_device         11668  1 snd_seq
snd                    63688  9 snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore              12064  1 snd
snd_page_alloc         13072  2 snd_hda_intel,snd_pcm

Japser
Posts: 173
Joined: 2008-02-13 13:21

Re: [Sound] ASUS G50Vt, sound doesn't work

#4 Post by Japser »

Sorry, can't help much more, I thought I point you to the documentation, because your model -is- listed.

--Japser.

t0mdrew
Posts: 6
Joined: 2010-04-22 20:38

Re: [Sound] ASUS G50Vt, sound doesn't work

#5 Post by t0mdrew »

Japser wrote:Sorry, can't help much more, I thought I point you to the documentation, because your model -is- listed.

--Japser.
How do you suggest I use this documentation? Which files should I read? Just because my model is listed doesn't mean I magically know what to do and where to look.

t0mdrew
Posts: 6
Joined: 2010-04-22 20:38

Re: [Sound] ASUS G50Vt, sound doesn't work

#6 Post by t0mdrew »

Solved this by the way. Had to update some stuff. Thanks anyway.

Serj
Posts: 1
Joined: 2010-05-02 08:11

Re: [Sound] ASUS G50Vt, sound doesn't work

#7 Post by Serj »

I'm have the same model too. And I have the same problem too. How did you solve this problem? Earlier I used alsa linuxant build package. But it seems this package doesn't work with the newest kernel

Oh. I get it. The solution on linlap(http://www.linlap.com/wiki/Asus+G50V#sound) still works. Restarting service didn't help. I just need too reboot computer.

Post Reply