I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
------- System Config Soundcard -------- mar mar 28 16:52:32 CEST 2006
------- lspci -------- 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 02) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 02) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02) 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) 00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 01:00.0 VGA compatible controller: Cirrus Logic GD 5465 [Laguna] (rev 02)
------- lsmod -------- Module Size Used by vfat 11969 1 fat 47709 1 vfat sd_mod 16577 2 sg 32349 0 usb_storage 62497 1 scsi_mod 125289 3 sd_mod,sg,usb_storage autofs4 19013 1 sunrpc 136573 1 ipv6 225569 16 ppp_synctty 10433 0 ppp_async 11841 0 crc_ccitt 2241 1 ppp_async ppp_generic 28373 2 ppp_synctty,ppp_async slhc 6593 1 ppp_generic xt_state 2241 2 iptable_filter 3137 1 iptable_mangle 2881 0 ipt_MASQUERADE 3777 1 ipt_REDIRECT 2241 1 xt_tcpudp 3265 1 iptable_nat 8133 1 ip_nat 16621 3 ipt_MASQUERADE,ipt_REDIRECT,iptable_nat ip_conntrack 49261 4 xt_state,ipt_MASQUERADE,iptable_nat,ip_nat nfnetlink 6489 2 ip_nat,ip_conntrack ip_tables 11657 3 iptable_filter,iptable_mangle,iptable_nat x_tables 12613 6 xt_state,ipt_MASQUERADE,ipt_REDIRECT,xt_tcpudp,iptable_nat,ip_tables dm_mirror 19985 0 dm_mod 50521 1 dm_mirror video 14917 0 button 6609 0 battery 9285 0 ac 4933 0 lp 12297 0 parport_pc 25445 1 parport 34313 2 lp,parport_pc floppy 57733 0 nvram 8393 0 uhci_hcd 28881 0 8139cp 21185 0 i2c_piix4 8529 0 8139too 25409 0 mii 5313 2 8139cp,8139too ne2k_pci 10657 0 8390 9925 1 ne2k_pci i2c_core 20673 1 i2c_piix4 ext3 116169 2 jbd 52693 1 ext3
------- /etc/modprobe.conf -------- # Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb #options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0 alias snd-card-0 snd-sbawe install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 8139too alias eth0 ne2k-pci
------- /etc/asound.conf --------
------- aplay -l -------- aplay: device_list:222: no soundcards found...
------- amixer --------
------- /proc/asound/version --------
------- rpm -q alsa-lib -------- alsa-lib-1.0.11-3.rc2.2
------- rpm -q alsa-utils -------- alsa-utils-1.0.11-3.rc2
------- /proc/asound/modules --------
------- /proc/asound/pcm --------
------- system-config-soundcard --------
Wrong card index 0... /usr/share/system-config-soundcard/soundcard.py:273: DeprecationWarning: use gtk.ComboBox self.primarySubDeviceOptionMenu = gtk.OptionMenu() /usr/share/system-config-soundcard/soundcard.py:308: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead self.timer = gtk.timeout_add (100, self.checkStatus, self) /usr/share/system-config-soundcard/soundcard.py:548: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead gtk.main() ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card aplay: main:547: audio open error: No such device ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card aplay: main:547: audio open error: No such device Read config: card 0 device 0 HW 0 ----------- Kudzu -------------
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim ---
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim This is the standard config file for 1.2080 kernel....something is broken, I assume....
ISA devices # CONFIG_SND_CS4231_LIB=m # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set # CONFIG_SND_ALS100 is not set # CONFIG_SND_AZT2320 is not set # CONFIG_SND_CMI8330 is not set # CONFIG_SND_CS4231 is not set # CONFIG_SND_CS4232 is not set CONFIG_SND_CS4236=m # CONFIG_SND_DT019X is not set # CONFIG_SND_ES968 is not set # CONFIG_SND_ES1688 is not set # CONFIG_SND_ES18XX is not set # CONFIG_SND_GUSCLASSIC is not set # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set CONFIG_SND_OPL3SA2=m # CONFIG_SND_OPTI92X_AD1848 is not set # CONFIG_SND_OPTI92X_CS4231 is not set # CONFIG_SND_OPTI93X is not set # CONFIG_SND_SB8 is not set CONFIG_SND_SB16=m CONFIG_SND_SBAWE=m # CONFIG_SND_SB16_CSP is not set # CONFIG_SND_SGALAXY is not set # CONFIG_SND_SSCAPE is not set # CONFIG_SND_WAVEFRONT is not set
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani antonio.montagnani@gmail.com wrote: 2006/3/31, Jim Cornette :
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
Jim This is the standard config file for 1.2080 kernel....something is broken, I assume....
ISA devices # CONFIG_SND_CS4231_LIB=m # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set # CONFIG_SND_ALS100 is not set # CONFIG_SND_AZT2320 is not set # CONFIG_SND_CMI8330 is not set # CONFIG_SND_CS4231 is not set # CONFIG_SND_CS4232 is not set CONFIG_SND_CS4236=m # CONFIG_SND_DT019X is not set # CONFIG_SND_ES968 is not set # CONFIG_SND_ES1688 is not set # CONFIG_SND_ES18XX is not set # CONFIG_SND_GUSCLASSIC is not set # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set CONFIG_SND_OPL3SA2=m # CONFIG_SND_OPTI92X_AD1848 is not set # CONFIG_SND_OPTI92X_CS4231 is not set # CONFIG_SND_OPTI93X is not set # CONFIG_SND_SB8 is not set CONFIG_SND_SB16=m CONFIG_SND_SBAWE=m # CONFIG_SND_SB16_CSP is not set # CONFIG_SND_SGALAXY is not set # CONFIG_SND_SSCAPE is not set # CONFIG_SND_WAVEFRONT is not setI have a great sounding ISA sbawe 64 that is not being detected, although the module is there ... I cannot fathom removing support for ISA when there are so many junkers, like mine, that do useful work using older hardware. Whasupp wi dat? Surely there is another issue? -Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================ --------------------------------- Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim
it is very strange. If I modprobe snd-sbawe, sound works, even if soundconfig doesn't work (this maybe connected to ISA, i.e. soundconfig may work only on PCI cards....)
-- Antonio Montagnani Skype : antoniomontag
2006/3/31, antonio montagnani antonio.montagnani@gmail.com:
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim
it is very strange. If I modprobe snd-sbawe, sound works, even if soundconfig doesn't work (this maybe connected to ISA, i.e. soundconfig may work only on PCI cards....)
-- Antonio Montagnani Skype : antoniomontag
do you see any mistake in my modprobe.conf file???
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb #options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0 alias snd-card-0 snd-sbawe install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
2006/3/31, antonio montagnani antonio.montagnani@gmail.com:
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim
it is very strange. If I modprobe snd-sbawe, sound works, even if soundconfig doesn't work (this maybe connected to ISA, i.e. soundconfig may work only on PCI cards....)
-- Antonio Montagnani Skype : antoniomontag
do you see any mistake in my modprobe.conf file???
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb #options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0 alias snd-card-0 snd-sbawe install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx
-- Antonio Montagnani Skype : antoniomontag
Fortunately you can still install the module for your soundcard. Maybe the soundcard configuration program was changed to only manage ISA cards.
All I can see is a lot of commented out lines in your file. For comparison, below is my modprobe.conf file. The file is leaner than what you have. I have a different soundcard though.
Try booting with enforcing=0 appended to your grub boot loader on boot. This will put selinux in permissive mode while you are booting the system and should also log the avc denied message if the problem is related to security content.
For comparison, my modprobe.conf
cat /etc/modprobe.conf alias eth0 natsemi alias snd-card-0 snd-ali5451 options snd-card-0 index=0 options snd-ali5451 index=0 remove snd-ali5451 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ali5451 # I2C module options alias char-major-89 i2c-dev
The remove snd-ali5451 line above wrapped but is all on one line in my config file. My sound works with the above entries.
Jim
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
2006/3/31, antonio montagnani antonio.montagnani@gmail.com:
2006/3/31, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I have an ISA card (SB Awe) that was working on FC4. Now after upgrade from FC4 to FC5 it is not working any more. Something is wrong with system-config-soundcard???
This is the output of the log file after sound configuration tools was used. Any idea????? Computer is fully updated
I believe that ISA support in the kernel was removed. It was either in the kernel or something directly related to ISA sound cards in user land.
Slightly unsure, Jim
What does it mean??
-- Antonio Montagnani Skype : antoniomontag
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim
it is very strange. If I modprobe snd-sbawe, sound works, even if soundconfig doesn't work (this maybe connected to ISA, i.e. soundconfig may work only on PCI cards....)
-- Antonio Montagnani Skype : antoniomontag
do you see any mistake in my modprobe.conf file???
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb #options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0 alias snd-card-0 snd-sbawe install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx
-- Antonio Montagnani Skype : antoniomontag
Fortunately you can still install the module for your soundcard. Maybe the soundcard configuration program was changed to only manage ISA cards.
All I can see is a lot of commented out lines in your file. For comparison, below is my modprobe.conf file. The file is leaner than what you have. I have a different soundcard though.
Try booting with enforcing=0 appended to your grub boot loader on boot. This will put selinux in permissive mode while you are booting the system and should also log the avc denied message if the problem is related to security content.
For comparison, my modprobe.conf
cat /etc/modprobe.conf alias eth0 natsemi alias snd-card-0 snd-ali5451 options snd-card-0 index=0 options snd-ali5451 index=0 remove snd-ali5451 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ali5451 # I2C module options alias char-major-89 i2c-dev
The remove snd-ali5451 line above wrapped but is all on one line in my config file. My sound works with the above entries.
Jim
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Selinux is already deactivated...... I have to re-write the lines for sound in modprobe.conf
Tnx -- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb <---- you don't have sbawe here #options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0 alias snd-card-0 snd-sbawe install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Mine isn't being detected either, for what that's worth, but you do have that mistake where you declare sb instead of sbawe which is commented out. I wouldn't trade my old sbawe64 for anything. It rocks. Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================ --------------------------------- How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
2006/3/31, Rickey Moore wayward4now@yahoo.com:
antonio montagnani wrote:
alias parport_lowlevel parport_pc alias usb-controller uhci-hcd #alias snd-card-0 sb <---- you don't have sbawe here
#options sound dmabuf=1 #options opl3 io=0x388 #alias synth0 awe_wave #options sb isapnp=1 #install awe_wave /sbin/modprobe --first-time --ignore-install awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; } #install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
--ignore-remove sound-slot-0
alias snd-card-0 snd-sbawe <---------is it correct???
install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Mine isn't being detected either, for what that's worth, but you do have that mistake where you declare sb instead of sbawe which is commented out. I wouldn't trade my old sbawe64 for anything. It rocks. Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================
How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Rickey
tnx for your answer. 1) have you tried to issue a modeprobe <driver-of-card>. Mine worked immediately... 2) i have alias snd-card-0 snd-sbawe before install etc, etc, I have put an arrow.Is it correct???
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani antonio.montagnani@gmail.com wrote: 2006/3/31, Rickey Moore :
#alias snd-card-0 sb <---- you don't have sbawe here
tnx for your answer. 1) have you tried to issue a modeprobe . Mine worked immediately... 2) i have alias snd-card-0 snd-sbawe before install etc, etc, I have put an arrow.Is it correct???
Oh no! I just put that arrow there to point out that sb should be sbawe. I have started a thread about isapnp (ISA plug & play) which doesn't seem to be working as it did in fc4. On boot isapnp should be picking up on any ISA device and auto-installing it without modprobing by hand. I'm not seeing that happen. Yes, I yum upgraded and am still recovering! Whew! There are a lot of rpms that didn't make the trip, but yum thinks they did. Thanks for your help ... I really like the old sbawe, it's one hellagood quality playback device. Sounds better than a lot of the newer pci ones under $100 Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================ --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.
2006/3/31, Rickey Moore wayward4now@yahoo.com:
antonio montagnani antonio.montagnani@gmail.com wrote: 2006/3/31, Rickey Moore :
#alias snd-card-0 sb <---- you don't have sbawe here
tnx for your answer.
- have you tried to issue a modeprobe . Mine worked
immediately... 2) i have alias snd-card-0 snd-sbawe before install etc, etc, I have put an arrow.Is it correct???
Oh no! I just put that arrow there to point out that sb should be sbawe. I have started a thread about isapnp (ISA plug & play) which doesn't seem to be working as it did in fc4. On boot isapnp should be picking up on any ISA device and auto-installing it without modprobing by hand. I'm not seeing that happen. Yes, I yum upgraded and am still recovering! Whew! There are a lot of rpms that didn't make the trip, but yum thinks they did. Thanks for your help ... I really like the old sbawe, it's one hellagood quality playback device. Sounds better than a lot of the newer pci ones under $100 Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================
New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
do you hear sound now??. I have to check if isapnp is installed in my office computer, where I have the problem....
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani antonio.montagnani@gmail.com wrote: do you hear sound now??. I have to check if isapnp is installed in my office computer, where I have the problem.... Nope, I'm googling all over the place to figure out what and where isapnp runs from to know where to look for it and hopefully crank up or debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. <g> I'll get back to you and relate what I'm finding. Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================ --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
Rickey Moore wrote:
*/antonio montagnani antonio.montagnani@gmail.com/* wrote:
do you hear sound now??. I have to check if isapnp is installed in my office computer, where I have the problem....Nope, I'm googling all over the place to figure out what and where isapnp runs from to know where to look for it and hopefully crank up or debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. <g> I'll get back to you and relate what I'm finding. Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================
New Yahoo! Messenger with Voice. Call regular phones from your PC http://us.rd.yahoo.com/mail_us/taglines/postman6/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com and save big.
I'm getting the kernel and Kudzu using locate. /sound/isa modules show up in a lot of kernel items. I would not think that the feature to recognize pnp isa cards would be removed from kudzu. The feature could have been removed though. Is it possible to use an older version of kudzu to see if it was gutted? My guess deps would be heavy. Probably putting a bug report against kudzu would be wise since ISA and PNP are still needed.
Jim
locate isapnp /lib/modules/2.6.16-1.2069_FC5/modules.isapnpmap /lib/modules/2.6.16-1.2080_FC5/modules.isapnpmap /usr/include/kudzu/isapnp.h /usr/include/linux/isapnp.h /usr/src/kernels/2.6.16-1.2069_FC5-i686/drivers/pnp/isapnp /usr/src/kernels/2.6.16-1.2069_FC5-i686/drivers/pnp/isapnp/Kconfig /usr/src/kernels/2.6.16-1.2069_FC5-i686/drivers/pnp/isapnp/Makefile /usr/src/kernels/2.6.16-1.2069_FC5-i686/include/config/isapnp.h /usr/src/kernels/2.6.16-1.2069_FC5-i686/include/linux/isapnp.h /usr/src/kernels/2.6.16-1.2080_FC5-i686/drivers/pnp/isapnp /usr/src/kernels/2.6.16-1.2080_FC5-i686/drivers/pnp/isapnp/Kconfig /usr/src/kernels/2.6.16-1.2080_FC5-i686/drivers/pnp/isapnp/Makefile /usr/src/kernels/2.6.16-1.2080_FC5-i686/include/config/isapnp.h /usr/src/kernels/2.6.16-1.2080_FC5-i686/include/linux/isapnp.h
Jim Cornette fc-cornette@insight.rr.com wrote:
debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. I'll get back to you and relate what I'm finding. Ric
I'm getting the kernel and Kudzu using locate. /sound/isa modules show up in a lot of kernel items. I would not think that the feature to recognize pnp isa cards would be removed from kudzu. The feature could have been removed though. Is it possible to use an older version of kudzu to see if it was gutted? My guess deps would be heavy. Probably putting a bug report against kudzu would be wise since ISA and PNP are still needed. I still haven't a clue as to what happened to fire isapnp back up, but I'm loath to file a bug report as I did a yum-upgrade path which hosed ALOT of the system when yum segfaulted on me during the upgrade. That hurt! So, I can't really bitch about anything, I'm no victim, I volunteered.
udev is still hosed, at least on bootup. Once I get past that one, I'll be pretty close to being operational. thanx, Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================ --------------------------------- Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
2006/4/3, Rickey Moore wayward4now@yahoo.com:
Jim Cornette fc-cornette@insight.rr.com wrote:
debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. I'll get back to you
and relate what I'm finding. Ric
I'm getting the kernel and Kudzu using locate. /sound/isa modules show up in a lot of kernel items. I would not think that the feature to recognize pnp isa cards would be removed from kudzu. The feature could have been removed though. Is it possible to use an older version of kudzu to see if it was gutted? My guess deps would be heavy. Probably putting a bug report against kudzu would be wise since ISA and PNP are still needed. I still haven't a clue as to what happened to fire isapnp back up, but I'm loath to file a bug report as I did a yum-upgrade path which hosed ALOT of the system when yum segfaulted on me during the upgrade. That hurt! So, I can't really bitch about anything, I'm no victim, I volunteered.
udev is still hosed, at least on bootup. Once I get past that one, I'll be pretty close to being operational. thanx, Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
This is my updated modprobe.conf. I still do not understand why the sound card doesn't work at boot-time, but if I issue modprobe snd-sbawe it works immediately. Shall I had this line to some rc file??
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd options snd-sbawe isapnp=1 install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx for help -- Antonio Montagnani Skype : antoniomontag
2006/4/3, antonio montagnani antonio.montagnani@gmail.com:
2006/4/3, Rickey Moore wayward4now@yahoo.com:
Jim Cornette fc-cornette@insight.rr.com wrote:
debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. I'll get back to you
and relate what I'm finding. Ric
I'm getting the kernel and Kudzu using locate. /sound/isa modules show up in a lot of kernel items. I would not think that the feature to recognize pnp isa cards would be removed from kudzu. The feature could have been removed though. Is it possible to use an older version of kudzu to see if it was gutted? My guess deps would be heavy. Probably putting a bug report against kudzu would be wise since ISA and PNP are still needed. I still haven't a clue as to what happened to fire isapnp back up, but I'm loath to file a bug report as I did a yum-upgrade path which hosed ALOT of the system when yum segfaulted on me during the upgrade. That hurt! So, I can't really bitch about anything, I'm no victim, I volunteered.
udev is still hosed, at least on bootup. Once I get past that one, I'll be pretty close to being operational. thanx, Ric
================================================ My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ...the Sin of Ignorance, and ...the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/ ================================================
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
This is my updated modprobe.conf. I still do not understand why the sound card doesn't work at boot-time, but if I issue modprobe snd-sbawe it works immediately. Shall I had this line to some rc file??
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd options snd-sbawe isapnp=1 install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx for help
Antonio Montagnani Skype : antoniomontag
and this is the output of kernel log at boot-time. Why doesn't the card work??
isapnp: Scanning for PnP cards... pnp: SB audio device quirk - increasing port range pnp: AWE32 quirk - adding two ports isapnp: Card 'Creative SB32 PnP' isapnp: 1 Plug & Play card detected total
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
2006/4/3, antonio montagnani antonio.montagnani@gmail.com:
2006/4/3, Rickey Moore wayward4now@yahoo.com:
Jim Cornette fc-cornette@insight.rr.com wrote:
debug it... huh, dmesg finally shows that isapnp is now working... so that's news. I haven't a clue what did that. I'll get back to you and relate what I'm finding. Ric
I'm getting the kernel and Kudzu using locate. /sound/isa modules show up in a lot of kernel items. I would not think that the feature to recognize pnp isa cards would be removed from kudzu. The feature could have been removed though. Is it possible to use an older version of kudzu to see if it was gutted? My guess deps would be heavy. Probably putting a bug report against kudzu would be wise since ISA and PNP are still needed.
I'm glad that I'm wrong with thinking that ISA PNP was removed. Anyway detection and setting up entries in modprobe.conf seem to be faulty.
I still haven't a clue as to what happened to fire isapnp back up, but I'm loath to file a bug report as I did a yum-upgrade path which hosed ALOT of the system when yum segfaulted on me during the upgrade. That hurt! So, I can't really bitch about anything, I'm no victim, I volunteered.
udev is still hosed, at least on bootup. Once I get past that one, I'll be pretty close to being operational. thanx, Ric
This is my updated modprobe.conf. I still do not understand why the sound card doesn't work at boot-time, but if I issue modprobe snd-sbawe it works immediately. Shall I had this line to some rc file??
You could add the line to some rc file such as rc.local. It works but is not the proper way to set items up.
If I am catching onto at all how modprobe.conf works and the initrd image for the kernel, mkinitrd uses the content of modprobe.conf to load modules into the initrd image. You might try to use mkinitrd to make another image for the kernel which should contain the modules needed by the initial kernel shell program to load the modules on bootup.
I think that some person with real knowledge regarding this issue might chime in. I am going on what I think I learned by reading postings o the list in the past.
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd options snd-sbawe isapnp=1 install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx for help
Antonio Montagnani Skype : antoniomontag
and this is the output of kernel log at boot-time. Why doesn't the card work??
I have a line that references alias snd-card-0 snd-ali5451 I do not see a line like that in your modprobe.conf file. This line is located just below the line for the network. I imagine that you will need a similar line for your system to be able to access your sound card in a similar fashion that eth0 is used to identify the module used for your particular Ethernet card.
isapnp: Scanning for PnP cards... pnp: SB audio device quirk - increasing port range pnp: AWE32 quirk - adding two ports isapnp: Card 'Creative SB32 PnP' isapnp: 1 Plug & Play card detected total
-- Antonio Montagnani Skype : antoniomontag
Jim
2006/4/3, Jim Cornette fc-cornette@insight.rr.com:
# Note: for use under 2.4, changes must also be made to modules.conf! alias parport_lowlevel parport_pc alias usb-controller uhci-hcd options snd-sbawe isapnp=1 install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe #Turn off IPv6 #alias net-pf-10 off #alias net-pf-10 on #alias ipv6 off alias eth1 ne2k-pci alias eth0 8139too
Tnx for help
Antonio Montagnani Skype : antoniomontag
and this is the output of kernel log at boot-time. Why doesn't the card work??
I have a line that references alias snd-card-0 snd-ali5451 I do not see a line like that in your modprobe.conf file. This line is located just below the line for the network. I imagine that you will need a similar line for your system to be able to access your sound card in a similar fashion that eth0 is used to identify the module used for your particular Ethernet card.
isapnp: Scanning for PnP cards... pnp: SB audio device quirk - increasing port range pnp: AWE32 quirk - adding two ports isapnp: Card 'Creative SB32 PnP' isapnp: 1 Plug & Play card detected total
-- Antonio Montagnani Skype : antoniomontag
Jim
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Jim,
I refer directly to my sound card in the install/remove lines, therefore I assume (not sure) that the alias line is not necessary.
-- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
I refer directly to my sound card in the install/remove lines, therefore I assume (not sure) that the alias line is not necessary.
-- Antonio Montagnani Skype : antoniomontag
I'm not sure if the alias is needed. I would assume that the programs would rely on an alias for conformity instead of each program needing to reference a particular soundcard by its driver name.
Back in the ISA days for me, I used to compile a kernel with Ethernet and sound in the kernel. Maybe since preloading modules within the initrd is possible now, running /sbin/mkinitrd --preload=snd-sbawe /boot/<kernelversion>w-sound.img would load the sound driver on boot. I'm getting experimental here so hopefully someone could answer with practical advice.
Jim
2006/4/3, Jim Cornette fc-cornette@insight.rr.com:
antonio montagnani wrote:
I refer directly to my sound card in the install/remove lines, therefore I assume (not sure) that the alias line is not necessary.
-- Antonio Montagnani Skype : antoniomontag
I'm not sure if the alias is needed. I would assume that the programs would rely on an alias for conformity instead of each program needing to reference a particular soundcard by its driver name.
Back in the ISA days for me, I used to compile a kernel with Ethernet and sound in the kernel. Maybe since preloading modules within the initrd is possible now, running /sbin/mkinitrd --preload=snd-sbawe /boot/<kernelversion>w-sound.img would load the sound driver on boot. I'm getting experimental here so hopefully someone could answer with practical advice.
Jim
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
please read bug 178998 in bugzilla: no solution at the moment but comment #30 -- Antonio Montagnani Skype : antoniomontag
antonio montagnani wrote:
2006/4/3, Jim Cornette fc-cornette@insight.rr.com:
please read bug 178998 in bugzilla: no solution at the moment but comment #30
Antonio Montagnani Skype : antoniomontag
Thanks! It was an interesting to read bug report. So basically you need the alias to your real sond card in order for modprobe to load it by alias.
I think the adding the file to /etc/sysconfig/modules as described in an earlier post on another subject would be the best place to locate a isasound.modules file with the information.
so hotplug was needed for ISA cards!
Sound-related lines in FC5 modprobe.conf:
alias snd-card-0 snd-cs4236 options snd-card-0 index=0 options snd-cs4236 index=0 remove snd-cs4236 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-cs4236
Comment #30 From Jon Burgess (jburgess@uklinux.net) on 2006-03-20 16:20 EST [reply]
The modprobe.conf file in comment 29 looks OK to me. No changes to this file are going to improve the loading of this module.
I think the simplest solution is to do:
# echo "/sbin/modprobe snd-card-0" >> /etc/rc.local
modprobe will map snd-card-0 to the real driver using the alias line from the modprobe.conf. This will ensure that whatever module is configured will get loaded on every boot.
Does anyone else has a better solution?