VIA AC97 내장형 사운드 잡는법 좀 알려주세요..

devin0129의 이미지

안녕하세요.. 오늘막 리눅스 설치 하고.. 이제 막 리눅스의 길에 접어드는 초보입니다. 다름이 아니라 제가 비아 AC97 코덱 내장형 사운드를 사용하는데
인식을 하지못해서 글을 올립니다.
함컴 리눅스 3,1을 사용하는데 sndconfig 를 하면, 커널에 사운드 모듈이
뜨지 않았다. 커널을 2.2 이상을 사용하라..는 메세지가 나오네요..
물론 바이오스에서 pnp OS 기능을 꺼 놓은 상태구요.
같은 제품을 사용하는 어떤문은 alsa를 사용하셨다고 하는데..
그게 정확히 먼지 잘 모르겠습니다.
고수님의 도움 부탁드립니다.

hys545의 이미지

메뉴-재어판(?) 인가
여기 보며ㅑㄴ 사운드 설정 하는 풀그림 있습니다,.
이고로ㅜ 잡으렴 잘 접힙니다.

즐린

송지석의 이미지

전 커널을 새로 컴파일 하는 등 삽질 끝에 했는데요.

먼저 lspci로 사운드 카드 이름을 알아보시는 것도 좋을 듯..

그래서 알맞은 모듈의 이름을 찾아야 합니다.

alsa 프로젝트 홈페이지에서도 확인하실 수 있는데

저는 lspci로 모델명 찾고 커널 도큐먼트에서 모듈 명을 확인해서 알아냈습니다.

한컴이면 alsa가 아니라 기본으로 oss일 겁니다. 커널에서 컨픽할 때 알맞은 사운드 카드 지원을 켜고 컴파일 하세요.

저는 forte 카드였거든요.

 root]# cat /etc/modules.conf
# OSS/Free portion
alias snd-card-0 forte
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

이렇게 하니까 일단 X가 뜨고 난 다음 snd-card-0을 믹서 프로그램이 올리는 것 같은데 인식 되더군요.
(물론 첨에 테스트 하실 떄는 modprobe 모듈명으로 하시면 되고요.)
제 모듈 상황은

 root]# lsmod
Module                  Size  Used by    Not tainted
.........
forte                  15220   0
ac97_codec             13640   0  [forte]
soundcore               6404   2  [forte]
이렇습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.