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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
(
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
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
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
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
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
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
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
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
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
-- 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...
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
- 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&
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
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
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
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
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
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
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
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
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
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
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'
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
&
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
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
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
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
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
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
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
46 matches
Mail list logo