Re: ASUS u52 builtin microphone (alsa-driver-linuxant)

2011-07-18 Thread Robert Blair Mason Jr.
On Sun, 10 Jul 2011 18:20:45 -0400 "Robert Blair Mason Jr." wrote: > Hello Everyone, > > So I've been trying to get my laptop (ASUS u52) microphone to work. > First off, if anybody knows how to get the builtin microphone to work > without bothering with alsa-driver

ASUS u52 builtin microphone (alsa-driver-linuxant)

2011-07-10 Thread Robert Blair Mason Jr.
Hello Everyone, So I've been trying to get my laptop (ASUS u52) microphone to work. First off, if anybody knows how to get the builtin microphone to work without bothering with alsa-driver-linuxant, or if I didn't know the correct google-foo to find a binary package for alsa-driver-lin

(solved) Re: problem with alsa driver for Sound blaster 16 in etch (kernel 2.6)

2009-09-18 Thread Long Wind
Thanks! For alsa driver to work in etch(kernel 2.6) the two modules below are needed: snd-sb16 isapnp=0 snd-mixer-oss On Thu, Sep 17, 2009 at 7:24 PM, Emanoil Kotsev wrote: > Long Wind wrote: > >> but in etch (kernel 2.6), oss driver works >> I pass noisapnp kernel option

Re: problem with alsa driver for Sound blaster 16 in etch (kernel 2.6)

2009-09-17 Thread Emanoil Kotsev
Long Wind wrote: > but in etch (kernel 2.6), oss driver works > I pass noisapnp kernel option during boot > but alsa does not work do you have snd-oss loaded - just post lsmod | grep snd -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trou

problem with alsa driver for Sound blaster 16 in etch (kernel 2.6)

2009-09-17 Thread Long Wind
I have used sb16 since kernel 2.0 It still works with both oss and alsa in sarge(kernel 2.4): oss: isa-pnp isapnp_disable=1 sound uart401 sb io=0x220 irq=5 dma=1 dma16=5 alsa: isa-pnp isapnp_disable=1 snd-sb16 isapnp=0 but in etch (kernel 2.6), oss driver works I pass noisapnp kernel option duri

installing alsa-driver-linuxant under Debian

2009-07-10 Thread Vincent Lefevre
Hi, I've reported a problem in the linmodems mailing-list, but perhaps someone can help me here. This is quite urgent (I hope to have some answer before tomorrow). I'm trying to build alsa-driver-linuxant on a Debian/unstable machine (amd64). I got the alsa-driver-linuxant Debian pa

Re: pulseaudio blaming alsa driver [was: Re: youtube videos choppy in Testing and Iceape]

2009-04-05 Thread H.S.
Andrei Popescu wrote: > On Sat,04.Apr.09, 23:21:27, H.S. wrote: > >> Apr 4 23:16:48 red pulseaudio[6096]: module-alsa-sink.c: ALSA woke us >> up to write new data to the device, but there was actually nothing to >> write! Most likely this is an ALSA driver bug. Please rep

Re: pulseaudio blaming alsa driver [was: Re: youtube videos choppy in Testing and Iceape]

2009-04-05 Thread Andrei Popescu
On Sat,04.Apr.09, 23:21:27, H.S. wrote: > Apr 4 23:16:48 red pulseaudio[6096]: module-alsa-sink.c: ALSA woke us > up to write new data to the device, but there was actually nothing to > write! Most likely this is an ALSA driver bug. Please report this issue > to the PulseAudi

pulseaudio blaming alsa driver [was: Re: youtube videos choppy in Testing and Iceape]

2009-04-04 Thread H.S.
4 23:15:16 red last message repeated 11 times Apr 4 23:15:16 red pulseaudio[6096]: module-alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! Most likely this is an ALSA driver bug. Please report this issue to the PulseAudio developers. Apr 4 23:1

Re: Problem in installing alsa driver on Etch

2008-12-04 Thread steef
Nigel Henry wrote: On Wednesday 03 December 2008 20:38, Kelly Clowers wrote: On Wed, Dec 3, 2008 at 05:35, steef <[EMAIL PROTECTED]> wrote: <...> I think I'll leave the etchnhalf kernels alone for a while, on the premise that, If it works, don't mess with it, and the sound

Re: Problem in installing alsa driver on Etch

2008-12-03 Thread Nigel Henry
On Wednesday 03 December 2008 20:38, Kelly Clowers wrote: > On Wed, Dec 3, 2008 at 05:35, steef <[EMAIL PROTECTED]> wrote: > > Nigel Henry wrote: > >> I have no problems upgrading the alsa driver on Ubuntu/Kubuntu, or > >> Fedora. On Ubuntu/Kubuntu I just install

