LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-11-2006, 04:41 PM   #1
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Rep: Reputation: 15
what is mean:configure --with-build=<kernel_build_dir>


on alsa install guide:
On 2.6 kernels, the build directory has to be given via
--with-build=< kernel_build_dir> option additionally, too
what should be "kernel_build_dir"
how I can know "kernel_build_dir" on my computer?
 
Old 01-11-2006, 09:22 PM   #2
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Looks like it requires the path to your kernel sources.

Typically the following is the proper build directory:
/lib/modules/`uname -r`/build/

However it is better to make sure it is there.
Go to /lib/modules/ and go into the directory of the kernel you are running. To figure out which kernel you have running, run 'uname -r'.
Look in the directory for a link to 'build'.
The build link may actually be in /usr/src or perhaps elsewhere -- depending on your distribution.

What distribution are you using?
If you have a modern (recent) distro can't you use their update system to update you ALSA?
 
Old 01-14-2006, 10:30 AM   #3
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
thank you
is that wrong?
./configure --with-build=/lib/modules/2. 6.14-1.1696_FC5/build/
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: 6.14-1.1696_FC5/build/
checking for 6.14-1.1696_FC5/build/-gcc... no
 
Old 01-14-2006, 11:08 AM   #4
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Quote:
Originally Posted by adsl9999
./configure --with-build=/lib/modules/2. 6.14-1.1696_FC5/build/
You have a SPACE in that command.

(Please answer all questions if you can)

Did you not install ALSA with Fedora Core?
# rpm -qa | grep alsa

Are you trying to update it?
Did you try updating it with yum?
# yum update alsa-lib alsa-utils

Maybe you need to update your kernel?
# yum update kernel

To compile:
Which package are you trying to compile? (driver? util? tools?)

Do you have gcc (compiler) installed?
# rpm -q gcc

Do you have kernel headers installed?
# rpm -q kernel-devel
 
Old 01-14-2006, 08:27 PM   #5
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
thank you mjmwired,thank you very much!
1id you not install ALSA with Fedora Core?
[root@localhost ~]# rpm -qa | grep alsa
alsa-lib-devel-1.0.10rc1-2
alsa-utils-1.0.10rc1-2
alsa-lib-1.0.10rc1-2
[root@localhost ~]#
2and 3:Are you trying to update it?
Did you try updating it with yum?
# yum update alsa-lib alsa-utils

Maybe you need to update your kernel?
# yum update kernel
[root@localhost ~]# yum update alsa-lib alsa-utils
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
development 100% |=========================| 1.1 kB 00:00
extras-development 100% |=========================| 1.1 kB 00:00
Cannot find a valid baseurl for repo: freshrpms
Error: Cannot find a valid baseurl for repo: freshrpms
I install full FC5test1 and install yumex
yum cannot work on fc5
"Error: Cannot find a valid baseurl for repo: freshrpms" another big question
4:To compile:
Which package are you trying to compile? (driver? util? tools?)
driver must because i install driver by configure make make install
failed
5o you have gcc (compiler) installed?
[root@localhost ~]# rpm -q gcc
gcc-4.0.2-6
6:
Do you have kernel headers installed?
[root@localhost ~]# rpm -q kernel-devel
kernel-devel-2.6.14-1.1696_FC5
 
Old 01-14-2006, 08:31 PM   #6
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
I cannot find Audigy Analog/Digital Output Jack on fc5 alsamaxer(1.0.10)
so I install asla driver driver util lib oss(1.0.11rc2)
failed

Last edited by adsl9999; 01-14-2006 at 08:34 PM.
 
Old 01-14-2006, 08:33 PM   #7
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
i haved uninstall driver util lib oss(1.0.11rc2)
untill 5 post i can give you a link
 
Old 01-14-2006, 08:35 PM   #8
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
i haved uninstall driver util lib oss(1.0.11rc2)
untill 5 post i can give you a link
 
