Re: jack audio kit

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

 



On 19/07/11 14:33, Zoran Spasojevic wrote:
> Actually on boot I get the following message before I start any
> applications:
>
> KDE detected that one or more internal sound devices were removed.
>
> *Do you want KDE to permanently forget about these devices?*
>
> This is the list of devices KDE thinks can be removed:
>
>      *
>
>        Capture: Default
>
>      *
>
>        Output: Default
>
>      *
>
>        Output: M Audio Audiophile 24/96, ICE1712 multi (IEC958 (S/PDIF)
>        Digital Audio Output
>
>
>
> Only once I was able to get any sound from any audio/video applications
> when I uncommented the line in /etc/pulse/default.pa
>
> #load-module module-alsa-source device=hw:1,0
>
> This was when pulseaudio was installed.
> Then the sound went away and I have not been able to recover it.
>
> Thanks,
> Zoran
>
>
>
You can try the steps below. Also try look here: 
https://fedoraproject.org/wiki/How_to_debug_sound_problems and
http://fedoraproject.org/wiki/SoundTroubleshooting

Determine your sound card:

~ $cat /proc/asound/cards
  0 [UA25EX         ]: USB-Audio - UA-25EX
                       EDIROL UA-25EX at usb-0000:00:1d.0-1.2, full speed
  1 [PCH            ]: HDA-Intel - HDA Intel PCH
                       HDA Intel PCH at 0xdf600000 irq 22
  2 [mini           ]: USB-Audio - MPK mini
                       AKAI PROFESSIONAL,LP MPK mini at 
usb-0000:03:00.0-1, full speed

In the setup of qjackctl in interface instead of hw:0 hw:1 etc use the 
value in brackets above. In my case hw:UA25EX

yum install alsa-plugins-jack and create the following file ~/.asoundrc.
Set card 0 to whatever number your card has been given above.


~ $cat .asoundrc
ctl.!default {
         type hw
         card 0

}

pcm.!default {
         type plug
         slave { pcm "jack" }

}

pcm.jack {
         type jack
         playback_ports {
                 0 system:playback_1
                 1 system:playback_2
         }
         capture_ports {
                 0 system:capture_1
                 1 system:capture_2
         }

}

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux