View previous topic :: View next topic |
Author |
Message |
xxxxspitfire n00b
Joined: 12 Feb 2005 Posts: 8
|
Posted: Sun Feb 13, 2005 6:53 pm Post subject: Onboard VIA sound |
|
|
I have VIA onboard sound that has, up until now, been supported by every distro that I have previously used. However, Gentoo does not seem to recognize it. I searched Portage for anything containing "via":
Code: | emerge --search via |
This was the result:
Code: | [ Results for search key : via ]
[ Applications found : 4 ]
* dev-lisp/cl-trivial-http [ Masked ]
Latest version available: 1.1
Latest version installed: [ Not Installed ]
Size of downloaded files: 3 kB
Homepage: http://www.cliki.net/trivial-http
Description: TRIVIAL-HTTP is a library for doing HTTP POST and GET over asocket interface
License: BSD
* dev-lisp/cl-trivial-sockets [ Masked ]
Latest version available: 0.2
Latest version installed: [ Not Installed ]
Size of downloaded files: 9 kB
Homepage: http://www.cliki.net/trivial-sockets http://cvs.telent.net/cgi-bin/viewcvs.cgi/trivial-sockets/
Description: A portable Common Lisp networking library for undemanding Internet clients
License: BSD
* dev-perl/PerlIO-via-dynamic
Latest version available: 0.02
Latest version installed: [ Not Installed ]
Size of downloaded files: 2 kB
Homepage: http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/PerlIO-via-dynamic-0.02.readme
Description: PerlIO::via::dynamic - dynamic PerlIO layers
License: Artistic
* dev-perl/PerlIO-via-symlink [ Masked ]
Latest version available: 0.02
Latest version installed: [ Not Installed ]
Size of downloaded files: 15 kB
Homepage: http://www.cpan.org/modules/by-module/PerlIO/PerlIO-via-symlink-0.02.readme
Description: PerlIO::via::symlink - PerlIO layer for symlinks
License: Artistic |
Three of the four results are masked. The only remaining one is not one that I need. Any ideas? |
|
Back to top |
|
|
Gullible Jones n00b
Joined: 22 Jan 2005 Posts: 41 Location: Dog Solitude
|
Posted: Sun Feb 13, 2005 7:28 pm Post subject: |
|
|
Put
Code: | ALSA_CARDS="via82xx" |
in your /etc/make.conf and emerge alsa-drivers.
(You can compile the kernel with built-in support, but the ALSA drivers are probably better.)
Cheers... |
|
Back to top |
|
|
unwrittenlaw n00b
Joined: 16 Dec 2004 Posts: 10
|
Posted: Sun Feb 13, 2005 8:07 pm Post subject: |
|
|
just re-compile your kernel that has to do with VIA .......that how i do it maybe it should work on yours |
|
Back to top |
|
|
emes Tux's lil' helper
Joined: 29 Jul 2004 Posts: 87
|
Posted: Mon Feb 14, 2005 5:19 am Post subject: |
|
|
Gullible Jones wrote: | Put
Code: | ALSA_CARDS="via82xx" |
in your /etc/make.conf and emerge alsa-drivers.
(You can compile the kernel with built-in support, but the ALSA drivers are probably better.)
Cheers... |
The kernel bult-in support and the ALSA drivers are the same thing.... unless you are using 2.4 for some reason |
|
Back to top |
|
|
|