belthezar
19th May 2004, 05:52 PM
I am a longtime Linux user but brand new Fedora Core 2 user. I just wiped out my Gentoo setup at work on a Dell GX270 machine to mess around with Fedora Core 2.
I have everything up and running well except for my sound.
Fedora correctly detects that I have a 5880 AudioPCI (onboard sound) sound card that should use the snd-ens1371 driver. This is also the driver that Gentoo was using and it worked there. However under Fedora all I get is loud static or nothing at all.
Here are some relevant bits of info that I've seen other posts requests:
Results of /sbin/lspci -v:
02:08.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
Subsystem: Ensoniq Creative Sound Blaster AudioPCI128
Flags: bus master, slow devsel, latency 64, IRQ 11
I/O ports at ecc0
Capabilities: [dc] Power Management version 1
Results of /usr/sbin/kudzu -p --class=AUDIO :
-
class: AUDIO
bus: PCI
detached: 0
driver: snd-ens1371
desc: "Ensoniq|5880 AudioPCI"
vendorId: 1274
deviceId: 5880
subVendorId: 1274
subDeviceId: 2000
pciType: 1
pcidom: 0
pcibus: 2
pcidev: 8
pcifn: 0
original modeprobe.conf :
alias eth0 e1000
alias snd-card-0 snd-ens1371
install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371
New modprobe.conf per another post I found:
# ALSA portion
alias char-major-116* snd
alias snd-card-0 snd-ens1371
# OSS/Free portion
alias char-major-14* soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && { /usr/sbin/alsactl restore >/
dev/null 2>&1 || :; }
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore
-remove
install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /e
tc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 2>&1 || :; }; /sbin/mo
dprobe -r --ignore-remove
That is everything I could think of to post, hopefully someone has seen this problem and can help out. Otherwise I really like FC2 so far, it's very slick and professional looking!
Thanks in advance,
Jim
I have everything up and running well except for my sound.
Fedora correctly detects that I have a 5880 AudioPCI (onboard sound) sound card that should use the snd-ens1371 driver. This is also the driver that Gentoo was using and it worked there. However under Fedora all I get is loud static or nothing at all.
Here are some relevant bits of info that I've seen other posts requests:
Results of /sbin/lspci -v:
02:08.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
Subsystem: Ensoniq Creative Sound Blaster AudioPCI128
Flags: bus master, slow devsel, latency 64, IRQ 11
I/O ports at ecc0
Capabilities: [dc] Power Management version 1
Results of /usr/sbin/kudzu -p --class=AUDIO :
-
class: AUDIO
bus: PCI
detached: 0
driver: snd-ens1371
desc: "Ensoniq|5880 AudioPCI"
vendorId: 1274
deviceId: 5880
subVendorId: 1274
subDeviceId: 2000
pciType: 1
pcidom: 0
pcibus: 2
pcidev: 8
pcifn: 0
original modeprobe.conf :
alias eth0 e1000
alias snd-card-0 snd-ens1371
install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371
New modprobe.conf per another post I found:
# ALSA portion
alias char-major-116* snd
alias snd-card-0 snd-ens1371
# OSS/Free portion
alias char-major-14* soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && { /usr/sbin/alsactl restore >/
dev/null 2>&1 || :; }
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore
-remove
install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /e
tc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 2>&1 || :; }; /sbin/mo
dprobe -r --ignore-remove
That is everything I could think of to post, hopefully someone has seen this problem and can help out. Otherwise I really like FC2 so far, it's very slick and professional looking!
Thanks in advance,
Jim