Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Thomas T. Veldhouse
From: Christoph Strake [EMAIL PROTECTED] Hi, Just add --- alsactl restore --- to your /etc/conf.d/local.start and --- alsactl store --- to your /etc/conf.d/local.stop This works fine for me! alsactl does not come with

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Christoph Strake
On Fri, Aug 08, 2003 at 08:20:17AM -0500, Thomas T. Veldhouse wrote: From: Christoph Strake [EMAIL PROTECTED] Hi, Just add --- alsactl restore --- to your /etc/conf.d/local.start and --- alsactl store --- to

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Jason Stubbs
On Friday 08 August 2003 22:46, Thomas T. Veldhouse wrote: Well, you just have to emerge alsa-utils. alsa-driver is not a dependency, so it's ok I think and it works. I have no idea how else to solve this. You are correct! So, why not take the scripts and modules.d files from the ebuild

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Dhruba Bandopadhyay
Thomas T. Veldhouse wrote: From: Christoph Strake [EMAIL PROTECTED] Hi, Just add --- alsactl restore --- to your /etc/conf.d/local.start and --- alsactl store --- to your /etc/conf.d/local.stop This works fine for me! alsactl does

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Thomas T. Veldhouse
Well, you just have to emerge alsa-utils. alsa-driver is not a dependency, so it's ok I think and it works. I have no idea how else to solve this. You are correct! So, why not take the scripts and modules.d files from the ebuild and just put them in place manually? Then rc-update alsasound.

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Mark Knecht
On Thu, 2003-08-07 at 15:26, Collins Richey wrote: So, I presume the alsa-tools and alsa-utils function work on 2.6.0? They appear to. I know a few folks from the Alsa-Devel lists have tried them. I have not personally done so myself. - Mark -- [EMAIL PROTECTED] mailing list

[gentoo-user] Linux 2.6 and ALSA

2003-08-14 Thread Dhruba Bandopadhyay
Hello My laptop ALSA sound works with Linux 2.6 but my volume levels (main,pcm,cd) are reset to zero on every boot. How can I preserve my sound levels? Do I need to emerge any alsa packages like tools, utils etc? There is no alsa currently on this system except for 2.6 kernel. Many thanks --

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-10 Thread Theofilos Intzoglou
Hi Dhruba! alsa-lib is needed by many programs to be able to have alsa support. Eg. xine, mplayer etc. You can check this with 'emerge -ep xine-lib |grep alsa' or 'emerge -ep mplayer |grep alsa' (you should have of |course the alsa use flag'. After all, only the drivers are included in the 2.6.0

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-09 Thread Collins Richey
On Thu, 7 Aug 2003 15:04:52 -0700 Mark Knecht [EMAIL PROTECTED] wrote: Hello My laptop ALSA sound works with Linux 2.6 but my volume levels (main,pcm,cd) are reset to zero on every boot. How can I preserve my sound levels? Hi, I've got Alsa running on a couple of machines. It's

RE: [gentoo-user] Linux 2.6 and ALSA

2003-08-08 Thread Mark Knecht
Hello My laptop ALSA sound works with Linux 2.6 but my volume levels (main,pcm,cd) are reset to zero on every boot. How can I preserve my sound levels? Do I need to emerge any alsa packages like tools, utils etc? There is no alsa currently on this system except for 2.6 kernel. Many

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-08 Thread Christoph Strake
On Thu, Aug 07, 2003 at 10:02:18PM +0100, Dhruba Bandopadhyay wrote: Hello My laptop ALSA sound works with Linux 2.6 but my volume levels (main,pcm,cd) are reset to zero on every boot. How can I preserve my sound levels? Do I need to emerge any alsa packages like tools, utils etc? There

Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-08 Thread Theofilos Intzoglou
I have been using the 2.6.0 test series kernels and I can say that alsa works very well with the various tools and utils. At least they do with my SB Digital :-) I have injected the alsa-driver package and I can now emerge everything I want that uses alsa. On 07 Aug 2003 15:46:42 -0700 Mark