Re: Problem in installing alsa driver on Etch

2008-12-03 Thread Kelly Clowers
On Wed, Dec 3, 2008 at 05:35, steef <[EMAIL PROTECTED]> wrote: > Nigel Henry wrote: >> >> I have no problems upgrading the alsa driver on Ubuntu/Kubuntu, or Fedora. >> On Ubuntu/Kubuntu I just install the build-essential, kernel-package, and >> the kernel heade

Re: Problem in installing alsa driver on Etch

2008-12-03 Thread steef
Nigel Henry wrote: I have no problems upgrading the alsa driver on Ubuntu/Kubuntu, or Fedora. On Ubuntu/Kubuntu I just install the build-essential, kernel-package, and the kernel headers for the running kernel, then a simple ./configure, make, and as root, make install, and the alsa driver is

Problem in installing alsa driver on Etch

2008-12-02 Thread Nigel Henry
I have no problems upgrading the alsa driver on Ubuntu/Kubuntu, or Fedora. On Ubuntu/Kubuntu I just install the build-essential, kernel-package, and the kernel headers for the running kernel, then a simple ./configure, make, and as root, make install, and the alsa driver is upgraded. I have

Compiling alsa-driver-1.0.17 for Debian etch

2008-10-19 Thread Samuel Bächler
Dear All *This email just sums up what I did to compile the alsa-driver-1.0.17 with the hope that it might be useful to someone else.* (1) to (6) is information provided by Nigel Henry (see 'Alsa not working properly' on debian-user@lists.debian.org). I am using etch (

Re: Missing ALSA driver?

2004-12-03 Thread William Ballard
On Fri, Dec 03, 2004 at 03:39:42PM -0500, Christian Convey wrote: > Then I ran "make install", then "depmod", and rebooted (just in case - In Debian you shouldn't run "make install." Use make-kpkg to build your kernel and modules, then install with dpkg. -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Missing ALSA driver?

2004-12-03 Thread Christian Convey
Thanks. I did rebuild alsa, and it seems I successfully caused that driver to be created. Then I ran "make install", then "depmod", and rebooted (just in case - windows habit). Then I ran "alsaconf" and the card was found! Now when I run "lsmod", life look good: emu10k1_gp 3584 0

Re: Missing ALSA driver?

2004-12-03 Thread Thomas Hood
On Fri, 03 Dec 2004 20:20:08 +0100, Christian Convey wrote: > Some documents claim that we need a particular driver: "emu10k1x" to > handle Dell's variation of the SBLive! card. However, that particular > driver doesn't seem to have come with Sarge's version o

Re: Missing ALSA driver?

2004-12-03 Thread William Ballard
On Fri, Dec 03, 2004 at 02:14:45PM -0500, Christian Convey wrote: > Does anyone know why we might be missing this and/or what the most > reasonable way to remedy the problem is? Have you installed alsa-source? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Re: Missing ALSA driver?

2004-12-03 Thread Christian Convey
BTW, the output of "lspci -v" for this card is: :02:09.0 Multimedia audio controller: Creative Labs [SB Live! Value] EMU10k1X Subsystem: Creative Labs: Unknown device 1003 Flags: bus master, medium devsel, latency 64, IRQ 193 I/O ports at ec60 [size=32] Capabilit

Missing ALSA driver?

2004-12-03 Thread Christian Convey
Hi guys, We installed Sarge / 2.6 kernel + ALSA on a Dell computer. Some documents claim that we need a particular driver: "emu10k1x" to handle Dell's variation of the SBLive! card. However, that particular driver doesn't seem to have come with Sarge's version of ALSA. Does anyone know why we mi

Re: alsa driver configuration

2003-01-29 Thread Michael D. Harnois
On Wed, 2003-01-29 at 10:41, Brian McGroarty wrote: > Have a look at your module configuration file. I believe that alsa or > the alsa source packager renamed the modules from snd-card-foo.o to > snd-foo.o and you'll need to take "-card" out of the module name > accordingly. > > Alternatively, you

Re: alsa driver configuration

2003-01-29 Thread Brian McGroarty
On Tue, Jan 28, 2003 at 12:46:11PM -0600, Michael D. Harnois wrote: > On Mon, 2003-01-27 at 13:55, Matthew Weier O'Phinney wrote: > > > But did you run '/etc/init.d/alsa start' as root? If so, and no errors > > occurred, what does 'lsmod' (again, as root) return? -- do you see your > > soundcard l

Re: alsa driver configuration

2003-01-28 Thread Michael D. Harnois
On Mon, 2003-01-27 at 13:55, Matthew Weier O'Phinney wrote: But did you run '/etc/init.d/alsa start' as root? If so, and no errors occurred, what does 'lsmod' (again, as root) return? -- do you see your soundcard listed ("snd-cardname")? It just isn't working on unstable, and I don't know why

Re: alsa driver configuration

2003-01-27 Thread Matthew Weier O'Phinney
-- Mark Whaite <[EMAIL PROTECTED]> wrote (on Monday, 27 January 2003, 10:02 AM -0800): > I am trying to configure alsa drivers on an unstable box. I compiled > them with make-kpkg without a problem and the deb installed. > Following instructions on the web I added a file alsa to > /etc/modutils...

alsa driver configuration

2003-01-27 Thread Mark Whaite
hello all. I am trying to configure alsa drivers on an unstable box. I compiled them with make-kpkg without a problem and the deb installed. Following instructions on the web I added a file alsa to /etc/modutils... which debconf prompted and moved to /etc/alsa/modutils/0.9 and linked back. I

Re: Solved: How to get the ALSA driver to start at boot?

2002-06-17 Thread Stephan Hachinger
- Original Message - From: "Ivo Wever" <[EMAIL PROTECTED]> To: "debian-user" Sent: Monday, June 17, 2002 1:37 AM Subject: Solved: How to get the ALSA driver to start at boot? > Thanks, it worked. I now even have sound under X, even though artsd > doesn&

Solved: How to get the ALSA driver to start at boot?

2002-06-16 Thread Ivo Wever
Steven Yap wrote: Ivo Wever wrote: Simon Law wrote: You should add the correct module lines (that you would put in modconf) in /etc/alsa/modutils/0.9 I couldn't gather the format of a module line from the alsa docs and it isn't in the example. What should such a line look like? Here's wha

Re: How to get the ALSA driver to start at boot?

2002-06-15 Thread Steven Yap
On Fri, 2002-06-14 at 07:18, Ivo Wever wrote: > Simon Law wrote: > > You should add the correct module lines (that you would put in > > modconf) in /etc/alsa/modutils/0.9 > > > I couldn't gather the format of a module line from the alsa docs and it > isn't in the example. What should such a line

Re: How to get the ALSA driver to start at boot?

2002-06-14 Thread Ivo Wever
Simon Law wrote: Ivo Wever wrote: I'm assuming that you're using ALSA 0.9. Yes, I am. You should add the correct module lines (that you would put in modconf) in /etc/alsa/modutils/0.9 I couldn't gather the format of a module line from the alsa docs and it isn't in the exampl

Re: How to get the ALSA driver to start at boot?

2002-06-14 Thread Simon Law
On Fri, Jun 14, 2002 at 04:00:04PM +0200, Ivo Wever wrote: > I managed to get my sound setup to the point where I can get sound > by running 'modprobe snd-via8233' and some commands for unmuting the > appropriate channels. However, I would prefer the driver being loaded by > the ALSA entry in /et

How to get the ALSA driver to start at boot?

2002-06-14 Thread Ivo Wever
I managed to get my sound setup to the point where I can get sound by running 'modprobe snd-via8233' and some commands for unmuting the appropriate channels. However, I would prefer the driver being loaded by the ALSA entry in /etc/init.d, since the alsa config files seem to load the driver wit

Kernel 2.4.17 and Alsa driver 0.5.12

2002-02-07 Thread Deva Seetharam
Hi All, can alsa driver 0.5.12a be run with kernel 2.4.17? the doc talks only about 2.0 and 2.2 kernels? Are they upward compatible or are there any known problems? thanks, deva Get free e-mail and a permanent address at http

Re: Building ALSA Driver in Debian

2001-05-13 Thread Cameron Matheson
t initialize the mixer, the card was probably > not detected correctly. > > Computer01:/usr/src/modules/alsa-driver# lsmod > Module Size Used by > snd-mixer-oss 4436 0 (unused) > snd-mixer 29552 0 [snd-mixer-oss] > snd

Building ALSA Driver in Debian

2001-05-13 Thread Patrick Greenwood
ading driver: Starting sound driver: (ens1371) . Setting the PCM volume to 100% and the Master output volume to 50% The ALSA sound driver was not detected in this system. Could not initialize the mixer, the card was probably not detected correctly. Computer01:/usr/src/modules/alsa-driver# lsmod M

Re: alsa driver

2001-03-29 Thread Fabio Massimo Di Nitto
saplayer-esd_0.99.26-2.1.deb > alsaplayer-oss_0.99.26-2.1.deb > alsaplayer_0.99.26-2.1.deb > alsautils_0.4.1-5.deb > asmixer_0.5-4.deb > aumix_2-1.deb > > I also downloaded alsa-driver-0.4.tar.gz but when I try to compile this > I get this: > > gcc -DALSA_BUILD

Re: alsa driver

2001-03-28 Thread Sean
9.26-2.1.deb > alsaplayer-esd_0.99.26-2.1.deb > alsaplayer-oss_0.99.26-2.1.deb > alsaplayer_0.99.26-2.1.deb > alsautils_0.4.1-5.deb > asmixer_0.5-4.deb > aumix_2-1.deb > > I also downloaded alsa-driver-0.4.tar.gz but when I try to compile this > I get this: > > gcc -D

Re: alsa driver

2001-03-28 Thread Christopher Mosley
deb > > alsaplayer-oss_0.99.26-2.1.deb > > alsaplayer_0.99.26-2.1.deb > > alsautils_0.4.1-5.deb > > asmixer_0.5-4.deb > > aumix_2-1.deb > > > > I also downloaded alsa-driver-0.4.tar.gz but when I try to compile this > > I get this: > > > Don'

Re: alsa driver

2001-03-28 Thread Christopher Mosley
b > alsa-headers_0.4.1i-5.deb > alsa-source_0.4.1i-5.deb > alsaconf_0.4.2-3.deb > alsaplayer-alsa_0.99.26-2.1.deb > alsaplayer-esd_0.99.26-2.1.deb > alsaplayer-oss_0.99.26-2.1.deb > alsaplayer_0.99.26-2.1.deb > alsautils_0.4.1-5.deb > asmixer_0.5-4.deb > aumix_2-1.deb &

alsa driver

2001-03-28 Thread Philipp Bliedung
layer-alsa_0.99.26-2.1.deb alsaplayer-esd_0.99.26-2.1.deb alsaplayer-oss_0.99.26-2.1.deb alsaplayer_0.99.26-2.1.deb alsautils_0.4.1-5.deb asmixer_0.5-4.deb aumix_2-1.deb I also downloaded alsa-driver-0.4.tar.gz but when I try to compile this I get this: gcc -DALSA_BUILD -O2 -m486 -malign-loops=2 -malign-ju

Re: The ALSA driver in potato is very outdated :-(

2000-06-16 Thread Thomas Hood
I installed the following debs from the woody archive or from incoming.debian.org. My kernel is a 2.2.15 that I compiled myself. In order to install the alsa-modules package I had to give the "--force-depends" option to dpkg. alsa-base_0.5.8a-1.deb alsa-modules-2.2.15_0.5.8a-1+2.2.15-1_i386.deb

Re: The ALSA driver in potato is very outdated :-(

2000-06-14 Thread Pat Mahoney
On Wed, Jun 14, 2000 at 03:09:16PM +0200, Wojciech Zabolotny wrote: > Hi All, > > I had some troubles with ALSA drivers, provided with potato. > I sent a message to one of their developers, and this is what I received: > > > you are using a very old version of ALSA. > > please upgrade your drive

Re: The ALSA driver in potato is very outdated :-(

2000-06-14 Thread Henrique M Holschuh
On Wed, 14 Jun 2000, Wojciech Zabolotny wrote: > So now I have two questions. > 1) How can I upgrade the ALSA drivers in potato so that I wouldn't break >the debian packaging system (Is there something like kernel-package >available for them)? Add the apt source.conf lines for woody, run

The ALSA driver in potato is very outdated :-(

2000-06-14 Thread Wojciech Zabolotny
Hi All, I had some troubles with ALSA drivers, provided with potato. I sent a message to one of their developers, and this is what I received: > you are using a very old version of ALSA. > please upgrade your driver/libs from www.alsa-project.org > > all azt2320 cards are well supported now. So

SB PCI64 - alsa driver or kernel 2.2.x ?

1999-12-05 Thread Robert Rozman
Hello, I'm desperate SB 64 PCI user trying to get that card to live. I've tried alsa 0.3.0pre4, and followed all the instructions for SB PCI cards, module is loaded, mixer is up but no sound is coming out of speaker. I'm using kde 1.1.2. I kindly ask for any help, experience on using alsa on SB

Problem with alsa driver.

1998-05-18 Thread Merlin
Hello :) i'm actually trying to install alsa driver. But is such expecting some problems ... When i use 'modprobe snd-sb16' command, the driver isn't recognize my card, he said it's not here or busy. My card is a Pnp card, so i have configured isapnp tools, and all se