Re: [Alsa-user] snd-hda-intel and ALC861 ... strange mixer problem...

2006-11-09 Thread steef
Gustav Degreef wrote:
 On 11/7/06, *Patrick J Kobly* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 steef wrote:
  Gustav Degreef wrote:
 
  I'm also using the snd_hda_intel module (chip 14f1 ID 5047),
 but when
  I try modprobe snd-hda-intel disable_msi=1it refuses to load
 and dmesg
  gives an error message that it an unknown parameter.  I can
 load the
  module with any number of model= and it gives no error message.
  Sound works but not the microphone.  Why does disable_msi=1 not
  appropriate for this chip.  Thanks.  gustav.
 
 You are likely using an older version of alsa-driver.  It appears that
 the MSI support (and hence the disable_msi parameter) was added in
 1.0.13 along with fixes that included fixes for mixer problems.


 Thanks for your reply.  I've looked for a newer rpm version but can 
 not find it.  These were mostly downloaded from packman

 http://packman.links2linux.org/package/alsa 
 http://packman.links2linux.org/package/alsa

 pavilion:/home/rada # rpm -qa alsa*
 alsa-devel-1.0.9-23
 alsa-firmware-1.0.13-0.pm.0
 alsa-tools-1.0.13-0.pm.0
 alsamixergui-0.9.0rc1-546
 alsa-1.0.13-0.pm.0
 alsa-tools-gui-1.0.13-0.pm.0

 Is there a newer version?  Do I need to  compile it?  Thanks.  Gustav

Hi

(somewhat late, but i had some work to do; just cc it for once too to 
your private emailaddress to be sure you see it)


under debian_etch i found this in:

 
 */lib/modules/2.6.17-2-k7/build/drivers/pci/Kconfig*


#
# PCI configuration
#
config PCI_MSI
bool Message Signaled Interrupts (MSI and MSI-X)
depends on PCI
depends on (X86_LOCAL_APIC  X86_IO_APIC) || IA64
help
   This allows device drivers to enable MSI (Message Signaled
   Interrupts).  Message Signaled Interrupts enable a device to
   generate an interrupt using an inbound Memory Write on its
   PCI bus instead of asserting a device IRQ pin.

   Use of PCI MSI interrupts can be disabled at kernel boot time
   by using the   'pci=nomsi' option.  This disables MSI for the
   entire system.

   If you don't know what to do here, say N.

config PCI_DEBUG
bool PCI Debugging
depends on PCI  DEBUG_KERNEL
help
  Say Y here if you want the PCI core to produce a bunch of debug
  messages to the system log.  Select this if you are having a
  problem with PCI support and want to see more of what is going on.

  When in doubt, say N.

do first something like grep -r /boot/ just to see if MSI is compiled 
into your kernel.

this should work. please let us/me know if it does indeed.

good luck!

kind regards,

steef










-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Asus P5LD2-SE, HDA-Intel, ADI1986A 6-channel CODEC

2006-11-09 Thread Robert Tucker
Hello

It seems people on the gmane.linux.alsa.devel have got this working:

http://article.gmane.org/gmane.linux.alsa.devel/41206

To get any sound I have to run alsaconf first - if I try to adjust the
volume while playing, it goes dead. This is still the situation but
starting out:

I got a high-pitched sound from my left speaker and crystal clear sound
from my right (though not of very high volume).

Adding:

options snd-hda-intel position_fix=1 model=3stack

to /etc/modules.conf

solved the high-pitch left speaker problem, but I still only had sound
from my right speaker.

Playing around, most notably installing alsamixergui and adjusting
things, I now have sound only from my left speaker, which seems somewhat
distorted compared to the sound I had first from the right.

Does anyone know why I should lose my sound any time I try to adjust it
and how I can control the sound generally?

The operating system is Sabayon; preferred desktop Gnome.

Any help would be much appreciated.

Robert


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Asus P5LD2-SE, HDA-Intel, ADI1986A 6-channel CODEC

2006-11-09 Thread EmIScA
What version of alsa you are using? (cat /proc/asound/version)
I have this mb, and works well with alsa 1.0.12 adding model=3stack  only.
What means position_fix=1?
The only issue with this audio card is that there is no master volume 
control. I had use the Front volume control (luckily I don't use 5.1 
channels)..
Bye!


Robert Tucker ha scritto:
 Hello

 It seems people on the gmane.linux.alsa.devel have got this working:

 http://article.gmane.org/gmane.linux.alsa.devel/41206

 To get any sound I have to run alsaconf first - if I try to adjust the
 volume while playing, it goes dead. This is still the situation but
 starting out:

 I got a high-pitched sound from my left speaker and crystal clear sound
 from my right (though not of very high volume).

 Adding:

 options snd-hda-intel position_fix=1 model=3stack

 to /etc/modules.conf

 solved the high-pitch left speaker problem, but I still only had sound
 from my right speaker.

 Playing around, most notably installing alsamixergui and adjusting
 things, I now have sound only from my left speaker, which seems somewhat
 distorted compared to the sound I had first from the right.

 Does anyone know why I should lose my sound any time I try to adjust it
 and how I can control the sound generally?

 The operating system is Sabayon; preferred desktop Gnome.

 Any help would be much appreciated.

 Robert


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ESI Juli@

2006-11-09 Thread Takashi Iwai
At Mon, 6 Nov 2006 11:02:43 +0100,
Alexander Jakopin wrote:
 
 
 On 11/5/06, Thomas Kuther [EMAIL PROTECTED] wrote:
 
 On Mon, 30 Oct 2006 16:29:19 +0100
 Alexander Jakopin [EMAIL PROTECTED] wrote:

  I have a problem with the soundcard ESI [EMAIL PROTECTED]
 
  It works fine when playing sound, but when i modprobe snd_seq and use
  it(starting rosegarden for example) then my system completly hangs, X
  doesn't react, ctrl+alt+f# doesn't work either.
  I don't even use the ESI Juli@ as a midi interface but  my edirol pcr
  m-80 usb midi keyboard.
 
  I would really appreciate help for this problem,
 
  thanks,
  Alexander Jakopin

 Same here, but also when i exclusively use my second m-audio delta 2496
 device (disabling the juli@). That's a (damn old and ignored) rosegarden
 bug. Try MusE ;)

 Tom
 
 It's not a rosegarden specific bug i have, even when switching to the audio 
 tab of
 winecfg creates that bug. I also tried different midi sequencers like seq24 
 with the
 same result.

Hm, there is a known bug with sequencer stuff when you use RTC timer.
It was fixed recently on HG tree (not 1.0.13).

Also, there have been some reports that raw MIDI on envy24HT boards
causes lockup.  It appears relevant with the hardware interrupts.
Similar problems might happen on boards where MIDI isn't tested well.


Takashi

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd_hda_intel on Asus M2N32 WS Pro Asus MB

2006-11-09 Thread Mws
On Monday 06 November 2006 11:43, Mws wrote:
 hiho,
 
 i encountered some problems after upgrading to kernel 2.6.19-rc4 vanilla from 
 kernel org.
 sound from the soundcard is very crappy, scratches when basses are played,
 ect.

the problem does still exist on today's 2.6.19-rc5 upgrade.
but it seems that nobody is interested in a solution :/

best regards
marcel

 
 i didn't have this behaviour before and i noticed, that you made some changes
 in sound/pic/hda/
 
 at least sound has been working nearly fine with kernel 2.6.18-rc5.
 i just tested this again some mins ago to be safe on my side depending on
 technical issues.
 
 the 2.6.18-rc5 dmesg output when detecting the device is as follows
 
 ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 5
 ACPI: PCI Interrupt :00:0e.1[B] - Link [LAZA] - GSI 5 (level, low) - 
 IRQ 5
 PCI: Setting latency timer of device :00:0e.1 to 64
 hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
 ALSA device list:
   #0: HDA NVidia at 0xfe02 irq 5
 
 according lspci --vvn output shows
 00:0e.1 0403: 10de:0371 (rev a2)
   Subsystem: 1043:81f6
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
 Stepping- SERR- FastB2B-
   Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
 MAbort- SERR- PERR-
   Latency: 0 (500ns min, 1250ns max)
   Interrupt: pin B routed to IRQ 5
   Region 0: Memory at fe02 (32-bit, non-prefetchable) [size=16K]
   Capabilities: [44] Power Management version 2
   Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
 PME(D0-,D1-,D2-,D3hot+,D3cold+)
   Status: D0 PME-Enable- DSel=0 DScale=0 PME-
   Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/0 
 Enable-
   Address:   Data: 
   Capabilities: [6c] HyperTransport: MSI Mapping
 
 2.6.19-rc4 output from dmesg 
 ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 21
 ACPI: PCI Interrupt :00:0e.1[B] - Link [AAZA] - GSI 21 (level, low) - 
 IRQ 21
 PCI: Setting latency timer of device :00:0e.1 to 64
 hda_intel: No response from codec, disabling MSI...
 hda_intel: azx_get_response timeout, switching to polling mode...
 hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
 
 the lspci -vvn output 
 00:0e.1 0403: 10de:0371 (rev a2)
 Subsystem: 1043:81f6
 Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
 Stepping- SERR- FastB2B-
 Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- 
 TAbort- MAbort- SERR- PERR-
 Interrupt: pin B routed to IRQ 21
 Region 0: Memory at fe02 (32-bit, non-prefetchable) [size=16K]
 Capabilities: [44] Power Management version 2
 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
 PME(D0-,D1-,D2-,D3hot+,D3cold+)
 Status: D0 PME-Enable- DSel=0 DScale=0 PME-
 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/0 
 Enable-
 Address: fee0300c  Data: 4191
 Capabilities: [6c] HyperTransport: MSI Mapping
 
 seems to be nearly the same except for the MSI adressdata and of course
 irq pin B is routed to 21 instead of 5
 
 any hints to get this working properly again?
 also testing patches are welcome.
 
 additional info, if i rmmod snd_hda_intel and afterwards try to modprobe it 
 again
 my machine totally freezes, nothing is working anymore
 
 
 i would appreciate your help.
 
 best regards
 marcel
 
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] envy24control == no mucking with asound.conf?

2006-11-09 Thread Takashi Iwai
At Tue, 31 Oct 2006 20:04:43 -0800,
Charlie Schluting wrote:
 
 I recently read:
 
 envy24control gives you access to the internal patchbay and all the
 mixer controls as well as full control of the S/PDIF configuration and
 the DACs.
 
 Does this mean that once I have asound.conf configured to simply list
 each device, I can control a 1712 card through envy24control? I
 currently have a 1724 and I'm having trouble getting s/pdif and analog
 working at the same time (previous e-mail to the list).
 
 I'm led to believe that this should be a trivial with an ice1712 card.
 Is that correct?

Unfortunately, no.  Although ICE1712 can (or must) SPDIF and analog
streams simultaneously with a multi-channel playback DMA, the channels
of SPDIF and analog are different.  It cannot handle 2-channel sources
natively.  Thus, some more routings are needed in alsa-lib for
ice1712, too.


Takashi

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] snd-cs4236 kernel 2.6.15 on Thinkpad 600E

2006-11-09 Thread Antonio-Blasco Bonito
I have been running debian and kernel 2.6.8 for one and half year. Linux
on Thinkpad 600E has a knnow problem with the recognition of the sound
card. It is actually a Cirrus Logic CS4239 but linux wrongly recognizes
a CS46XX.
I solved this problem forcing the driver loading with:
% modprobe --ignore-install snd-cs4236 isapnp=0 index=0 port=0x530
cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0

Now I'm upgrading to ubuntu and kernel 2.6.15 but it looks like this
ignore-install trick doesn't work anymore. I always get:
FATAL: Error inserting snd_cs4236
(/lib/modules/2.6.15-25-386/kernel/sound/isa/cs423x/snd-cs4236.ko): No
such device

Any new recipes?


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd-hda-intel and ALC861 ... strange mixer problem...

2006-11-09 Thread Antonio-Blasco Bonito
Il giorno gio, 09/11/2006 alle 09.55 +0100, steef ha scritto:

 under debian_etch i found this in:
 
  
  */lib/modules/2.6.17-2-k7/build/drivers/pci/Kconfig*
 
 
 #
 # PCI configuration
 #
 config PCI_MSI
 bool Message Signaled Interrupts (MSI and MSI-X)
 depends on PCI
 depends on (X86_LOCAL_APIC  X86_IO_APIC) || IA64
 help
This allows device drivers to enable MSI (Message Signaled
Interrupts).  Message Signaled Interrupts enable a device to
generate an interrupt using an inbound Memory Write on its
PCI bus instead of asserting a device IRQ pin.
 
Use of PCI MSI interrupts can be disabled at kernel boot time
by using the   'pci=nomsi' option.  This disables MSI for the
entire system.
 
If you don't know what to do here, say N.
 
 config PCI_DEBUG
 bool PCI Debugging
 depends on PCI  DEBUG_KERNEL
 help
   Say Y here if you want the PCI core to produce a bunch of debug
   messages to the system log.  Select this if you are having a
   problem with PCI support and want to see more of what is going on.
 
   When in doubt, say N.
 
 do first something like grep -r /boot/ just to see if MSI is compiled 
 into your kernel.
 
 this should work. please let us/me know if it does indeed.

I have the same problem (I'm running an Ubuntu 6.10 Edgy Eft with its
latest kernel 2.6.17). The option disable_msi=1 is not recognized by the
driver. How can I see which version of it I'm running?

Anyway, Steef, are you suggesting to boot with the pci=nomsi option?

-- 
Antonio-Blasco Bonito  [EMAIL PROTECTED]
Wireless Networks Laboratory
ISTI-CNR
Via G. Moruzzi 1
I-56124 PISA
Italy


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd-cs4236 kernel 2.6.15 on Thinkpad 600E

2006-11-09 Thread Antonio-Blasco Bonito
Sorry folks, I mistakenly resent a very old message! Pls Ignore it.

Il giorno gio, 09/11/2006 alle 16.08 +0100, Antonio-Blasco Bonito ha
scritto:
 I have been running debian and kernel 2.6.8 for one and half year. Linux
 on Thinkpad 600E has a knnow problem with the recognition of the sound
 card. It is actually a Cirrus Logic CS4239 but linux wrongly recognizes
 a CS46XX.
 I solved this problem forcing the driver loading with:
 % modprobe --ignore-install snd-cs4236 isapnp=0 index=0 port=0x530
 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0
 
 Now I'm upgrading to ubuntu and kernel 2.6.15 but it looks like this
 ignore-install trick doesn't work anymore. I always get:
 FATAL: Error inserting snd_cs4236
 (/lib/modules/2.6.15-25-386/kernel/sound/isa/cs423x/snd-cs4236.ko): No
 such device
 
 Any new recipes?
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd-hda-intel and ALC861 ... strange mixer problem...

2006-11-09 Thread Antonio-Blasco Bonito
Listen folks...

following this advice found here in the thread Asus P5LD2-SE,
HDA-Intel, ADI1986A 6-channel CODEC

http://article.gmane.org/gmane.linux.alsa.devel/41206

I got the card working!
And it looks from my /proc/asound/version I'm running alsa 1.0.12rc1 (as
shipped with kernel 2.6.17 under Ubuntu 6.10 Edgy Eft).

Good luck



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] PASS_THROUGH is not working on ALC882.

2006-11-09 Thread Lee Revell
On Thu, 2006-11-09 at 08:14 +0100, Aleksandrov, Oleg wrote:
 When I change option SPEAKER_SETUP to PASS_THROUGH I get Audio
 output unavailable. Device is busy. (). Mplayer is also not able to
 use spdif/iec958. This way it was configured on my old PC ( AC97
 codec ). I tried to use different module options with no success. 

Another process like ESD or artsd or a web browser must be blocking the
sound card.  Your device must not support multiple access.

Lee


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Asus P5LD2-SE, HDA-Intel, ADI1986A 6-channel CODEC

2006-11-09 Thread Robert Tucker
$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22
13:55:50 2006 UTC).

Earlier I upgraded alsa-firmware alsa-lib alsa-plugins alsa-tools
alsa-utils to 1.0.13 (alsa-headers already were 1.0.13)

The ALSA 1.0.12rc1 will be from the kernel driver, I presume. Every time
I try to emerge alsa-driver I get:

configure: error: You have built-in ALSA in your kernel.
!!! ERROR: media-sound/alsa-driver-1.0.13 failed.

so to uninstall the kernel drivers (to upgrade ALSA) I would have to
re-compile my kernel (2.6.18-r1), I suppose.

I tried deleting position_fix=1 and rebooting, but it made no difference
(except maybe I did not have to run alsaconf immediately after booting
up, although touching the volume control still resulted in the sound
going dead and a running of alsaconf again necessary).

position_fix= has something to do with buffer position reporting
schemes according to:

www.taupro.com/wiki/ChemBook/KernelAudioSupport

Robert



EmIScA wrote:
 What version of alsa you are using? (cat /proc/asound/version)
 I have this mb, and works well with alsa 1.0.12 adding model=3stack  only.
 What means position_fix=1?
 The only issue with this audio card is that there is no master volume 
 control. I had use the Front volume control (luckily I don't use 5.1 
 channels)..
 Bye!


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd_hda_intel on Asus M2N32 WS Pro Asus MB

2006-11-09 Thread Bill Unruh
On Thu, 9 Nov 2006, Mws wrote:

 On Monday 06 November 2006 11:43, Mws wrote:
 hiho,

 i encountered some problems after upgrading to kernel 2.6.19-rc4 vanilla from
 kernel org.
 sound from the soundcard is very crappy, scratches when basses are played,
 ect.

 the problem does still exist on today's 2.6.19-rc5 upgrade.
 but it seems that nobody is interested in a solution :/

You have a solution? I do not thnk anyone has seen it. Or do you mean that
you just want to sit on your butt and complain. There are people working
incredibly hard trying to find solutions, but you do not count amongst
them.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Help enabling 5.1

2006-11-09 Thread Salatiel Filho
Attached :DOn 11/8/06, Lee Revell [EMAIL PROTECTED] wrote:
On Wed, 2006-11-08 at 18:11 -0300, Salatiel Filho wrote: So , i tried # speaker-test -Dplug:surround51 -c6 and again sound only on left and right channels.Please post the output of amixer.
-- []'sSalatielO maior prazer do inteligente é bancar oidiota  diante de umidiota que banca o inteligente.


output
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd-hda-intel and ALC861 ... strange mixer problem...

2006-11-09 Thread steef
Antonio-Blasco Bonito wrote:
 Listen folks...

 following this advice found here in the thread Asus P5LD2-SE,
 HDA-Intel, ADI1986A 6-channel CODEC

 http://article.gmane.org/gmane.linux.alsa.devel/41206

 I got the card working!
 And it looks from my /proc/asound/version I'm running alsa 1.0.12rc1 (as
 shipped with kernel 2.6.17 under Ubuntu 6.10 Edgy Eft).

 Good luck



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

   
great !!

please tell us exactly, if you want to do so of course, what you have 
done to get it going?
i put a line in a new textfile/etc/modprobe.d (split) a couple af days 
ago and my soundcard worked like a charm.
after that i loaded slackware_11, installed this distro with a huge2.6 
kernel installed the source package, kerneldrivers etc. changed 
modprobe.d on the same way i changed it in debian_sarge and lo! 
i lost my dcop-server: lots of trouble.
 


steef

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] snd-hda-intel and ALC861 ... strange mixer problem...

2006-11-09 Thread steef
Bill Unruh wrote:
 On Thu, 9 Nov 2006, steef wrote:

 Antonio-Blasco Bonito wrote:
 Listen folks...

 following this advice found here in the thread Asus P5LD2-SE,
 HDA-Intel, ADI1986A 6-channel CODEC

 http://article.gmane.org/gmane.linux.alsa.devel/41206

 I got the card working!
 And it looks from my /proc/asound/version I'm running alsa 1.0.12rc1 
 (as
 shipped with kernel 2.6.17 under Ubuntu 6.10 Edgy Eft).

 great !!

 please tell us exactly, if you want to do so of course, what you have
 done to get it going?
 i put a line in a new textfile/etc/modprobe.d (split) a couple af days
 ago and my soundcard worked like a charm.
 after that i loaded slackware_11, installed this distro with a huge2.6
 kernel installed the source package, kerneldrivers etc. changed
 modprobe.d on the same way i changed it in debian_sarge and lo!
 i lost my dcop-server: lots of trouble.

 Distributions are split on whether to use /etc/modprobe.conf and
 /etc/modprobe.d/
correct.
 And from the reports it is one or the other.
agreed too.
 If you had
 files in /etc/modprobe.d before you put you file in there, then your 
 system
 probably used modprobe.d.
slackware 11 has txt_files in /etc/modprobe.d
 But if not, then putting files in there could
 well have short circuited the modprobe.conf.

so i will try and find another *correct*  file (have been using 
slackware next to debian a long time without any problem: solid as a rock)
 Different distributions are
 not identical. If they were they would not be different distributions.
yep

thanks for  the modprobe_point


regards,

steef
 steef

 - 

 Using Tomcat but need to do more? Need to support web services, 
 security?
 Get stuff done quickly with pre-integrated technology to make your 
 job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache 
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user