[Tfug] sound on linux

christopher floess skeptikos at gmail.com
Fri Aug 28 03:53:01 MST 2009


>
> MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave cpufreq_stats cpufreq_conservative cpufreq_userspace freq_table)
> AUTOMODS=(ac battery button processor thermal video cdrom agpgart intel-agp i2c-i801 pcspkr serio_raw uvcvideo v4l1-compat videodev ricoh_mmc sdhci sdhci-pci pci_hotplug shpchp wmi iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq snd-seq-midi-event snd-hwdep snd snd-page-alloc snd-pcm snd-rawmidi snd-timer snd-pcsp snd-hda-codec snd-hda-intel soundcore pata_acpi r8169 mac80211 iwl3945 iwlcore cfg80211 lib80211 snd-usb-audio snd-usb-lib ieee1394 ohci1394 sr_mod )
>

> DAEMONS=(syslog-ng dbus hal network networkmanager sshd mysqld cups alsa avahi-daemon avahi-dnsconfd iptables sensors crond httpd acpid )
>

this is interesting. What's the AUTOMODS thing? Seems like most of
your stuff is in there. I don't want to just copy/past atm, because
some of the stuff is not relevant to mine. With the DAEMONS section,
I've got most of the stuff that seems at all relevant to this problem.
acpid wasn't in my list, but the other stuff like hal, dbus, alsa,
are.

maybe some of your snd-* stuff is the issue. I'll tinker with this a bit.

For the sake of completeness. Here's my rc.conf. In case anyone can
see anything obvious that I've overlooked

LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Canada/Pacific"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(e1000e iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep
snd-page-alloc snd-pcm snd-timer snd !snd_intel8x0m !snd-pcsp
snd-hda-intel soundcore)

HOSTNAME="turnstile"

eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"

INTERFACES=(!eth0, !iwl4965)

gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

DAEMONS=(syslog-ng dbus hal !network alsa netfs crond !oss wicd acpid)




More information about the tfug mailing list