Re: [Alsa-user] Driver Installing Problem

2003-01-22 Thread Clemens Ladisch
[EMAIL PROTECTED] wrote:
> [root@jessy alsa-driver-0.5.12]# make

0.5.x is deprecated. Use 0.9.x.


HTH
Clemens



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Re: More errors !

2003-01-22 Thread Clemens Ladisch
Rajesh The Great wrote:
> >Rajesh The Great wrote:
> > > /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: unresolved
> > > symbol vmalloc_to_page
> >
> >please update the alsa-driver & alsa-kernel cvs trees.  the bug
> >should have been fixed in today morning.
>
> I downloaded the latest cvs snapshot 22-01-2003 and get following
> errors on compile ...
>
> sound.c:10: `snd_vmalloc_to_page' undeclared here (not in a
> function)
> sound.c:10: initializer element is not constant
> sound.c:10: (near initialization for
> `__ksymtab_snd_vmalloc_to_page.value')
>
> My kernel version is 2.4.7-10 .. and there is a conditional
> compilation #if that checks the kernel version on that line ..

The name should be snd_compat_vmalloc_to_page AFAICS.


HTH
Clemens



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] problems with via82xx

2003-01-22 Thread andrei
On Tue, Jan 21, 2003 at 12:42:10PM -0500, Mike Duncan wrote:
> > Looks like I have exactly the same problem with the same chip. Was the
> > solution found?
> 
> No, I could not get an answer about the BIOS setting for soundblaster. I
> finally decided to go with a less viable solution (au8820) until this
> can get resolved. Sorry. Do you have the same board?

No. My board is different. But the problem is exactly the same. Each slice of sound 
gets repeated multiple times before next slice is played. Plus from time to time (not 
very often) IO error is reported.

Here's my configuration as far as I know it:
chipset Apollo KT266 . lspci -vv reports the following

00:00.0 Host bridge: VIA Technologies, Inc. VT8367 [KT266]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- Reset- FastB2B-
Capabilities: [80] 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-

00:06.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
Subsystem: Accton Technology Corporation: Unknown device 9211
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-  [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:07.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI 
v2.0 ISDN (rev 01)
Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI v2.0 ISDN
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-  [disabled] [size=64K]
Capabilities: [60] 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: [44] AGP version 2.0
Status: RQ=31 SBA- 64bit- FW+ Rate=x1,x2,x4
Command: RQ=31 SBA- AGP+ 64bit- FW- Rate=x4

Andrei


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Re: More errors !

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 09:24:56 +0100 (MET),
Clemens Ladisch wrote:
> 
> Rajesh The Great wrote:
> > >Rajesh The Great wrote:
> > > > /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: unresolved
> > > > symbol vmalloc_to_page
> > >
> > >please update the alsa-driver & alsa-kernel cvs trees.  the bug
> > >should have been fixed in today morning.
> >
> > I downloaded the latest cvs snapshot 22-01-2003 and get following
> > errors on compile ...
> >
> > sound.c:10: `snd_vmalloc_to_page' undeclared here (not in a
> > function)
> > sound.c:10: initializer element is not constant
> > sound.c:10: (near initialization for
> > `__ksymtab_snd_vmalloc_to_page.value')
> >
> > My kernel version is 2.4.7-10 .. and there is a conditional
> > compilation #if that checks the kernel version on that line ..
> 
> The name should be snd_compat_vmalloc_to_page AFAICS.

yeah, fixed now on cvs.


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: Fw: [Alsa-user] // /dev/snd disappears on restart... what's going on? //

2003-01-22 Thread Takashi Iwai
At Thu, 23 Jan 2003 04:34:44 +1100,
julian wrote:
> 
> hi,
> 
> i realise you are a very busy guy, but several people have recommended i talk to you 
>about my /dev/snd problem because they have not been able to solve it or understand 
>why it is happening. if you ever have time i would be most grateful if you could look 
>over it.
> 
> cheers,
> 
> julian oliver
> melbourne australia.
> 
> 
> 
> Begin forwarded message:
> 
> Date: Wed, 22 Jan 2003 06:24:54 +1100
> From: delire <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Alsa-user] // /dev/snd disappears on restart... what's going on? //
> 
> 
> hi, i have a strange problem on a new laptop, where with the alsa device directory 
>mysteriously disappears on reboot. this has happened to me before on another dell 
>laptop. this is a fresh install of debian unstable. i never got to the bottom of 
>exactly the same problem on a machine many months ago as i was forced to reinstall, 
>and that fixed it anyway.
> 
> i built a 2.4.20 kernel to allow me to use the usb-midi device. naturally i had to 
>make the alsa drivers again so i ran
> the './configure --with-cards=maestro3,usb-audio --with-sequencer=yes --with-oss=yes 
>&& make && make install'. this of course went through fine as it always has.
> 
> however i forgot to run the ./snddevices script and rebooted. after reboot i 
>realised the error and ran the script. i edited my /etc/modules.conf and restarted 
>the machine another time to test the drivers. the /dev/snd directory had mysteriously 
>vanished. i ran the script again and had perfectly working drivers, midi and all [i 
>have setup alsa many times on several systems]. however on reboot, the /dev/snd 
>directory disappears again and again, forcing me to manually run the script. i have 
>three other alsa machines, all of which run alsa normally.
> 
> if anyone has and ideas as to this weirdness let me know by replying direct as i'm 
>sick of running the damn script on restart!
> 
> i guess i can manually make the symlinks, but i want to understand what's going on 
>first..

sorry, i have no idea, too.  it's really weird.

one sure thing is that the ALSA driver, ALSA lib and the (standard)
alsasound initscript never touch this.
the culprit must be in different places.

i'm not familiar with a debian system.  is there any service to check
the unauthorized files invoked periodically via cron?

and which initscript is used on debian?  i saw both "alsa" and
"alsasound".

also, try to reboot the machin without plugging the usb device.
any changes?  if yes, then this has something to do with the hotplug
stuff.


ciao,

Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] ALi 5451 card with compaq presario 900

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 00:47:01 +0400 (RET),
Alex wrote:
> 
> Hi!
> 
> 
> On Tue, 21 Jan 2003, Takashi Iwai wrote:
> 
> > > I just tried and the results were the same. The compilation of
> > > alsa-driver, alsa-lib and alsa-utils 0.9.0rc6 went OK. I followed the
> > > instructions i found on the alsa-project ALI 5451 page. But when i try to
> > > load the modules, the system freezes.
> >
> > pleae try the cvs version.  there were some bug fixes for ali5451.
> 
> 
> I just try with the tarball 21.01.2003.tar.gz found on the ftp of
> alsa-project. The compilation of drivers and lib went ok, as usual. I got
> an error during the compilation of alsa-utils:
> 
> 
> tremere:/usr/src/alsa_cvs/alsa-utils# ./cvscompile
> aclocal: configure.in: 11: macro `AM_PATH_ALSA' not found in library

you didn't install alsa-library correctly...


> configure.in: 28: required file `include/aconfig.h.in' not found
> CFLAGS=-O2 -Wall -pipe -g
> ./configure
> loading cache ./config.cache
> ./configure: line 526: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(alsa-utils,'
> ./configure: line 526: `AM_INIT_AUTOMAKE(alsa-utils, 0.9.0rc6)'
> tremere:/usr/src/alsa_cvs/alsa-utils#
> 
> 
> I figure that the utils are not indispensable so i tried loading the
> module and again the system freeze when i try 'modprobe snd-ali5451' so i
> guess my problem is still not solve :c(
> 
> 
> Here is a remind of my config:
> 
> Debian kernel 2.4.20 with acpi patch

which boot parameter did you use?
can you try the kernel without acpi patch?


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Re: alsactl error message

2003-01-22 Thread Takashi Iwai
At Tue, 21 Jan 2003 16:13:59 -0500,
Victor Torrico wrote:
> 
> * Adam Jones ([EMAIL PROTECTED]) wrote:
> > On 20-Jan-03, Victor Torrico wrote:
> > 
> > > "alsactl restore 0" gives error and does not restore mixer settings
> > > which have to be changed manually when rebooting. This is painful but
> > > doable since the sound works fine other than for this glitch.
> > > 
> > > The error is:
> > > 
> > > boris:~/# alsactl restore 0
> > > alsactl: set_control:960: Cannot write control '3:0:0:IEC958 Playback
> > > Mask:0' : Operation not permitted
> > > boris:~/#
> > 
> > Have you tried moving your existing /etc/asound.state file sideways and
> > then doing "alsactl store 0" as root?  This should generate a new
> > asound.state file.  It looks like the mixer controls for your card have
> > changed at some point, so creating a new config file should sort it.
> > -- 
> 
> Thanks for the input.  I tried your suggestion and still came up with the
> same problem.  Can anyone help me solve this?

could you try the cvs version?

if the problem still persists, please show the contents of
/etc/asound.state.


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] How to configure quake3?

2003-01-22 Thread Dan Hollis
On Wed, 22 Jan 2003, Georgi Georgiev wrote:
> Actually if quake cannot find the sound device it will simply proceed with 
> no sound (I think). But there was a recent post explaining how to use the 
> proc system interface of alsa to force quake3 to open the dsp device in 
> playback only mode, which should solve the problem.

echo quake3 0 0 disable > /proc/asound/card0/pcm0c/oss
echo quake3.x86 0 0 disable > /proc/asound/card0/pcm0c/oss

-Dan
-- 
[-] Omae no subete no kichi wa ore no mono da. [-]



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Alsa-user] But I still get op on only 2 spkrs !!

2003-01-22 Thread Rajesh The Great
At Wed, 22 Jan 2003 09:24:56 +0100 (MET),
Clemens Ladisch wrote:


Rajesh The Great wrote:
> >Rajesh The Great wrote:
> > > /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: 
unresolved
> > > symbol vmalloc_to_page
> >
> >please update the alsa-driver & alsa-kernel cvs trees.  the 
bug
> >should have been fixed in today morning.
>
> I downloaded the latest cvs snapshot 22-01-2003 and get 
following
> errors on compile ...
>
> sound.c:10: `snd_vmalloc_to_page' undeclared here (not in a
> function)
> sound.c:10: initializer element is not constant
> sound.c:10: (near initialization for
> `__ksymtab_snd_vmalloc_to_page.value')
>
> My kernel version is 2.4.7-10 .. and there is a conditional
> compilation #if that checks the kernel version on that line 
..

The name should be snd_compat_vmalloc_to_page AFAICS.

yeah, fixed now on cvs.


Takashi


I did that change ( added _compat_ )and compiled ALSA it loaded 
and fine ... But

I *STILL* get output on only the front speakers the AC97 2ch->4ch 
switch has *NO* effect on my snd-card ... Why is this ??

Do I have to start all over again ?

Please Help !!
Rajesh






---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Upgrade problems

2003-01-22 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've been using alsa from cvs for some time now. It has been working just fine 
until now. I did what I've always done, updated the cvs, used cvscompile in 
alsa-drivers and make install. But whenever I try to play sound I get these 
errors:

Starting the artsd daemon:

- ---[snip]---
tmh@proficio:~$ artswrapper -a alsa
>> running as realtime process now (priority 50)
ALSA lib pcm_hw.c:297:(snd_pcm_hw_hw_params) SNDRV_PCM_IOCTL_HW_PARAMS failed: 
Invalid argument
artsd: pcm.c:661: snd_pcm_close: Assertion `pcm' failed.
Aborted
- ---[snip]---


ogg123:

- ---[snip]---
tmh@proficio:~$ ogg123 -d alsa09 somefile.ogg

Audio Device:   Advanced Linux Sound Architecture (ALSA) output

Playing: somefile.ogg
ALSA lib pcm_hw.c:297:(snd_pcm_hw_hw_params) SNDRV_PCM_IOCTL_HW_PARAMS failed: 
Invalid argument
ALSA snd_pcm_hw_params error: Invalid argument
Error: Cannot open device alsa09.
- ---[snip]---

ogg123 and other also gives the following errors in the messages log:

- ---[snip]---
Jan 22 12:29:04 proficio kernel: ALSA ../alsa-kernel/core/pcm_memory.c:402: 
BUG? (substream->dma_type != 0) (called from e0ec39e1)
- ---[snip]---

Bug in the latest alsa-drivers? Any pointers?


- -- 
Regards,
Tais M. Hansen
OSD

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iQIVAwUBPi6BwIIvLOJqwYc4AQK25w//asGlGMkI0hMMkcT91RpfXmwxfzjDFbCK
Mlgg651ue1r3qxLHj2JgRFPtrunB2Ldl1tBH35YIE1t9PNRA0QmR1WA1WqpcisP9
YANBUdJCsf22AM4JbWZzr7I7khYNEVMMGXtjKVOKagyvOS4S0AxjC1bE17OXdNIn
JI+ACtFIGXUOibE6yubupz+d5xssjvZ/3x0E34nWYilRy32vwrJapb++Kq8aYTUz
4nVCUj/OH7kKelivIhAnWZe2ikar3fK2D3m9PcmAVhVvwHg+3wmG4knLIJOJ1wcU
y4oo4sFaeH43HFL1Ro3ROmGgVhfuUXoh/7whRheaH2e83PL9bYJatYpS1tAcRApq
301E763f5S4X9Ylo2svunkWum9l3frxUoLmHfSUTra8sjfyWPZopNUg7PiOjyXSE
w0qPU2JX7+98nOYW4YyJM2YY81aNvE5e8HAsFbxlmfPX+Fl2IFXn1PdcwEuQSNOS
AVOkNCwqkIV/kCIaArXUDZivvwPCPqSaSMBCS3qUibA5CzjhG4+G6U/mXFp+dvIp
L4WB4sMhTqNQVxWYtg8Ewnpv+BI2ol1EZTewBIJEzXpIpnRSMXbpAA+x5H+1L2i0
pMlT0hTdMoKMc1YJppqPTLMWO5BrmxIqXfPNd4nn2b/FYnyiLFpSdEgFOtlaGEwL
/N8yvNvgmxE=
=vQ8R
-END PGP SIGNATURE-



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] But I still get op on only 2 spkrs !!

2003-01-22 Thread Clemens Ladisch
Rajesh The Great wrote:
> I *STILL* get output on only the front speakers the AC97 2ch->4ch
> switch has *NO* effect on my snd-card ... Why is this ??

If the switch is there, it should, in theory, work.

The behaviour of the mixer controls may be different from the Windows
driver. Please try playing with all mixer settings.


HTH
Clemens



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 12:34:21 +0100,
Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> 
> - ---[snip]---
> Jan 22 12:29:04 proficio kernel: ALSA ../alsa-kernel/core/pcm_memory.c:402: 
> BUG? (substream->dma_type != 0) (called from e0ec39e1)
> - ---[snip]---
> 
> Bug in the latest alsa-drivers? Any pointers?

please elaborate your system.

did you update all, alsa-kernel, alsa-driver and alsa-lib?


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] But I still get op on only 2 spkrs !!

2003-01-22 Thread Takashi Iwai
At 22 Jan 2003 10:55:42 -,
Rajesh The Great wrote:
> 
> At Wed, 22 Jan 2003 09:24:56 +0100 (MET),
> Clemens Ladisch wrote:
> >
> >Rajesh The Great wrote:
> > > >Rajesh The Great wrote:
> > > > > /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: 
> >unresolved
> > > > > symbol vmalloc_to_page
> > > >
> > > >please update the alsa-driver & alsa-kernel cvs trees.  the 
> >bug
> > > >should have been fixed in today morning.
> > >
> > > I downloaded the latest cvs snapshot 22-01-2003 and get 
> >following
> > > errors on compile ...
> > >
> > > sound.c:10: `snd_vmalloc_to_page' undeclared here (not in a
> > > function)
> > > sound.c:10: initializer element is not constant
> > > sound.c:10: (near initialization for
> > > `__ksymtab_snd_vmalloc_to_page.value')
> > >
> > > My kernel version is 2.4.7-10 .. and there is a conditional
> > > compilation #if that checks the kernel version on that line 
> >..
> >
> >The name should be snd_compat_vmalloc_to_page AFAICS.
> 
> yeah, fixed now on cvs.
> 
> 
> Takashi
> 
> 
> I did that change ( added _compat_ )and compiled ALSA it loaded 
> and fine ... But
> 
> I *STILL* get output on only the front speakers the AC97 2ch->4ch 
> switch has *NO* effect on my snd-card ... Why is this ??

did you adjust and unmute the surround volume?


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems

2003-01-22 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 January 2003 13:27, Takashi Iwai wrote:
> Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> > - ---[snip]---
> > Jan 22 12:29:04 proficio kernel: ALSA
> > ../alsa-kernel/core/pcm_memory.c:402: BUG? (substream->dma_type != 0)
> > (called from e0ec39e1)
> > - ---[snip]---
> >
> > Bug in the latest alsa-drivers? Any pointers?
> please elaborate your system.

i386, slackware 8.1 distro, kernel 2.4.20

> did you update all, alsa-kernel, alsa-driver and alsa-lib?

I did a fresh checkout, then ran cvscompile and make install in alsa-driver, 
alsa-lib and alsa-utils. artsd and ogg123 was also recompiled after that.

Then I started fumbling in dark...

When the above didn't work I also did a cvscompile and make install in 
alsa-oss.

Then I tried recompiling the kernel with and without the 
alsa-driver/utils/patch/soundcore.2.4.20.patch. And this is pretty much where 
I am now.


- -- 
Regards,
Tais M. Hansen
OSD

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iQIVAwUBPi6ZBIIvLOJqwYc4AQKalg//TK+Hj5KEBGXCE0Au8QF9tHjnKC6uC4N7
k9PKT8++W4bnciTQNfk9/1NFJBUDfm/JRtXUrN2eV61/Wwjwy/bdIiEIdT8QXNqP
D4/MWy5J9UQE1eSrx73BefYSIQOg1F8K0OBevNTrtHqYGeWUwSN2fS2YC/vVrwEL
M99bFBV3/r2+aPfCyhEMWQHQoBnU0VBevMTAv1YRnLMCVnbMoZyWnyO2aQ4A3U5A
5HCSk2/2Rq+O9jdPS0EedRwB/Kd9XVb0u2BHJ+A/hKZsXfpcfmxDNApX6LLJ8qng
c619qMDZYw03xFHDb/O5N4Qwam3PnE1vrNdPwqV312d2r2i5OVajgwcRUmDJ6lfQ
d/LDxhCQDNqiB7EVpDN3N0Ao7//hW8f4LLpzVVEap73UDB5gE+1FwpCHABTTrsae
54Wv7VL5I7JF4SoEa+9IOK7OBb+9lIFDplwSyJYKr297fs0OdYhww5Dsy/GDGLNy
qicxKaZumHbWNIU3FN9ooM/wX/A6peYca9nXHOm2kjdXqMT1dIh91IH3Pa9tJyiq
12geuNHN5bC2zR8S7r0pKrBYhk758dRX+9gO4h7aUEK4ft4tzZJpLMp58rGOvWDG
LarMIfW2kGsY3gKyVcRCjVEue3wMCJgSnpFnsgnVNALLS/hRZEKeJSOv+f93kvUV
PuuGaQ3eKXg=
=lfbb
-END PGP SIGNATURE-



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 14:13:37 +0100,
Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 22 January 2003 13:27, Takashi Iwai wrote:
> > Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> > > - ---[snip]---
> > > Jan 22 12:29:04 proficio kernel: ALSA
> > > ../alsa-kernel/core/pcm_memory.c:402: BUG? (substream->dma_type != 0)
> > > (called from e0ec39e1)
> > > - ---[snip]---
> > >
> > > Bug in the latest alsa-drivers? Any pointers?
> > please elaborate your system.
> 
> i386, slackware 8.1 distro, kernel 2.4.20
 
which soundcard...?
the bug must be card-specific.


Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems -addendum

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 14:57:55 +0100,
Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 22 January 2003 13:27, Takashi Iwai wrote:
> > Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> > > - ---[snip]---
> > > Jan 22 12:29:04 proficio kernel: ALSA
> > > ../alsa-kernel/core/pcm_memory.c:402: BUG? (substream->dma_type != 0)
> > > (called from e0ec39e1)
> > > - ---[snip]---
> > >
> > > Bug in the latest alsa-drivers? Any pointers?
> > please elaborate your system.
> 
> I forgot the system audio "card" in question, sorry.
> 
> Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio 
> Controller (rev 40)

does the attached patch cure this?


Takashi



via8233a-fix.dif
Description: Binary data


Re: [Alsa-user] Driver Installing Problem

2003-01-22 Thread J. Volkmann
Clemens Ladisch ([EMAIL PROTECTED]) schrieb:

> [EMAIL PROTECTED] wrote:
> > [root@jessy alsa-driver-0.5.12]# make
> 
> 0.5.x is deprecated. Use 0.9.x.
> 
If he ever had a 0.5.x installed it is hardly possible to switch to
0.9.x... I had this problem on several machines and posted them here.
Seemingly this is quite often a problem ...

mfG Johannes



msg06239/pgp0.pgp
Description: PGP signature


Re: [Alsa-user] Upgrade problems -addendum

2003-01-22 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 January 2003 15:22, Takashi Iwai wrote:
> > Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio
> > Controller (rev 40)
> does the attached patch cure this?

Yes, it did! Thanks!

I'm getting a bunch of errors in syslog though. I imagine it's just debug 
output and nothing serious.

Jan 22 15:37:59 proficio kernel: ALSA ../alsa-kernel/pci/via82xx.c:592: 
invalid via82xx_cur_ptr, using last valid pointer
Jan 22 15:37:59 proficio last message repeated 7 times
Jan 22 15:39:30 proficio last message repeated 52 times
Jan 22 15:40:13 proficio last message repeated 43 times
Jan 22 15:42:50 proficio kernel: ALSA ../alsa-kernel/pci/via82xx.c:592: 
invalid via82xx_cur_ptr, using last valid pointer


- -- 
Regards,
Tais M. Hansen
OSD

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iQIVAwUBPi6uJ4IvLOJqwYc4AQKIYQ/+M6859BWfJkUsCzmfkUR4p4whZ+ykew7H
+4/rnsU/yO37GCANYjxLfRPa8VSDJ9UkGe4AxSdG1/GuLDb9bwAKgvgOr3hWeQaD
hh/CKgEGQksE2X90fFgee3UuStnjM5DCJUK4gzJU/okYxvXFHFne8qR/GqxHPVkh
2siouDAtNPvYw/ZReUUdznEgxFBlUIcHdmgwEdI0AmNACGGJstVXagW1wKNXzuaM
Itkz816wJobzj8zDRYFNvfMWFkzldsSIuIbc/X+KmvsPlPnnLImnNADaNnMqCIld
wEBcbpDwFM287IaASJiE/42w/5dz2ee2WmKx86e9ZIac8jDkLYxrEJdXOG397N2n
wXtnuGGabqChITXbv5aSng4oo2Lh4NoN2BoZCpouDcUBcf78AmgBg2isaa7VJlTB
sNdqv2ipDmAQcvfGXfkMQ5AVxit+V09a2+GVK0t3mzLa4LOvMkB3A9DuIrltp4+/
kOu4cbaw11OHOtBfSp1Bg5mAPCK/ztnplwicLyDSKpqPlCzretwKA47l1FTHUOWN
PDVVsacM3OIWLEuRifmH6xxMc5xfhAEqnmaiVAxmAQHA/0/wSiUsdWhZbEoY4iQ+
70Zb+buDuHyAuKoFjO6+QweoaS2QzsJjDiKrQoIElCHy7WTrDjB/sUc++jAmtiVG
2+SHNGr0UI8=
=zbe3
-END PGP SIGNATURE-



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems -addendum

2003-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2003 15:43:49 +0100,
Tais M. Hansen <[EMAIL PROTECTED]> wrote:
> 
> On Wednesday 22 January 2003 15:22, Takashi Iwai wrote:
> > > Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio
> > > Controller (rev 40)
> > does the attached patch cure this?
> 
> Yes, it did! Thanks!
 
good to hear that :)

> I'm getting a bunch of errors in syslog though. I imagine it's just debug 
> output and nothing serious.
 
could you enable POINTER_DEBUG at the beginning of via82xx.c?
this will print more debug lines.

which application cause these messages?  every application?
do you notice any drop outs during playback?


> Jan 22 15:37:59 proficio kernel: ALSA ../alsa-kernel/pci/via82xx.c:592: 
> invalid via82xx_cur_ptr, using last valid pointer
> Jan 22 15:37:59 proficio last message repeated 7 times
> Jan 22 15:39:30 proficio last message repeated 52 times
> Jan 22 15:40:13 proficio last message repeated 43 times
> Jan 22 15:42:50 proficio kernel: ALSA ../alsa-kernel/pci/via82xx.c:592: 
> invalid via82xx_cur_ptr, using last valid pointer


thanks,

Takashi


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Alsa-user] maestro1 problem

2003-01-22 Thread Mohammed Sameer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
Can anyone help me here ?
I have a maestro1 soundcard.
The kernel driver reports that i have a pt101 codec, So i tried ALSA
but it refuse to load
# modprobe snd-es1968 
/lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO 
or IRQ parameters
/lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: insmod 
/lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o failed
/lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: insmod snd-es1968 failed

and i found this in my logs:
Jan 22 15:41:00 debian kernel: PCI: Found IRQ 11 for device 00:09.0
Jan 22 15:41:01 debian kernel: 
ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1554: 
AC'97 0:0 does not respond - RESET [REC_GAIN = 0x]

alsa 0.9rc6
kernel 2.4.18

# lspci -v -v
00:09.0 Multimedia audio controller: Platform Technologies, Inc. AGOGO sound chip (aka 
ESS Maestro 1) (rev 10)
Subsystem: Platform Technologies, Inc.: Unknown device 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Upgrade problems -addendum

2003-01-22 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 January 2003 15:50, Takashi Iwai wrote:
> > I'm getting a bunch of errors in syslog though. I imagine it's just debug
> > output and nothing serious.
> could you enable POINTER_DEBUG at the beginning of via82xx.c?
> this will print more debug lines.
> which application cause these messages?  every application?
> do you notice any drop outs during playback?

I've enabled POINTER_DEBUG and logged ALSA & fail output from syslog. The 
output is attached in two files. (gzipped)

ogg123:
I heard a short pop in the sound with each log entry pair; fail & ALSA.

artsd:
Log entries only occured when starting/resuming or suspending/killing artsd. 
Tried playing for a while with noatun and I didn't notice any pops or other 
anomalies.

- -- 
Regards,
Tais M. Hansen
OSD

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iQIVAwUBPi689oIvLOJqwYc4AQJS4hAAldMcfAwb+7lstr1O0wH4gRyxrub+RaQC
SILTnceBqknmQGQpOWBiyyIN6eO1IF1QeHzpjkS2tm4twsGVjQo98Eyg3mRFDIp9
TwEnLeGiwZc9Vu4TbNb20E7ETOLGLqNr2sVTvJG5SpErwLWcHeY97rmsV9fF6NaU
64cdSLvSowMeUxy3ldefurp+Wibf5lXAuae8p8qSRPi2YnDf1SxU2PqKMfK0UTnw
kpOLB1Okq8CXi4I40aF+k5Jpazxz0HTVRBLGTibFGrUcbZ7rci6kVmC8f5GqyTNu
lQ6461oFoO0t//jtWYLzxxhbo4gCVlLPefi669nDzV3BwOW2abS6uiIFpfCxVe3b
9EB7PLQG+ADwpVihA4zQVJGobkRO0zxXQ3YhrlfU4ctg+PYslmjmAnYc5sV6iitN
gpTJuEQfEah4Z5FfLSB1QMWll5aKh4YBKLqFG7t6+CE3YRF7DjR2ilZuEan4DFXz
i2Ke9TTmjm6lRd/U5H7K/l8/vBtn2sMQ58FdHfzpVNtk9BTxhUQ3ZdZa6golUxIu
0mNIQ/KoVuxGNf7jxRUxqGd2CXkdLAWkkciGc2I4xZA/jDdxrBzg1zT3vXubCF4z
sFa3QMoFojWpyIRcuAd43TbKFSkA5pHNo3MnfNPhuh1ywqiefIPPpGl5gErymkss
xV30oJQkjnE=
=XQx2
-END PGP SIGNATURE-



alsa-artsd-syslog.txt.gz
Description: GNU Zip compressed data


alsa-ogg123-syslog.txt.gz
Description: GNU Zip compressed data


[Alsa-user] Completely Removing ALSA?

2003-01-22 Thread Dave Hanna
Well, my attempts at using ALSA have spiraled down and down.  At this
point when I make/make install the drivers the snd.o module always has
dependency issues (See my last post: Module Problem - insmod snd.o
failed). So my question is this:  

How do I completely (as in everything) undo what ALSA has done to my
system? (make uninstall doesn't seem to do the trick) 

Any help would be great.
Dave
 



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Completely Removing ALSA?

2003-01-22 Thread iriXx
hi,
this sounds vaguely similiar to what i just had to do to my Mandrake 
setup... i had to remove the supplied ALSA rpms to install CVS, because 
the supplied ones caused distortion with the usb-audio module
this proved trickier than i thought, as i couldnt do urmpe libalsa - 
because the kde libs depend on it... (i trashed my system once already 
trying that trick!)

so i was advised to go to /lib/modules/2.4.whatever/kernel/sound and tar 
up all of the alsa modules there - just in case i need to restore them.
then remove everything in that directory. building cvs after this was fine.

im not sure how well this might work for your situation... normally make 
uninstall should remove all the alsa modules, surely? but it might 
be worth a try

bw
m~

Dave Hanna wrote:
Well, my attempts at using ALSA have spiraled down and down.  At this
point when I make/make install the drivers the snd.o module always has
dependency issues (See my last post: Module Problem - insmod snd.o
failed). So my question is this:  

How do I completely (as in everything) undo what ALSA has done to my
system? (make uninstall doesn't seem to do the trick) 

Any help would be great.
Dave


--
iriXx
www.iriXx.org

copyleft: creativity, technology and freedom?
[EMAIL PROTECTED]
www.copyleftmedia.org.uk

 _
( )  ascii ribbon against html email
 X
/ \cat /dev/sda1 > /dev/dsp


  *** stopping make sense ***



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Alsa-user] Problem installing ALSA

2003-01-22 Thread Pascal Cleve




Hello all,



I am new to ALSA and I followed the instruction to the letter but for some reason ALSA is not starting.  Any idea what could be wrong.  I configured the alsa-driver with --with-intel8x0



Thanks

Pascal



Jan 22 16:23:22 blackhole gpm: gpm startup succeeded

Jan 22 16:23:22 blackhole alsasound: Starting sound driver: snd-intel8x0

Jan 22 16:23:22 blackhole kernel: intel8x0: clocking to 41142

Jan 22 16:23:22 blackhole alsasound: done

Jan 22 16:23:22 blackhole modprobe: modprobe: Can't locate module snd-card-1

Jan 22 16:23:22 blackhole modprobe: modprobe: Can't locate module snd-card-2

Jan 22 16:23:22 blackhole modprobe: modprobe: Can't locate module snd-card-3

Jan 22 16:23:22 blackhole rc: Starting alsasound:  succeeded

Jan 22 16:23:23 blackhole crond: crond startup succeeded

Jan 22 16:23:24 blackhole xfs: listening on port 7100

Jan 22 16:23:24 blackhole xfs: xfs startup succeeded

Jan 22 16:23:24 blackhole anacron: anacron startup succeeded

Jan 22 16:23:24 blackhole atd: atd startup succeeded

Jan 22 16:23:24 blackhole xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/cyrillic (unreadable)

Jan 22 16:23:24 blackhole rhnsd: rhnsd startup succeeded

Jan 22 16:23:24 blackhole rhnsd[875]: Red Hat Network Services Daemon starting up.

Jan 22 16:23:26 blackhole modprobe: modprobe: Can't locate module char-major-10-134

Jan 22 16:23:27 blackhole modprobe: modprobe: Can't locate module char-major-13

Jan 22 16:23:37 blackhole gdm(pam_unix)[926]: session opened for user pascal by (uid=0)

Jan 22 16:23:47 blackhole modprobe: modprobe: Can't locate module sound-slot-1

Jan 22 16:23:47 blackhole modprobe: modprobe: Can't locate module sound-service-1-0

Jan 22 16:23:47 blackhole modprobe: modprobe: Can't locate module sound-slot-1

Jan 22 16:23:47 blackhole modprobe: modprobe: Can't locate module sound-service-1-0

Jan 22 16:23:59 blackhole gnome-name-server[1170]: starting

Jan 22 16:23:59 blackhole gnome-name-server[1170]: name server starting

J




[Alsa-user] Re: Evolution mk255c and Intel810

2003-01-22 Thread Adam Jones
On 21-Jan-03, Neil Levine wrote:
> On Tue, Jan 21, 2003 at 10:03:45AM +0100, Clemens Ladisch a ecrit: 

>> > ../mpu401_uart.c:168: cmd: 0x3f failed at 0x330 (status= = 0xff,
>> > data = 0xff)
>> This means you don't have a MPU-401 at this address.
> Shame it has to lock the machine up :-/

Unfortunately, probes into ISA address space are always inherently
risky.  It's a crawling horror which isn't really the fault of the ALSA
developers...  (If you cat /proc/ioports you might find that something
else is using that address space, which would definitely explain the
lock-up)
-- 
Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/)
.oO("it fun to shoot NAZI's"   )
PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] /dev/sequencer no such device, but audio plays ok?

2003-01-22 Thread Richard Shann



To: Clemens Ladisch <[EMAIL PROTECTED]>
CC:  [EMAIL PROTECTED]
Subject: Re: [Alsa-user] /dev/sequencer no such device, but audio pla
Clemens Ladisch wrote:
 

I guess I still need to aconnect it to some software
   

 


Try a software synthesizer like Timidity or iiwusynth.




I've now downloaded and built iiwusynth, but I get

$ ./src/iiwusynth
iiwusynth: debug: Using alsa audio driver

iiwusynth: warning: Couldn't set high priority scheduling for the audio 
output
iiwusynth: debug: Using alsa MIDI driver

ALSA lib rawmidi_hw.c:227:(snd_rawmidi_hw_open) open /dev/snd/midiC0D0 
failed: No such file or directory
iiwusynth: error: Error opening ALSA raw MIDI port
Failed to create the MIDI input handler
iiwusynth: debug: Audio thread finished

and indeed
ls -l /dev/snd/*
crw-rw-rw-1 root root 116,   0 Jan 22 22:00 /dev/snd/controlC0
crw-rw-rw-1 root root 116,  24 Jan 22 22:00 /dev/snd/pcmC0D0c
crw-rw-rw-1 root root 116,  16 Jan 22 22:00 /dev/snd/pcmC0D0p
crw-rw-rw-1 root root 116,  33 Jan 22 22:00 /dev/snd/timer

do I need to set the -M option of iiwusynth to something - if so what?

Richard




---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Re: Alsa-user digest, Vol 1 #991 - 14 msgs

2003-01-22 Thread Adam Jones
On 21-Jan-03, Rajesh The Great wrote:

> Thanx , it resolved pcm.o But I get this new set of error 
> messages
> 
> /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: unresolved 
> symbol vmalloc_to_page
> /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: insmod 
> /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o failed
> /lib/modules/2.4.7-10/kernel/sound/acore/snd-pcm.o: insmod 
> snd-ens1371 failed

If you run "depmod -ae" as root, what does it tell you?  That should
list all the unresolved symbols in all your modules, which might save
anyone trying to hunt them down one at a time. :)
-- 
Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/)
.oO("I perfer surplus scratch" )
PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Problem installing ALSA

2003-01-22 Thread Jack O'Quin
Pascal Cleve <[EMAIL PROTECTED]> writes:

> I am new to ALSA and I followed the instruction to the letter but for
> some reason ALSA is not starting.  Any idea what could be wrong.  I
> configured the alsa-driver with --with-intel8x0

Looks like you didn't configure /etc/modules.conf.  

Here's a good description to follow:

http://alsa.opensrc.org/index.php?page=Setting+up+modprobe+and+kmod+support

Good luck,
-- 
  Jack O'Quin
  Austin, Texas, USA



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Problem installing ALSA

2003-01-22 Thread Pascal Cleve
On Wed, 2003-01-22 at 17:46, Dave Hanna wrote:
I think that you need to add the following lines to your
/etc/modules.conf.  Pay particular attention to the options line..
Good luck and please let me know if it helps

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here
options snd-intel8x0 index=0 id=CARD_0
...

No, this is not helping.  I tried several combinations.  Here is what I
have now:

 Alsa Support
alias char-major-116 snd
options snd major=116 cards_limit=1

alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss



Jan 22 18:38:38 blackhole gpm: gpm startup succeeded
Jan 22 18:38:38 blackhole alsasound: Starting sound driver: snd-intel8x0
Jan 22 18:38:39 blackhole kernel: intel8x0: clocking to 41142
Jan 22 18:38:39 blackhole alsasound: done
Jan 22 18:38:39 blackhole rc: Starting alsasound:  succeeded
Jan 22 18:38:39 blackhole crond: crond startup succeeded
Jan 22 18:38:40 blackhole xfs: listening on port 7100
Jan 22 18:38:40 blackhole xfs: xfs startup succeeded
Jan 22 18:38:40 blackhole anacron: anacron startup succeeded
Jan 22 18:38:40 blackhole atd: atd startup succeeded
Jan 22 18:38:40 blackhole xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/cyrillic (unreadable)
Jan 22 18:38:40 blackhole rhnsd: rhnsd startup succeeded
Jan 22 18:38:40 blackhole rhnsd[875]: Red Hat Network Services Daemon
starting up.
Jan 22 18:38:42 blackhole modprobe: modprobe: Can't locate module
char-major-10-134
Jan 22 18:38:43 blackhole modprobe: modprobe: Can't locate module
char-major-13
Jan 22 18:38:54 blackhole gdm(pam_unix)[926]: session opened for user
pascal by (uid=0)
Jan 22 18:39:03 blackhole modprobe: modprobe: Can't locate module
sound-slot-1
Jan 22 18:39:03 blackhole modprobe: modprobe: Can't locate module
sound-service-1-0
Jan 22 18:39:03 blackhole modprobe: modprobe: Can't locate module
sound-slot-1
Jan 22 18:39:03 blackhole modprobe: modprobe: Can't locate module
sound-service-1-0
Jan 22 18:39:16 blackhole gnome-name-server[1218]: starting

and of course no music!
Thank




---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user



Re: [Alsa-user] Re: alsactl error message

2003-01-22 Thread Victor Torrico
* Takashi Iwai ([EMAIL PROTECTED]) wrote:
> At Tue, 21 Jan 2003 16:13:59 -0500,
> 
> could you try the cvs version?
> 
> if the problem still persists, please show the contents of
> /etc/asound.state.
> 
> 
> Takashi

Tried Jan 21, 2003 CVS version with the same resulting error message.

Victor

PS: Note weird values of controls 33, 34, and 35 in asound.state file.

/etc/asound.state follows:

state.AudioPCI {
control.1 {
comment.access 'read write'
comment.type BOOLEAN
iface CARD
name 'Joystick Enable'
value false
}
control.2 {
comment.access 'read write'
comment.type ENUMERATED
comment.item.0 'port 0x200'
comment.item.1 'port 0x208'
comment.item.2 'port 0x210'
iface CARD
name 'Joystick Address'
value 'port 0x200'
}
control.3 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Master Playback Switch'
value true
}
control.4 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Master Playback Volume'
value.0 31
value.1 31
}
control.5 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Master Mono Playback Switch'
value true
}
control.6 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Master Mono Playback Volume'
value 0
}
control.7 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'PC Speaker Playback Switch'
value true
}
control.8 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 15'
iface MIXER
name 'PC Speaker Playback Volume'
value 15
}
control.9 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Phone Playback Switch'
value false
}
control.10 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Phone Playback Volume'
value 0
}
control.11 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Mic Playback Switch'
value false
}
control.12 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Mic Playback Volume'
value 0
}
control.13 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Mic Boost (+20dB)'
value false
}
control.14 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Line Playback Switch'
value true
}
control.15 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Line Playback Volume'
value.0 31
value.1 31
}
control.16 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'CD Playback Switch'
value true
}
control.17 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'CD Playback Volume'
value.0 31
value.1 31
}
control.18 {
comment.access 'read write'
comment.type BOOLEAN
iface MIXER
name 'Video Playback Switch'
value false
}
control.19 {
comment.access 'read write'
comment.type INTEGER
comment.range '0 - 31'
iface MIXER
name 'Video Playback Volume'
value.0 0
value.1 0
}
control.

[Alsa-user] No sound on Extigy

2003-01-22 Thread Jean-Marc Valin
Hi,

I'm trying to get my SB Extigy working with ALSA and so far, I cannot
play any sound. Using OSS emulation, the device opens fine and the ioctl
(for speed, stereo, ...) succeed, but a write to the device generates an
"Invalid argument" error. The mixers all "seem" to work fine though
(alsa and OSS). When I use aplay, I get:

% aplay /home/jm/speextest2.wav
Playing WAVE '/home/jm/speextest2.wav' : Signed 16 bit Little Endian,
Rate 44100 Hz, Stereo
ALSA lib pcm_hw.c:428:(snd_pcm_hw_prepare) SNDRV_PCM_IOCTL_PREPARE
failed: Invalid argument
aplay: set_params:815: Unable to install hw params:
ACCESS:  RW_INTERLEAVED
FORMAT:  S16_LE
SUBFORMAT:  STD
SAMPLE_BITS: 16
FRAME_BITS: 32
CHANNELS: 2
RATE: 44100
PERIOD_TIME: (92879 92880)
PERIOD_SIZE: 4096
PERIOD_BYTES: 16384
PERIODS: 4
BUFFER_TIME: (371519 371520)
BUFFER_SIZE: 16384
BUFFER_BYTES: 65536
TICK_TIME: 1


I've also tried recording from the card. Recording doesn't fail like
playback does but the result is strange. First, the signal I get looks
like it has an 8-bit resolution (I only see multiples of 256), but I'm
able to distinguish part of the signal.

Here's my setup:
RedHat 7.3 with 2.4.19 kernel on a Compaq Presario laptop (Pentium III)
CVS version of ALSA dated 2003/01/21

% cat /proc/asound/devices
  0: [0- 0]: ctl
  8: [0- 0]: raw midi
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
 33:   : timer

% cat /proc/asound/cards 
0 [Extigy ]: USB-Audio - Sound Blaster Extigy
 Creative Technology Ltd. at 001/004

% cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc6 emulation code)
Kernel: Linux idefix.homelinux.org 2.4.19 #1 mer sep 4 13:05:53 EDT 2002
i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
Creative Technology Ltd. at 001/004

Audio devices:
0: USB Audio (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: Sound Blaster Extigy

Timers:
7: system timer

Mixers:
0: USB Mixer

% lsmod
Module  Size  Used byTainted: PF 
usb-uhci   24196   0  (unused)
snd-usb-audio  41888   1 
snd-rawmidi16832   0  [snd-usb-audio]
snd-seq-device  5628   0  [snd-rawmidi]
sr_mod 13944   0  (autoclean)
snd-pcm-oss42660   0 
snd-pcm75936   0  [snd-usb-audio snd-pcm-oss]
snd-timer  13920   0  [snd-pcm]
snd-mixer-oss  13472   1  [snd-pcm-oss]
snd42120   1  [snd-usb-audio snd-rawmidi
snd-seq-device snd-pcm-oss snd-pcm snd-timer snd-mixer-oss]
soundcore   6180   5  [snd]
vmnet  21600   4 
parport_pc 17444   0 
parport35456   0  [parport_pc]
vmmon  22260   0  (unused)
hid14912   0  (unused)
prism2_cs  61752   1 
p80211 15988   1  [prism2_cs]
ds  8128   1  [prism2_cs]
i82365 25392   1 
pcmcia_core43840   0  [prism2_cs ds i82365]
ide-scsi9216   0 
scsi_mod   95292   2  [sr_mod ide-scsi]
ntfs   54528   1  (autoclean)


Anything I'm doing wrong, or is it a bug in the driver. In the first
case, can anyone help me? In the second case, I can provide testing to
improve the driver.

Jean-Marc

-- 
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec, Canada




signature.asc
Description: PGP signature


[Alsa-user] RH8, alsa 0.9.0rc6, and unresolved symbols

2003-01-22 Thread Shane Dawalt

  The moderator hasn't kicked out my original message, so I'll get my
mailbox messy for a while by signing up ...

  I have RH8 (2.4.18-14) and 0.9.0rc6 alsa drivers.  I am not having
success in getting the things to work though.  I can compile the
drivers and the version of my kernel header "2.4.18-14" is now correct 
so I don't have a version problem, but I get messages like the following 
when I try to "modprobe snd-ens1370" (This is a soundblaster 128 which 
reports as an es1370 chip.)  I've seen other references to these 
problems, but the solution was the remove the misc directory from 
/lib/modules tree, but there isn't one for 0.9.0rc6.  I have absolutely 
 no idea where to go from here.  Suggestions are welcome.

  Shane

-- listing of errors 

/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
ceate_proc_entry_R65242b4c
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
proc_root_R73c1ad80
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
register_sound_special_R31330485
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
pci_free_consistent_R8a923015
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
remove_proc_entry_R896ce1ff
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
pci_alloc_consistent_R5ca45b27
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
vfs_follow_link_R7d581189
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
__pollwait_R2ddbc62b
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
add_wait_queue_R15de0e1a
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
mem_map_R5bb147c7
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
kill_fasync_Rf17d6cef
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
fasync_helper_Ra2a115a5
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
vfs_readlink_Rba0463be
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
remove_wait_queue_R8ac2a9b6
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: unresolved symbol 
register_chrdev_R0343f1e8
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: insmod 
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o failed
/lib/modules/2.4.18-14/kernel/sound/acore/snd.o: insmod snd-ens1370 failed



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] S/PDIF snd-via82xx

2003-01-22 Thread Steve
I have been able to get this combo working, but weird intermittent 
things keep happening with it.

In the mixer you need to unmute the IEC958 output and set the IEC958 
playback level to 0 - yes zero (any other value turns it off (is this 
normal for S/PDIF outputs on sound cards??)).

My problems are with stability and reliablity. Sometimes when I play 
through the S/PDIF it works flawlessly, other times it doesn't work at 
all, other times it will work for some (apparently random) amount of 
time and then stop working, other times it will stutter: switching 
between working and not, and a (very) few times it has locked my machine 
hard (reset button required).

To be fair I'm running on the very new VIA EPIA-M 9000 board, so I 
expected a few problems.

Anyone else seeing this?

Any workarounds to get S/PDIF working?

Steve



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user