Re: UDEV

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

 



Somebody in the thread at some point said:
> Andy Green wrote:
>> Somebody in the thread at some point said:
>>
>>>     I read but did not understand any details of udev but I am certain
>>> it is why my old application called gmfsk finds that /dev/dsp is busy.
>>> It is not busy but the current setup of udev makes it appear busy. Also
>>> it is certain that udev can have upset with the new kernels and be
>>> causing the problems some or most of us are having.
>>
>> What makes you think /dev/dsp isn't busy, and if it is busy, that udev
>> is to blame?  Try this
>>
>> lsof -n | grep /dev/dsp
>>
>> it should list any processes that have /dev/dsp open.
>>
>> -Andy
>>
>     I did that and got no result. I think that means it is not busy?

It means no other app has it open, maybe some other meaning of "busy" is
in mind.

I just looked at the sources in ./src/snd.c ... can you copy the last
couple of things it says before it fails?  It should say something like
"Opening /dev/dsp for writing" or similar.

Another tool is strace, just run the thing as

strace gmfsk

add whatever gmfsk args you usually use at the end.

After it stops spewing nonsense, review the last few dozen lines looking
for lines referring to /dev/dsp, and cut and paste them here.

-Andy

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux