Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Asus N10J-A1 No Sound (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
danky
Tux's lil' helper
Tux's lil' helper


Joined: 18 Sep 2006
Posts: 115

PostPosted: Tue Jan 13, 2009 7:59 pm    Post subject: Asus N10J-A1 No Sound (SOLVED) Reply with quote

I have a Asus N10J-A1 netbook, I pretty much have all of the hardware working correctly but cannot get any sound out of it.

I am using kernel version: 2.6.27-gentoo-r7

lspci shows:

Code:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)


My kernel config for IntelHD audio:

Code:
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_HDA_HWDEP is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0


the AC97 stuff:

Code:
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_AC97_BUS=m


and lsmod:

Code:
lsmod
Module                  Size  Used by
sha1_generic           10624  0
ppp_mppe               13956  0
ppp_async              15744  0
crc_ccitt              10240  1 ppp_async
ppp_generic            28828  2 ppp_mppe,ppp_async
slhc                   13696  1 ppp_generic
rfcomm                 37648  1
hidp                   20480  2
l2cap                  27136  10 rfcomm,hidp
snd_pcm_oss            39840  0
snd_mixer_oss          20992  1 snd_pcm_oss
snd_seq_oss            33792  0
snd_seq_midi_event     14720  1 snd_seq_oss
snd_seq                50544  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device         14732  2 snd_seq_oss,snd_seq
pciehp                 35736  0
pci_hotplug            20744  1 pciehp
raw1394                28124  0
tun                    17924  0
rtc_cmos               16928  0
rtc_core               23452  1 rtc_cmos
rtc_lib                11008  1 rtc_core
acpi_cpufreq           14988  0
arc4                    9984  2
ecb                    10880  2
ath9k                 243512  0
nvidia               6900756  30
snd_hda_intel         219920  0
mac80211              125712  1 ath9k
uvcvideo               54536  0
hci_usb                20376  2
compat_ioctl32          9472  1 uvcvideo
pcspkr                 10624  0
videodev               39936  1 uvcvideo
v4l1_compat            20612  2 uvcvideo,videodev
snd_pcm                66948  2 snd_pcm_oss,snd_hda_intel
bluetooth              58724  8 rfcomm,hidp,l2cap,hci_usb
cfg80211               29832  1 mac80211
snd_timer              26376  2 snd_seq,snd_pcm
i2c_core               29076  1 nvidia
video                  24976  5
output                 11008  1 video
snd                    55204  8 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer
asus_acpi              22172  0
thermal                23836  0
backlight              12292  2 video,asus_acpi
processor              42156  4 acpi_cpufreq,thermal
snd_page_alloc         15752  2 snd_hda_intel,snd_pcm
button                 14480  0
thermal_sys            17832  3 video,thermal,processor
joydev                 16832  0
sbp2                   27020  0
ohci1394               33968  0
ieee1394               84548  3 raw1394,sbp2,ohci1394
usbhid                 39936  0
scsi_transport_fc      44420  0
scsi_tgt               19528  1 scsi_transport_fc
sg                     35252  0
scsi_wait_scan          9472  0


When I run alsamixer i see all of my faders and I unmuted everything as well as turned them up.

After some googling I found that adding this to /etc/modprobe.d/alsa may help:

Code:
options snd-hda-intel position_fix=1 model=3stack-6ch-dig


But it did nothing.

EDIT: The problem seemed to have corrected itself after a few reboots. I think the added line to /etc/modprobe.d/alsa did the trick it just took a few.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum