Re: Change Machine, No Sound (longish)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



stan wrote:
On Fri, 19 Jun 2009 16:22:59 -0500
Mike McCarty <Mike.McCarty@xxxxxxxxxxxxx> wrote:

$ cat /etc/modules.conf
# I2C module options
alias char-major-89 i2c-dev
#options parport_pc io=0x378 irq=7 dma=3
options parport_pc io=0x378 irq=7

When I looked at my file, I realized I've been giving you bad
information.  The file in /etc is modprobe.conf, not modules.conf. Here
is how you set it

Hmm, mine looks a little odd...

$ cat /etc/modprobe.conf
alias eth0 via-rhine
alias snd-card-0 snd-via82xx
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx

options snd cards_limit=8
alias snd-card-0 snd-ice1724   <---- replace snd-ice1724 with your card
options snd-ice1724 index=0    <---- should be snd-via32xx for you
alias snd-card-1 snd-ck8s      <---- you can delete these two
options snd-ck8s index=1       <---- lines.
alias snd-card-7 snd-usb-audio <---- this doesn't hurt anything
options snd-usb-audio index=7  <---- so you can leave it

This info is also in the alsa-info.sh output.
I don't see anything in there about sound cards at all.
Maybe I need to add another alias or something in there. I could try
pulling that file from a backup, and see what it used to look like.

The output of aplay was, to say the least, verbose, being 249 lines.
What part of it is significant?


The part that says card 0.  It will tell you which device is considered
card 0 and thus default.  What you want to see is that the via is card
0, and not the modem device.  This info is also in the alsa-info.sh
output.

249 lines.  Wow!  With two cards my system is just over one screen.

Try just    aplay -l

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: V8235 [VIA 8235], device 0: VIA 8235 [VIA 8235]
  Subdevices: 4/4
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
card 0: V8235 [VIA 8235], device 1: VIA 8235 [VIA 8235]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

It looks like it found the "card".


So my default device is the ICE1724.  You want to see VIA32xx as card 0.

I suppose that's a tpyo for VIA82xx.


Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux