On 22 May 2002 19:14:34 +1000
Brian Parish <[EMAIL PROTECTED]> wrote:

> I need to use the 0.9 beta drivers for my card (Delta 66) as it is
> multi-channel and not handled properly by the 0.5.x set which are
> included in the Mandrake 8.2 distro.  I had these working in 8.1,
> but under 8.2 on running configure for the driver I get:
> 
> checking for kernel version... expr: syntax error
> expr: syntax error
> expr: syntax error
> failed (probably missing /usr/src/linux/include/linux/version.h)
> 
> I checked the alsa-user archives and found a reference to this problem,
> but no suggestion of how to fix it.  Needless to say, version.h is not
> missing:
> 
> -rw-r--r--    1 root     root          384 Mar 15 13:35
> /usr/src/linux/include/linux/version.h
> 
> I have the kernel sources and headers installed as required, but don't
> have the coding knowledge to work out what is wrong with the way
> configure is trying to get the version info.
> 
> I've tried this with 0.9.10, .12, and rc1 - same result every time.
> 
> TIA
> Brian

-----------------------------------------------------------------------------
From: "Garrick Sitongia" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Alsa-user] Alsa0.9.0beta12 on Mandrake Linux 8.2 HOWTO
Date: Sat, 27 Apr 2002 21:11:25 -0700
Sender: [EMAIL PROTECTED]

Alsa0.9.0beta12 on Mandrake Linux 8.2 HOWTO

0. Read the INSTALL file.

1. Edit the configure script by inserting -I/usr/src/linux/include at the
   end of lines beginning with "ac_compile=" and "ac_link=", but before
   the ending quote. I counted six places. ./configure will fail without 
this.

2. Delete the directory /lib/modules/2.4.18-6mdk/alsa or move it to ../
   make install will complain about unresolved symbols without this.

3. Remove or rename /etc/asound.conf. Alsa will not start on re-boot with 
this
   file here.

4. Here is the alsa stuff from my /etc/modules.conf, which regards my 
via8233
   sound card. Read INSTALL for your card.
--------------
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
above snd-via8233 snd-pcm-oss
alias snd-card-0 snd-via8233
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
---------------
   The 'options snd...' line prevents scrolling lines beginning with,
   "modprobe: modprobe: Can't locate module snd-card-1".

5. 'configure --with-cards=<your_card_here>', 'make install'.

6. I don't know if it was nessessary to get the driver working, but I also
   had installed alsa-lib-0.9.0beta12 and alsa-utils-0.9.0beta12 (useful).

That's it. Thanks for all the alsa help!
----------------------------------------------------------------------------

HTH :)

    -Frans

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to