Where can I search for a sound card driver in Ubuntu?
Should I use sudo apt-cache search ???
I don't know which command can I use to find my exactly sound card version in linux?
|
Where can I search for a sound card driver in Ubuntu? Should I use | ||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Run the command (as root):
This will list all the PCI devices in your system One of them will be the sound card:
Then you can look it up here to see if it's in the supported hardware list. | |||
|
feedback
|