Old 01-14-2006, 08:37 PM   #9
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
i ask this question on gentoo linux(my mistike,sorry)
link
http://forums.gentoo.org/viewtopic-t-420339.html
 
Old 01-14-2006, 08:45 PM   #10
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
alsa driver 1.o.11 rc2 install guide

Advanced Linux Sound Architecture - Driver
==========================================
Installation guide


The ALSA driver replaces the OSS/Free driver. Since version 0.4.0,
ALSA has supported only 2.2 or later kernels. The 2.0 kernels are no
longer supported.

You must compile the kernel with sound support (CONFIG_SOUND on
2.2/2.4 kernels) either as module or built-in. You do not need to
select any of the other sound modules apart from sound support.

Before installing this driver, it will be helpful to read carefully
the documentation for insmod, modprobe, kmod and for the isapnp
module if you have an ISA PnP soundcard.


Module option name change after 0.9.0rc3
========================================

Note that module option names were changed in 0.9.0rc4. The 'snd_' prefix
was removed. You may use script in utils directory (module-options) to
convert your older /etc/modules.conf to newer one.


Quick install
=============

1) You must have full configured source for the Linux kernel which you
want to use for the ALSA drivers. Note that ALSA drivers are part
of the kernel, so there is necessary to resolve all symbol dependencies
between the used kernel and ALSA driver code. Partly installed kernels
(for example from distributor makers) can be unuseable for this action.

2) You must turn on sound support (soundcore module).

3) Run './configure' script.

* General Options
If you do not want ISA PnP support, use --with-isapnp=no switch.
If you do not want sequencer support, use --with-sequencer=no switch.
If you do not want OSS/Free emulation, use --with-oss=no switch.
If you have udev or devfs and want to use more than eight cards, use
--enable-dynamic-minors switch.
If you want to turn on debug mode, use --with-debug=full switch.
If you want to debug soundcard detection, try --with-debug=detect switch.

* Kernel Source Tree
On 2.4/2.6 kernels, the location of the kernel source tree is
parsed automatilly from the running kernel.
If it's not in the standard place, specify the path via
--with-kernel=<kernel_directory>.
On 2.6 kernels, the build directory has to be given via
--with-build=<kernel_build_dir> option additionally, too.

* Drivers to Compile
The card drivers to be compiled can be selected via --with-cards option.
Pass the card driver name without "snd-" prefix. To specify
multiple drivers, list names with comma (,).
Passing "all" will compile all possible drivers (and this is the
default choice).
Some drivers have compile options. They can be passed via
--with-card-options option. Multiple options can be passed with comma,
too. The default is "all".
For available cards and options, see ./configure --help.

* Example
./configure --with-debug=full
./configure --with-cards=sb16,emu10k1 --with-card-options=sb16-csp

4) Run 'make'.

5) Run 'make install' as root.
If you have already a system with ALSA init script, you should install
just only modules via 'make install-modules' so that the existing init
script won't be replaced.

6) Run the './snddevices' script to create new sound devices in /dev directory.
Skip this step, if you have already /dev/snd/* files, or if you're
using a DEVFS or udev.

7) Edit your kernel module config (either /etc/modprobe.conf or
/etc/modules.conf, depending on the kernel version). If you are not
sure, what to do, you may try the alsaconf script available in
the alsa-utils package.

8) Run 'modprobe snd-xxxx' where xxxx is the name of your card.
Note: All ALSA ISA drivers support ISA PnP natively, so you don't need
isapnptools any more. Don't use both together. It will
conflict. For disabling the ALSA ISA PnP support, specify
--with-isapnp=no configure switch.

You can also look at the utils/alsasound file. This script is designed for
the RedHat distribution, but it can be used with other distributions which
use System V style rc init scripts.

Note: All mixer channels are muted by default. You must use a native
or OSS mixer program to unmute appropriate channels (for example a
mixer from the alsa-utils package).

Note: This document notices the /etc/modules.conf file. Many current
distributions uses the old /etc/conf.modules file. Both names are
valid.


Kernel Module Configurations
============================

See alsa-kernel/Documentation/ALSA-Configuration.txt
(or Documentation/sounds/alsa/ALSA-Configuration.txt in linux-2.6
kernel tree).


Driver cannot be activated?
===========================

1) You can check your soundcard setup again and read this install file
(module parameters) carefully.
2) If you have got ISA PnP soundcard:
native ISA PnP support: is your setup in /proc/isapnp correct?
3) If you have *non*-ISA PnP card:
set isapnp=0 module option? Otherwise the driver probes only the
ISA PnP cards.
3) The driver is not still working: remake driver with:
./configure --with-debug=detect; make clean; make
Reinsert new driver modules to kernel and look to /var/log/messages if
there are some messages. If these messages do not help you, please
create a new ticket in our bug reporting system.


Compilation from CVS sources
============================

You need GNU packages autoconf and automake installed in your system
to compile CVS sources of alsa-driver package.

For compilation you can use these commands:

make ALSAKERNELDIR=../alsa-kernel all-deps
(if the alsa-kernel-dir is really there)
aclocal
autoconf
./configure
make dep
make

The included cvscompile script does this job for you.

Note: Some automake packages have missing aclocal program. Use newer version
in the case.


Cross-compiling
===============

Use '--with-cross=prefix' parameter for the configure script.

Example:
'./configure --with-cross=arm-linux- --with-kernel=/home/ipaq/kernel/linux'.

For 2.6 kernels, pass the same kernel path to --with-build option, too.


Autoloading on 2.2/2.4 Kernels
==============================

On 2.2 or 2.4 kernels, you have to set the additional aliases for
auto-loading via kmod in /etc/modules.conf:

----- /etc/modules.conf
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
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
----- /etc/modules.conf

The aliases sound-service-x-y define the add-on modules for ALSA
OSS emulation. For the second or later card, define more aliases
for mixer and pcm in addition, such as:

----- /etc/modules.conf
# OSS/Free portion - card #2
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
----- /etc/modules.conf

You don't need to define service 1 and 8 for the second or later
cards.

If you want to autoclean your modules, you should put below line to your
/etc/crontab:

*/10 * * * * root /sbin/modprobe -rs snd-card-0 snd-card-1; /sbin/rmmod -as

You may also want to extend the soundcard list to follow your requirements.


Information about Additional Modules
====================================

Module snd-msnd-pinnacle
------------------------

Module for Turtle Beach MultiSound Pinnacle/Fiji soundcards.

io - Port # for pinnacle/fiji card
irq - IRQ # for pinnalce/fiji card
mem - Memory address (0xb0000, 0xc8000, 0xd0000, 0xd8000,
0xe0000 or 0xe8000)
write_ndelay - enable write ndelay
calibrate_signal - calibrate signal (?)

Module supports only one card.

Module snd-pdplus
-----------------

Module for Sek'D/Marian Prodif Plus soundcards.

silent_exit - Do not reset when driver is unloaded.
init_adat - Initialise the card in ADAT mode (instead of in digital stereo).

This module supports multiple cards.

Module snd-serialmidi
---------------------

Module for generic serial MIDI adapters.

sdev - Device file string for serial device
(default = "/dev/ttyS0")
speed - Speed in bauds. (9600,19200,38400,57600,115200)
(default = 38400)
adaptor - Type of adaptor.
0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A,
3 = MS-124W M/B
devices - Number of devices assigned to the card. Default is 1.
When this is more than 1, multiple serial devices (up
to 8) are assigned to a single card. The number of
the tail of the device file name is increased for
each device.
handshake - Enable/disable handshaking (default = 1)

This module supports multiple devices.

Module snd-asihpi
-----------------

Module for AudioScience ASI soundcards

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-darla20
------------------

Module for Echoaudio Darla20

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-gina20
-----------------

Module for Echoaudio Gina20

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-layla20
------------------

Module for Echoaudio Layla20

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-darla24
------------------

Module for Echoaudio Darla24

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-gina24
-----------------

Module for Echoaudio Gina24

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-layla24
------------------

Module for Echoaudio Layla24

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-mona
---------------

Module for Echoaudio Mona

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-mia
---------------

Module for Echoaudio Mia

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-echo3g
-----------------

Module for Echoaudio 3G cards (Gina3G/Layla3G)

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-indigo
-----------------

Module for Echoaudio Indigo

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-indigoio
-------------------

Module for Echoaudio Indigo IO

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-indigodj
-------------------

Module for Echoaudio Indigo DJ

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-pcsp
---------------

Module for PC-Speaker driver.

For X86 only. The kernel patch is required in advance, found in
utils/patches/pcsp-kernel-2.6.10-03.diff

Module snd-miro
---------------

Module for Miro soundcards: miroSOUND PCM 1 pro,
miroSOUND PCM 12,
miroSOUND PCM 20 Radio.

port - Port # (0x530,0x604,0xe80,0xf40)
irq - IRQ # (5,7,9,10,11)
dma1 - 1st dma # (0,1,3)
dma2 - 2nd dma # (0,1)
mpu_port - MPU-401 port # (0x300,0x310,0x320,0x330)
mpu_irq - MPU-401 irq # (5,7,9,10)
fm_port - FM Port # (0x388)
wss - enable WSS mode
ide - enable onboard ide support

Module snd-riptide
------------------

Module for Conexant Riptide chip

joystick_port - Joystick port # (default: 0x200)
mpu_port - MPU401 port # (default: 0x330)
opl3_port - OPL3 port # (default: 0x388)

This module supports multiple cards.
The driver requires the firmware loader support on kernel.
You need to install the firmware file "riptide.hex" to the standard
firmware path (e.g. /lib/firmware).


Trouble Shooting
================

Unresolved symbol with RedHat 9
-------------------------------

Run depmod -ae and check which symbol is missing.
If the unresolved symbol is "schedule_work", this is because RedHat
shipped the kernel with incomplete implementation of workqueue.
For solving this problem, run the following on the top of alsa-driver
directory:

% touch include/linux/workqueue.h

and run "make clean", "make" again.
 
Old 01-16-2006, 04:13 PM   #11
bigfootnmd
LQ Newbie
 
Registered: Jun 2004
Location: Metro Washington DC
Distribution: FC4
Posts: 6

Rep: Reputation: 0
Here is my story. I had to have a new mother board put in my computer. Since the motherboard change I have no sound at all. I am using 2.6.14-1.1656_FC4
kernel.

I also have the latest ALSA drivers For FC4. If I run ./configure this is what I get at the end

checking for directory with kernel build... /lib/modules/2.6.14-1.1656_FC4/buildchecking for kernel version... The file /lib/modules/2.6.14-1.1656_FC4/source/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.14-1.1656_FC4/source).

So, I am stuck. Sound worked before the mb change. Sound chip is intel.
I've tried to compilte with the following

./configure --with-kernel=/lib/modules/2.6.14-1.1656_FC4/source

and this gives me
checking for directory with kernel build...
checking for kernel version... The file /lib/modules/2.6.14-1.1656_FC4/source/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.14-1.1656_FC4/source

I'm lost. I've tried updating the alsa drivers but they are up to date.

Please show me the way
 
Old 01-17-2006, 09:29 AM   #12
bigfootnmd
LQ Newbie
 
Registered: Jun 2004
Location: Metro Washington DC
Distribution: FC4
Posts: 6

Rep: Reputation: 0
Hi,
I solved sound problem. I ran yum and I removed the alsa drivers and alsa lib. I then used yum to install the same drivers that I removed. Sound works.
 
Old 01-19-2006, 08:16 AM   #13
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
yum connot work on fc5
yum update alsa-lib alsa-utils
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
development 100% |=========================| 1.1 kB 00:00
extras-development 100% |=========================| 1.1 kB 00:00
Cannot find a valid baseurl for repo: freshrpms
Error: Cannot find a valid baseurl for repo: freshrpms
I install full FC5test1 and install yumex
yum cannot work on fc5
"Error: Cannot find a valid baseurl for repo: freshrpms" another big question
 
Old 01-23-2006, 07:48 AM   #14
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
[root@localhost ~]# uname -r
2.6.14-1.1696_FC5
[root@localhost ~]# cd alsa-driver-1.0.11rc2
[root@localhost alsa-driver-1.0.11rc2]# ./configure -h
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']

Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]

By default, `make install' will install all the files in
`/usr/bin', `/usr/lib' etc. You can specify
an installation prefix other than `/usr' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]

Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-verbose-printk enables verbose printk (file + line number)
--enable-dynamic-minors enable dynamic minor numbers for device files
(requires udev or devfs)
--disable-old-api Disable the support old ALSA PCM API (ver.0.9.0rc3
or older)

Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-cross=dir give the cross-compile prefix
--with-kernel=dir give the directory with kernel sources
[/usr/src/linux]
--with-build=dir give the directory with kernel build tree
--with-redhat=no,yes,auto specify Red Hat kernel build
--with-suse=no,yes,auto specify SUSE kernel build
--with-moddir=/path give the path for the alsa driver kernel modules
[/lib/modules/<KVER>/misc]
--with-debug=level give the debug level (none,basic,full,detect)
--with-isapnp=yes,no,auto driver will (not) be compiled with ISA PnP support
--with-sequencer=yes,no driver will (not) be compiled with sequencer support
--with-oss=no,yes driver will (not) be compiled with OSS/Free emulation
--with-pcmcia=kernel,external support kernel PCMCIA driver or external PCMCIA driver
--with-pcmcia-root=dir specify the root directory of external PCMCIA source-tree
--with-cards=<list> compile driver for cards in <list>;
cards may be separated with commas;
'all' compiles all drivers;
Possible cards are:
seq-dummy, dummy, virmidi, mtpav, serial-u16550,
mpu401, serialmidi, loopback, portman2x4, pcsp,
ad1848-lib, cs4231-lib, ad1816a, ad1848, als100,
azt2320, cmi8330, cs4231, cs4232, cs4236, dt019x,
es968, es1688, es18xx, gusclassic, gusextreme,
gusmax, interwave, interwave-stb, opl3sa2,
opti92x-ad1848, opti92x-cs4231, opti93x, sb8,
sb16, sbawe, sgalaxy, sscape, wavefront,
pc98-cs4232, miro, msnd-pinnacle, ad1889,
als4000, ali5451, atiixp, atiixp-modem, au8810,
au8820, au8830, azt3328, bt87x, ca0106, cmipci,
cs4281, cs46xx, cs5535audio, emu10k1, emu10k1x,
ens1370, ens1371, es1938, es1968, fm801,
fm801-tea575x, hda-intel, hdsp, hdspm, ice1712,
ice1724, intel8x0, intel8x0m, korg1212, maestro3,
mixart, nm256, pcxhr, rme32, rme96, rme9652,
sonicvibes, trident, via82xx, via82xx-modem,
vx222, ymfpci, pdplus, asihpi, darla20, gina20,
layla20, darla24, gina24, layla24, mona, mia,
echo3g, indigo, indigoio, indigodj, riptide,
powermac, sa11xx-uda1341, armaaci, pxa2xx-ac97,
s3c2410, pxa2xx-i2sound, au1x00, usb-audio,
usb-usx2y, vxpocket, pdaudiocf, sun-amd7930,
sun-cs4231, sun-dbri, harmony
--with-card-options=<list> enable driver options in <list>;
options may be separated with commas;
'all' enables all options;
Possible options are:
seq-rtctimer-default, support-old-api, sb16-csp,
bt87x-overclock, cs46xx-new-dsp,
powermac-auto-drc

Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

[root@localhost alsa-driver-1.0.11rc2]#
 
Old 01-23-2006, 08:37 AM   #15
adsl9999
LQ Newbie
 
Registered: Dec 2005
Posts: 21

Original Poster
Rep: Reputation: 15
Loading driver...
Starting sound driver: snd-ice1724 WARNING: Error inserting snd (/lib/modules/2. 6.14-1.1696_FC5/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.14-1.1696_FC5/kernel/s ound/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown paramete r (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.14-1.1696_FC5/kernel/soun d/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dme sg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.14-1.1696_FC5/kernel/ sound/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown p arameter (see dmesg)
WARNING: Error inserting snd_ak4xxx_adda (/lib/modules/2.6.14-1.1696_FC5/kernel/ sound/i2c/other/snd-ak4xxx-adda.ko): Unknown symbol in module, or unknown parame ter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/acore/ snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/acor e/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ak4114 (/lib/modules/2.6.14-1.1696_FC5/kernel/sound /i2c/other/snd-ak4114.ko): Unknown symbol in module, or unknown parameter (see d mesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.14-1.1696_FC5/kernel/s ound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ice17xx_ak4xxx (/lib/modules/2.6.14-1.1696_FC5/kern el/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko): Unknown symbol in module, or unknow n parameter (see dmesg)
FATAL: Error inserting snd_ice1724 (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ pci/ice1712/snd-ice1724.ko): Unknown symbol in module, or unknown parameter (see dmesg)
done
Starting sound driver: snd-mpu401 WARNING: Error inserting snd (/lib/modules/2.6 .14-1.1696_FC5/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.14-1.1696_FC5/kernel/s ound/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown paramete r (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.14-1.1696_FC5/kernel/soun d/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dme sg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.14-1.1696_FC5/kernel/ sound/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown p arameter (see dmesg)
FATAL: Error inserting snd_mpu401 (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/d rivers/mpu401/snd-mpu401.ko): Unknown symbol in module, or unknown parameter (se e dmesg)
done
Starting sound driver: snd-ice1724 WARNING: Error inserting snd (/lib/modules/2. 6.14-1.1696_FC5/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.14-1.1696_FC5/kernel/s ound/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown paramete r (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.14-1.1696_FC5/kernel/soun d/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dme sg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.14-1.1696_FC5/kernel/ sound/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown p arameter (see dmesg)
WARNING: Error inserting snd_ak4xxx_adda (/lib/modules/2.6.14-1.1696_FC5/kernel/ sound/i2c/other/snd-ak4xxx-adda.ko): Unknown symbol in module, or unknown parame ter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/acore/ snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/acor e/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ak4114 (/lib/modules/2.6.14-1.1696_FC5/kernel/sound /i2c/other/snd-ak4114.ko): Unknown symbol in module, or unknown parameter (see d mesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.14-1.1696_FC5/kernel/s ound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ice17xx_ak4xxx (/lib/modules/2.6.14-1.1696_FC5/kern el/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko): Unknown symbol in module, or unknow n parameter (see dmesg)
FATAL: Error inserting snd_ice1724 (/lib/modules/2.6.14-1.1696_FC5/kernel/sound/ pci/ice1712/snd-ice1724.ko): Unknown symbol in module, or unknown parameter (see dmesg)
done
Setting default volumes...
amixer: Mixer attach default error: No such file or directory


===============================================================================

Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.

Have a lot of fun!


[root@localhost ~]#
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
build and configure lynx mitchb Linux - Newbie 1 07-26-2004 02:30 AM
running applications from one Linux build in another Linux build bcottam Linux - Distributions 2 04-13-2004 12:08 AM
Howto build (configure) a simple router? carboncopy Slackware 21 03-16-2004 11:44 PM
Kazaa lite 2.0 build 2 and 2.02 build 5 walterw Linux - General 1 02-04-2003 04:12 PM
Need to 'configure' my kernel to build a driver for my wireless NIC 2016 Linux - Newbie 5 01-01-2003 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration