Sound on Acer Aspire ZWLMi notebook

JeeBee JeeBee at troefpunt.nl
Mon Jul 31 12:30:37 UTC 2006


Dear Pithball,

Thanks for trying to help me. I will now perform the steps
you mentioned.

> Ok. Try this.
> Change your /etc/modprobe.conf back to its original form 
< then try this routine again and copy and paste all terminal output here.

For some reason, I have /etc/modprobe.d/sound, so I moved that
to /tmp. I guess that's okay.

[root at localhost etc]# grep -ri snd mod* | grep -v "#"
modprobe.conf.old:alias snd-card-0 snd-cs4236
modprobe.conf.old:alias sound-slot-0 snd-cs4236
modprobe.conf.old:options snd-cs4236 port=0x530 cport=0x538 isapnp=0 dma1=1 dma2=0 irq=5
modprobe.d/sound:alias snd-card-0 snd-hda-intel
modprobe.d/sound:alias sound-slot-0 snd-hda-intel
[root at localhost etc]# mv modprobe.d/sound /tmp
 
> $ /sbin/service alsasound stop

[root at localhost etc]# /sbin/service alsasound stop
Shutting down sound driver: done

> $ lsmod | grep snd

[root at localhost etc]# lsmod | grep snd
snd_page_alloc         11272  0

Is correct. My /etc/init.d/alsasound explicitly omits to
rmmod snd_page_alloc.

> $ /sbin/service alsasound start

[root at localhost etc]# /sbin/service alsasound start

Gives no output at all.

> $ lsmod | grep snd

[root at localhost etc]# lsmod | grep snd
snd_page_alloc         11272  0

Hmmm, nothing because I removed the modprobe conf?
 
> Look in
> $ alsamixer

[root at localhost etc]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device

Cannot run alsamixer now.

> Also post your /root/scsound.log file after you do
> $ system-config-soundcard

[root at localhost ~]# cat scsound.log
------- System Config Soundcard --------
Mon Jul 31 14:28:47 CEST 2006

------- lspci --------
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
06:01.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
06:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

------- lsmod --------
Module                  Size  Used by
ieee80211_crypt_wep     5313  0
i915                   18369  1
drm                    70229  2 i915
autofs4                21701  1
michael_mic             2753  1
arc4                    2241  1
ieee80211_crypt_tkip    10689  1
aes                    28417  1
ieee80211_crypt_ccmp     7617  1
sunrpc                157309  1
ip_conntrack_netbios_ns     3265  0
ipt_REJECT              5569  1
xt_state                2497  2
ip_conntrack           52597  2 ip_conntrack_netbios_ns,xt_state
nfnetlink               7257  1 ip_conntrack
xt_tcpudp               3393  4
iptable_filter          3265  1
ip_tables              12809  1 iptable_filter
x_tables               14917  4 ipt_REJECT,xt_state,xt_tcpudp,ip_tables
dm_mirror              22929  0
dm_mod                 59737  1 dm_mirror
video                  16709  0
button                  6993  0
battery                10053  0
ac                      5189  0
ipv6                  243169  14
lp                     12937  0
parport_pc             27237  0
parport                37129  2 lp,parport_pc
uhci_hcd               23885  0
joydev                  9985  0
ehci_hcd               32461  0
8139cp                 22977  0
ipw2200               103581  0
8139too                27073  0
mii                     5697  2 8139cp,8139too
ieee80211              31625  1 ipw2200
ieee80211_crypt         6849  4 ieee80211_crypt_wep,ieee80211_crypt_tkip,ieee80211_crypt_ccmp,ieee80211
i2c_i801                8781  0
i2c_core               22209  1 i2c_i801
snd_page_alloc         11272  0
hw_random               6361  0
ext3                  129097  2
jbd                    57813  1 ext3

------- /etc/modprobe.conf --------
# network
alias eth0 8139too
alias wlan0 ipw2200
#

------- /etc/asound.conf --------
#Generated by system-config-soundcard, do not edit by hand
#SWCONF
#DEV 2
defaults.pcm.card 0
defaults.pcm.device 2
defaults.ctl.card 0

------- aplay -l --------
aplay: device_list:222: no soundcards found...

------- amixer --------


------- /proc/asound/version --------


------- rpm -q alsa-lib --------
alsa-lib-1.0.11-4.rc2

------- rpm -q alsa-utils --------
alsa-utils-1.0.11-4.rc2

------- /proc/asound/modules --------


------- /proc/asound/pcm --------


------- system-config-soundcard --------

Wrong card index 0...
/usr/share/system-config-soundcard/soundcard.py:273: DeprecationWarning: use gtk.ComboBox
  self.primarySubDeviceOptionMenu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:308: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
/usr/share/system-config-soundcard/soundcard.py:548: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
  gtk.main()
ALSA lib pcm_hw.c:1357:(_snd_pcm_hw_open) Invalid value for card
aplay: main:548: audio open error: No such device
Read config:
card 0
device 2
HW 0
----------- Kudzu -------------
Desc:           Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
Driver:         snd-hda-intel
Device:         None

----------- **** -------------





More information about the fedora-list mailing list