Announcement

Collapse
No announcement yet.

How do I find out what module my soundcard is using...?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I find out what module my soundcard is using...?

    And how can i get it to load each time the computer loads?

    #2
    Re: How do I find out what module my soundcard is using...?

    Code:
    lsmod |grep snd
    If you see the module in there, it should be loading everytime, or are you modprobing after boot manually? Modules loaded at boot time go into /etc/modules
    Richard Johnson (nixternal)<br />Core Developer :: MOTU :: MOTU Council :: Community Council<br />https://launchpad.net/~nixternal<br />http://www.nixternal.com

    Comment

    Working...
    X