Fedora Linux Support Community & Resources Center
  #16  
Old 8th December 2009, 03:44 PM
mahadevans87 Offline
Registered User
 
Join Date: Dec 2009
Posts: 17
linuxfedorafirefox
Quote:
Originally Posted by Gödel View Post
Are there any error messages in dmesg related to the driver? ('dmesg | grep fail' , and 'dmesg | grep firmware')
Code:
[root@localhost sbin]# dmesg | grep fail
PM: Resume from disk failed.
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
[root@localhost sbin]# dmesg | grep firmware
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
platform microcode: firmware: requesting intel-ucode/06-0f-0d
platform microcode: firmware: requesting intel-ucode/06-0f-0d
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw


I downloaded alsa source, lib and utils from the alsa site and compiled them.. They were all stable releases 1.0.21

---------- Post added at 09:14 PM CST ---------- Previous post was at 09:09 PM CST ----------

[root@localhost sbin]# dmesg | grep -B2 -A2 fail
NET: Registered protocol family 17
Using IPI No-Shortcut mode
PM: Resume from disk failed.
registered taskstats version 1
No TPM chip found, activating TPM-bypass!
--
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
device-mapper: multipath: version 1.1.0 loaded
EXT4-fs (sda1): internal journal on sda1:8
--
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
gameport: kgameportd exiting
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
--
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16


[root@localhost sbin]# dmesg | grep -B2 -A2 firmware
eth0: RTL8168b/8111b at 0xfa5bc000, 00:19:d1:9e:24:25, XID 38500000 IRQ 29
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
--
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
microcode: CPU0 sig=0x6fd, pf=0x1, revision=0x0
platform microcode: firmware: requesting intel-ucode/06-0f-0d
microcode: CPU1 sig=0x6fd, pf=0x1, revision=0x0
platform microcode: firmware: requesting intel-ucode/06-0f-0d
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
microcode: CPU0 updated to revision 0xa3, date = 2007-08-13
--
gameport: kgameportd exiting
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
gameport: kgameportd exiting
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_dsp.fw
Yamaha DS-1 PCI 0000:06:05.0: firmware: requesting yamaha/ds1_ctrl.fw
Yamaha DS-1 PCI 0000:06:05.0: PCI INT A disabled
Yamaha DS-1 PCI: probe of 0000:06:05.0 failed with error -16
[root@localhost sbin]#

Last edited by mahadevans87; 8th December 2009 at 03:40 PM. Reason: more info
Reply With Quote
  #17  
Old 8th December 2009, 03:44 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxfedorafirefox
Post a bug at bugzilla.redhat.org against alsa, the supplied driver should work, did you try it before compiling your own?
Reply With Quote
  #18  
Old 8th December 2009, 03:47 PM
mahadevans87 Offline
Registered User
 
Join Date: Dec 2009
Posts: 17
linuxfedorafirefox
thanks for your time :-) .. I've been trying to do this for the past 2 months.. tried diff distros and stuff.. Do you think the INTA failure is because of the 2 sound cards clashing?
Reply With Quote
  #19  
Old 8th December 2009, 04:23 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxfedorafirefox
Quote:
Originally Posted by mahadevans87 View Post
thanks for your time :-) .. I've been trying to do this for the past 2 months.. tried diff distros and stuff.. Do you think the INTA failure is because of the 2 sound cards clashing?
I don't know. If you try googling "Yamaha DS-1 PCI: probe failed with error" it returns some links you might follow. The best people to report it to are the alsa devs.

someone fixed it on an oldr kernel by downloading alsa firmware direct from alsa-project.org

http://www.linuxquestions.org/questi...d-card-704160/
Reply With Quote
  #20  
Old 8th December 2009, 04:42 PM
mahadevans87 Offline
Registered User
 
Join Date: Dec 2009
Posts: 17
linuxfedorafirefox
Hey I compiled the firmware and this is what i get.



Loading driver...
Starting sound driver: snd-ymfpci done
/usr/sbin/alsactl: load_state:1608: No soundcards found...
Setting default volumes...
Reply With Quote
  #21  
Old 8th December 2009, 05:03 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxfedorafirefox
Best to report it as an alsa bug, since I think the card is supposed to be supported.
Reply With Quote
Reply

Tags
alsa, sound, soundcard pci alsa

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No sound via HDMI to Yamaha A/V receiver Razorblade Using Fedora 0 11th July 2009 07:48 AM
Yamaha OPL3SA2 Sound in Fedora Core 1 morr Hardware & Laptops 2 24th April 2004 03:11 AM


Current GMT-time: 08:19 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat