[opensuse] Show what devices is connected to which /dev/dsp ?
I want to know what /dev/dsp my USB headset is attached to... what CLI command can I use to display that? Or.. is there a way to discover that bit of info? C. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Clayton wrote:
I want to know what /dev/dsp my USB headset is attached to... what CLI command can I use to display that? Or.. is there a way to discover that bit of info?
C.
lsusb -v -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I want to know what /dev/dsp my USB headset is attached to... what CLI command can I use to display that? Or.. is there a way to discover that bit of info?
lsusb -v
OK, that produced an incredible amount of information... pages of it on my various USB devices. I've gone through the section on the USB Headset... the largest section, and cannot find any reference at all to which /dev/dsp it is attached to. So either I've missed it in the list of info... or that's not what i'm looking for. C. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, 2008-10-18 at 08:00 +0200, Clayton wrote:
lsusb -v
OK, that produced an incredible amount of information... pages of it on my various USB devices. I've gone through the section on the USB Headset... the largest section, and cannot find any reference at all to which /dev/dsp it is attached to. So either I've missed it in the list of info... or that's not what i'm looking for.
You can find out what process is attached to a device by running "lsof", and possibly grepping for "dev/dsp", because the list is long. And if you have a lot of open internet connections, it is also slow. Now, finding out what usb is it attached to... perhaps by watching carefully the output of lsof for both devices. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkj5z8gACgkQtTMYHG2NR9WTGwCfenfGow8UuucHcghuzaNuWiXB XpEAn1H/LIxrHfsdPVhM5mNzn1P5BsPT =NgAL -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Carlos E. R.
-
Clayton
-
David C. Rankin