LinuxQuestions.org
Help answer threads with 0 replies.
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 03-18-2005, 02:01 PM   #1
kakyo
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
SoundBlaster Live! 24bit


Hi, I'm a newbie of Linux hardware issues.
My system is Mandrake 10.1
I failed to install a SB live 24bit to my machine.

What I did is:
- Installed the card. (I got 64bit PCI slot which I assume no problem)
- reboot, I saw new hardware detection is marked [failed]
- Install ALSA 1.0.8 as ALSA page indicates for SB Live 24bit
using command:
./configure --with-cards=ca0106 --with-sequencer=yes;

The result:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/soul/Damon/Downloads/alsa-driver-1.0.8
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for kernel version... 0.0.0
checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)

*** NO PREDEFINED KERNEL COMPILER IS DETECTED
*** Assuming the same compiler is used with the current system compiler.

*** Please make sure that the same compiler version was used for building kernel.

checking for built-in ALSA... "no"
checking for existing ALSA module... "no"
checking for Red Hat kernel... "auto"
checking for Red Hat kernel... "no"
checking for SUSE kernel... "auto"
checking for SUSE kernel... "no"
checking to modify of kernel linux/kmod.h... "yes"
checking for kernel linux/compiler.h... "no"
checking for kernel linux/pm.h... "no"
checking for kernel linux/spinlock.h... "no"
checking for kernel linux/irq.h... "no"
checking for kernel linux/threads.h... "no"
checking for kernel linux/rwsem.h... "no"
checking for kernel linux/gameport.h... "no"
checking for kernel linux/devfs_fs_kernel.h... "no"
checking for kernel linux/highmem.h... "no"
checking for kernel linux/workqueue.h... "no"
checking for kernel linux/dma-mapping.h... "no"
checking for kernel asm/hw_irq.h... "no"
checking for kernel linux/device.h... "no"
checking for kernel linux/jiffies.h... "no"
checking for kernel linux/compat.h... "no"
checking for kernel linux/adb.h... "no"
checking for kernel linux/cuda.h... "no"
checking for kernel linux/pmu.h... "no"
checking for kernel linux/moduleparam.h... "no"
checking for kernel linux/syscalls.h... "no"
checking for kernel linux/firmware.h... "no"
checking for exported symbol dump_stack... "no"
checking for kernel module symbol versions... "no"
checking for PCI support in kernel... "no"
checking for I2C driver in kernel... unknown
checking for firmware loader... unknown
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for verbose printk... on
checking for debug level... none
checking for processor type... "unknown"
checking for SMP... "no"
checking for ISA PnP driver in kernel... no
checking for PnP driver in kernel... no
checking for ISA PnP support... yes
checking for strlcpy... "no"
checking for snprintf... "no"
checking for scnprintf... "no"
checking for sscanf... "no"
checking for vmalloc_to_page... "no"
checking for old kmod... "yes"
checking for PDE... "no"
checking for pci_set_consistent_dma_mask... "no"
checking for pci_dev_present... "no"
checking for tty->count is the atomic type... "no"
checking for remap_pfn_range... "no"
checking for new remap_page_range... "no"
checking for kcalloc... "no"
checking for saved_config_space in pci_dev... "no"
checking for acpi_register_gsi... "no"
checking for old kill_fasync... "no"
checking for dma_addr_t... "no"
checking for MUTEX macros... "no"
checking for driver version... 1.0.8
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for Procfs support... "no"
checking for USB support... "no"
checking for USB module support... "no"
checking for kernel PCMCIA
checking for PCMCIA support... "no"
checking for PCMCIA module support... "no"
checking for PC9800 support in kernel... "no"
checking for parallel port support... "no"
checking for parallel port module support... "no"
checking for which soundcards to compile driver for... ... configure: error: Unsupported soundcard ca0106
---

Any ideas?
Thanks.
 
Old 03-18-2005, 03:12 PM   #2
CARTMAN
Member
 
Registered: Feb 2002
Location: Turkiye
Distribution: Pardus
Posts: 147

Rep: Reputation: 16
Install alsa from rpms or get kernel source rpm and install it.
 
Old 03-18-2005, 04:11 PM   #3
kakyo
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Original Poster
Rep: Reputation: 0
You mean I should probably recomplie Linux kernel?
 
Old 04-03-2005, 04:52 PM   #4
tali_lief
LQ Newbie
 
Registered: Apr 2005
Posts: 3

Rep: Reputation: 0
SoundBlaster Live! 24bit

I had the exact same error message on installing the SoundBlaster Live! 24bit sound card. I have soundcore compiled in the kernel (debian sarge-recent) and installed alsa driver with the following command:
./configure --with-cards=ca0106 --with-sequencer=yes

Did you find a fix? Do I need to add something else to the kernel?

Thanks,
tali_lief
 
Old 04-03-2005, 04:58 PM   #5
kakyo
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Original Poster
Rep: Reputation: 0
sorry, no, I gave up the attempt for now and would wait and see what Mandrake 10.2
can do for me. They say Mandrake 10.2 will integrate ALSA.
 
Old 04-25-2005, 11:30 AM   #6
Dutchkiller
LQ Newbie
 
Registered: Apr 2005
Location: Nederland, Heerde
Distribution: Red Hat
Posts: 1

Rep: Reputation: 0
Hello, I have also the same error but than with Red Hat. Is there anyone who has got the sounblaster 24 bit to work with Red Hat? Is there a way to get around the error and still get some sounds out of my headset? Thx!
 
Old 04-25-2005, 12:50 PM   #7
tali_lief
LQ Newbie
 
Registered: Apr 2005
Posts: 3

Rep: Reputation: 0
Hi Dutchkiller,
Apparently not, but I haven't been checking for a couple of weeks. Someone else had the same error as me and you and he was running Mandrake. He decided to wait for the next version of mandrake.

It's a serious pain not to have sound, but I haven't given up hope yet.

Let me know if you find something.
Tali
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Soundblaster Live 24bit not working in - Debian 3.1 huck_finn Linux - Newbie 3 08-03-2005 01:13 PM
Problems with Soundblaster Live 24bit Skal Linux - Hardware 2 06-17-2005 02:51 AM
Soundblaster Live! 24bit and mixer Dr. Psy Slackware 8 05-17-2005 07:13 PM
SoundBlaster Live! 24bit vbguru12000 Debian 35 03-24-2005 04:17 PM
SoundBlaster Live! 24bit vbguru12000 Linux - Hardware 4 02-03-2005 12:36 PM

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

All times are GMT -5. The time now is 02:03 PM.

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