Am Fr, den 29.07.2005 schrieb Bob Gustafson um 10:10: > The computer is: > Gateway Solo 2150 laptop > The sound card is: > Creative Labs Ectiva EV1938 > driver snd-ens1371 > > Output of requested commands: > > /sbin/lspci -v > 00:09.0 Multimedia audio controller: Creative Labs Ectiva EV1938 > Subsystem: Gateway 2000: Unknown device 2150 > Flags: bus master, slow devsel, latency 96, IRQ 5 > I/O ports at 1080 [size=64] > I/O ports at 10c0 [size=32] > Capabilities: [dc] Power Management version 1 > cat /etc/modprobe.conf > > alias snd-card-0 snd-ens1371 > options snd-card-0 index=0 > options snd-ens1371 index=0 > remove snd-ens1371 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-ens1371 > alias usb-controller uhci-hcd > alias eth0 pegasus > alias wlan0 ndiswrapper > > /sbin/lsmod > > Module Size Used by > pegasus 26833 0 > mii 5441 1 pegasus > parport_pc 28933 1 > lp 13001 0 > parport 40585 2 parport_pc,lp > autofs4 29253 2 > rfcomm 42333 0 > l2cap 30661 5 rfcomm > bluetooth 56133 4 rfcomm,l2cap > sunrpc 167813 1 > pcmcia 29025 4 > ipt_REJECT 5569 1 > ipt_state 1857 2 > ip_conntrack 41497 1 ipt_state > iptable_filter 2881 1 > ip_tables 19393 3 ipt_REJECT,ipt_state,iptable_filter > md5 4033 1 > ipv6 267841 12 > yenta_socket 21449 3 > rsrc_nonstatic 12737 1 yenta_socket > pcmcia_core 50909 3 pcmcia,yenta_socket,rsrc_nonstatic > uhci_hcd 35153 0 > ltserial 14256 2 > ltmodem 567312 1 ltserial > i2c_piix4 8657 0 > i2c_core 21569 1 i2c_piix4 > snd_ens1371 31649 1 > gameport 18633 1 snd_ens1371 > snd_rawmidi 30305 1 snd_ens1371 > snd_ac97_codec 75961 1 snd_ens1371 > snd_seq_dummy 3653 0 > snd_seq_oss 37057 0 > snd_seq_midi_event 9153 1 snd_seq_oss > snd_seq 62289 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event > snd_seq_device 8781 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq > snd_pcm_oss 51185 0 > snd_mixer_oss 17857 1 snd_pcm_oss > snd_pcm 100169 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss > snd_timer 33605 2 snd_seq,snd_pcm > snd 57157 12 > snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pc > m_oss,snd_mixer_oss,snd_pcm,snd_timer > soundcore 10913 1 snd > snd_page_alloc 9669 1 snd_pcm > ndiswrapper 160236 0 > floppy 65141 0 > dm_snapshot 17413 0 > dm_zero 2113 0 > dm_mirror 26157 0 > ext3 132681 2 > jbd 86233 1 ext3 > dm_mod 58101 6 dm_snapshot,dm_zero,dm_mirror > > ***** Some extra commands and output ***** > aplay -l > > **** List of PLAYBACK Hardware Devices **** > card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > card 0: AudioPCI [Ensoniq AudioPCI], device 1: ES1371/2 [ES1371 DAC1] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > > aplay -L > > PCM list: > hw { > @args.0 CARD > @args.1 DEV > @args.2 SUBDEV > @args.CARD { > type string > default { > @func getenv > vars { > 0 ALSA_PCM_CARD > 1 ALSA_CARD > } > default { > @func refer > name 'defaults.pcm.card' > } > } > } > @args.DEV { > type integer > default { > @func igetenv > vars { > 0 ALSA_PCM_DEVICE > } > default { > @func refer > name 'defaults.pcm.device' > } > } > } > @args.SUBDEV { > type integer > default { > @func refer > name 'defaults.pcm.subdevice' > } > } > type hw > card $CARD > device $DEV > subdevice $SUBDEV > } > plughw { > @args.0 CARD > @args.1 DEV > @args.2 SUBDEV > @args.CARD { > type string > default { > @func getenv > vars { > 0 ALSA_PCM_CARD > 1 ALSA_CARD > } > default { > @func refer > name 'defaults.pcm.card' > } > } > } > @args.DEV { > type integer > default { > @func igetenv > vars { > 0 ALSA_PCM_DEVICE > } > default { > @func refer > name 'defaults.pcm.device' > } > } > } > @args.SUBDEV { > type integer > default { > @func refer > name 'defaults.pcm.subdevice' > } > } > type plug > slave.pcm { > type hw > card $CARD > device $DEV > subdevice $SUBDEV > } > } > plug { > @args.0 SLAVE > @args.SLAVE { > type string > } > type plug > slave.pcm $SLAVE > } > shm { > @args.0 SOCKET > @args.1 PCM > @args.SOCKET { > type string > } > @args.PCM { > type string > } > type shm > server $SOCKET > pcm $PCM > } > tee { > @args.0 SLAVE > @args.1 FILE > @args.2 FORMAT > @args.SLAVE { > type string > } > @args.FILE { > type string > } > @args.FORMAT { > type string > default raw > } > type file > slave.pcm $SLAVE > file $FILE > format $FORMAT > } > file { > @args.0 FILE > @args.1 FORMAT > @args.FILE { > type string > } > @args.FORMAT { > type string > default raw > } > type file > slave.pcm null > file $FILE > format $FORMAT > } > null { > type null > } > cards 'cards.pcm' > front 'cards.pcm.front' > rear 'cards.pcm.rear' > center_lfe 'cards.pcm.center_lfe' > side 'cards.pcm.side' > surround40 'cards.pcm.surround40' > surround41 'cards.pcm.surround41' > surround50 'cards.pcm.surround50' > surround51 'cards.pcm.surround51' > surround71 'cards.pcm.surround71' > iec958 'cards.pcm.iec958' > spdif 'cards.pcm.iec958' > modem 'cards.pcm.modem' > default 'cards.pcm.default' > dmix 'cards.pcm.dmix' > dsnoop 'cards.pcm.dsnoop' > > ---- So far looks all good. You card model is listed as supported in http://cvs.sourceforge.net/viewcvs.py/alsa/alsa-driver/CARDS-STATUS?rev=1.9 from the snd-nes1371 module, which your FC4 loads. All I can say from here is to play with alsamixer settings, or maybe google helps to find a good hint about your specific sound hardware. Sorry, can't tell you more. Alexander -- Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp Serendipity 17:39:40 up 13 days, 22:12, load average: 0.32, 0.19, 0.27
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil