You are not logged in.
Pages: 1
My lsmod:
Module Size Used by Not tainted
bcm4400 33612 1
ide-scsi 10608 0
scsi_mod 90464 1 [ide-scsi]
snd-pcm-oss 39876 0 (unused)
snd-mixer-oss 13976 0 [snd-pcm-oss]
snd-intel8x0 20648 3
snd-ac97-codec 49852 0 [snd-intel8x0]
snd-pcm 67296 1 [snd-pcm-oss snd-intel8x0]
snd-timer 15940 0 [snd-pcm]
snd-page-alloc 7252 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3856 0 [snd-intel8x0]
snd-rawmidi 14656 0 [snd-mpu401-uart]
snd-seq-device 4404 0 [snd-rawmidi]
snd 35844 2 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
rtc 7848 0 (autoclean)
Alsa seems to be operating correctly (e.g. I completed all the steps in the arch wiki howto, and xmms "plays" w/ no sound but also with no errors), but it doesn't produce sound. I double checked, and the channels aren't muted.
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
When I had this problem, I eventually found that I HAD to mute one of the channels in order to get sound - see my final posting in this thread:
http://bbs.archlinux.org/viewtopic.php? … light=alsa
May be worth a try anyway
Offline
What have you in rc.conf?
Mr Green
Offline
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="UTC"
TIMEZONE=America/Detriot
KEYMAP=us
CONSOLEFONT=
USECOLOR="yes"
#
# Networking
#
HOSTNAME="vande198"
#
# Module to load at boot-up (in this order)
# (prefix a module with a ! to disable it)
#
MODULES=(!usbserial snd-intel8x0 snd-pcm-oss ide-scsi !sr_mod !sd_mod !sg bcm4400)
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
#
gateway="35.8.2.3"
ROUTES=(!gateway)
#
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
#
DAEMONS=(syslogd klogd network alsamixer crond sshd)
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
looks Ok.
What DM u using?
Mr Green
Offline
DM? What does DM signify?
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
Kde Gnome etc......
Mr Green
Offline
because my AL doesn't have /dev/dsp and I'm not comfortable with devfs, I find this solution. I used KDE KPanel and said to him that I have ALSA. Now KDE doesn't look in /dev/dsp, and it works. I would really like to know where it "looks" though cause that's why I switch from Gnome
Offline
I run xfce4 as my Desktop Environment, but I have KDE installed so that I can used K3B.
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
because my AL doesn't have /dev/dsp and I'm not comfortable with devfs, I find this solution. I used KDE KPanel and said to him that I have ALSA. Now KDE doesn't look in /dev/dsp, and it works. I would really like to know where it "looks" though cause that's why I switch from Gnome
It doesn't look like that works here. I set it to automatic and alsa and in both cases nothing went when I played juk.
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
being curious, I turned up all of the balances in alsamixer....Everybody within 3 miles of here found out that alsa doesn't output to Master, but rather to "headphone" on my machine. Ouch. Thanks everybody....operator error.
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
it should look like this:
snd-pcm-oss 39876 0
snd-mixer-oss 13976 0 [snd-pcm-oss]
snd-intel8x0 20648 3
snd-ac97-codec 49852 0 [snd-intel8x0]
snd-pcm 67296 1 [snd-pcm-oss snd-intel8x0]
snd-timer 15940 0 [snd-pcm]
snd-page-alloc 7252 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3856 0 [snd-intel8x0]
snd-rawmidi 14656 0 [snd-mpu401-uart]
snd-seq-device 4404 0 [snd-rawmidi]
snd 35844 2 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac9
7-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
your problem is (i think) here:
snd-pcm-oss 39876 0 (unused)
what output plugin have you selected in xmms? try ALSA, if not already (it's often default OSS)
[damir@Asteraceae /]$ more /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.3 emulation code)
Kernel: Linux Asteraceae 2.4.25 #1 SMP Wed Feb 18 09:49:32 PST 2004 i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
Intel 82801CA-ICH3 at 0x1c00, irq 11
Audio devices:
0: Intel 82801CA-ICH3 (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices: NOT ENABLED IN CONFIG
Timers:
7: system timer
Mixers:
0: Analog Devices AD1881A,Silicon
something simmilar?
The impossible missions are the only ones which succeed.
Offline
Pages: 1