PDA

View Full Version : [ubuntu] device files



Mosabama
December 21st, 2010, 11:25 AM
Hey,

how to know which device file is linux using for the sound card for example? or VGA ? or anything.

is there any way to know that using lspci or lsusb or lshw ?

garvinrick4
December 21st, 2010, 11:30 AM
lspci -v | less

Mosabama
December 21st, 2010, 12:10 PM
Thank you, but I see that this command displays the kernel module its using .. I need to know the device file. for example /dev/audio.

Mosabama
December 21st, 2010, 11:09 PM
any one?