LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-06-2004, 09:45 AM   #1
Bauernkilla
LQ Newbie
 
Registered: Apr 2004
Location: Austria
Distribution: Slackware 9.1
Posts: 4

Rep: Reputation: 0
Sound in Slackware 9.1 with ALSA doesnt work?


Sorry to warm up another old topic, but as you can see im a total n00b to Linux, and i've read the other topics about sound and i'm not a bit wiser now...

I have an INTEL AC97 Onboard Sound Chip, if i do lspci then this is the output:

00:00.0 Host bridge: Intel Corp.: Unknown device 3580 (rev 02)
00:00.1 System peripheral: Intel Corp.: Unknown device 3584 (rev 02)
00:00.3 System peripheral: Intel Corp.: Unknown device 3585 (rev 02)
00:02.0 VGA compatible controller: Intel Corp.: Unknown device 3582 (rev 02)
00:02.1 Display controller: Intel Corp.: Unknown device 3582 (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 03)
00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 03)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 03)
00:1d.7 USB Controller: Intel Corp. 82801DB USB EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 24cc (rev 03)
00:1f.1 IDE interface: Intel Corp.: Unknown device 24ca (rev 03)
00:1f.3 SMBus: Intel Corp. 82801DB SMBus (rev 03)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 03)
00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem (rev 03)
02:02.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:04.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
02:06.0 CardBus bridge: O2 Micro, Inc.: Unknown device 7113 (rev 20)
02:06.1 CardBus bridge: O2 Micro, Inc.: Unknown device 7113 (rev 20)
02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)


Especially this line: 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 03)


I downloaded ALSA and followed the instructions (can't post the URL of the Instruction, but it's for intel8x0 on ALSA-Project Website), but i doesn't work for me...

When i do the modprobe snd-intel8x0 , then i get this ERRORS:

WARNING: Error inserting snd (/lib/modules/2.6.4/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.4/kernel/sound/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.4/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.4/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.4/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.4/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.4/kernel/sound/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)


If i then type dmesg then this is the output:

_intel8x0: Unknown symbol snd_ac97_pcm_close
snd_intel8x0: Unknown symbol snd_ac97_resume
snd_intel8x0: Unknown symbol snd_pcm_new
snd_intel8x0: Unknown symbol snd_pcm_limit_hw_rates
snd_intel8x0: Unknown symbol snd_card_register
snd_intel8x0: Unknown symbol snd_card_free
snd_intel8x0: Unknown symbol snd_pcm_lib_preallocate_pages_for_all
snd_intel8x0: Unknown symbol snd_card_proc_new
snd_intel8x0: Unknown symbol snd_ac97_pcm_open
snd_intel8x0: Unknown symbol snd_ac97_set_rate
snd_intel8x0: Unknown symbol snd_ac97_mixer
snd_intel8x0: Unknown symbol snd_ac97_bus
snd_intel8x0: Unknown symbol snd_verbose_printk
snd_intel8x0: Unknown symbol snd_card_new
snd_intel8x0: Unknown symbol snd_iprintf
snd_intel8x0: Unknown symbol snd_pcm_lib_malloc_pages
snd_intel8x0: Unknown symbol snd_pcm_lib_ioctl
snd_intel8x0: Unknown symbol snd_pcm_lib_free_pages
snd_intel8x0: Unknown symbol snd_kcalloc
snd_intel8x0: Unknown symbol snd_pcm_set_ops
snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_list
snd_intel8x0: Unknown symbol snd_device_new
snd_intel8x0: Unknown symbol snd_pcm_suspend_all
snd_intel8x0: Unknown symbol snd_ac97_pcm_assign
snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_integer
snd_intel8x0: Unknown symbol snd_mpu401_uart_new
snd_intel8x0: Unknown symbol snd_pcm_period_elapsed
snd_intel8x0: Unknown symbol snd_ac97_tune_hardware


As i already stated above, i'm a total n00b and i have no idea what that means and what i can do about it, the Problem i have is that i want to run GNOME and GNOME doesn't start without sound-driver installed, it always says something like "Esound couldn't start: /dev/dsp not found" or something like that...


I would really appreciate it if you could help me!
Thanks!

Greetz, BK
 
Old 04-06-2004, 10:11 AM   #2
kamransoomro84
Member
 
Registered: Feb 2004
Location: Pakistan
Distribution: OpenSUSE 10.2
Posts: 241

Rep: Reputation: 30
You're lucky, as I had the exact same problem and fixed it only two days ago. Although my sound card was different, yet I'm using kernel 2.6.4. Here are some guidelines. Make sure you're installing alsa 1.0.4. I tried 1.0.1, 1.0.3 but neither worked. Also, make sure that when you do ./configure for the drivers, the modules are installed in the correct directory. You can explicitly specify a directory with ./configure --with-moddir=/lib/modules/2.6.4. See if this helps you any.
 
Old 04-06-2004, 11:21 AM   #3
Bauernkilla
LQ Newbie
 
Registered: Apr 2004
Location: Austria
Distribution: Slackware 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
When i make
./configure --with-cards=intel8x0 --with-moddir=/lib/modules/2.6.4/
then the configure is working, but at make i get an error:

In file included from /home/flo/alsa/alsa-driver-1.0.4rc2/acore/sound_oss.c:2:
/home/flo/alsa/alsa-driver-1.0.4rc2/alsa-kernel/core/sound_oss.c:27:2: #error "Enable the OSS soundcore multiplexer (CONFIG_SOUND) in the kernel."
make[3]: *** [/home/flo/alsa/alsa-driver-1.0.4rc2/kbuild/../acore/sound_oss.o] Error 1
make[2]: *** [/home/flo/alsa/alsa-driver-1.0.4rc2/kbuild/../acore] Error 2
make[1]: *** [/home/flo/alsa/alsa-driver-1.0.4rc2/kbuild] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.4'
make: *** [compile] Error 2


what does that mean to me?
 
Old 08-31-2004, 06:16 AM   #4
gt73
Member
 
Registered: Sep 2003
Distribution: LDME
Posts: 41

Rep: Reputation: 15
Hi,

for those of you (as me before solving) getting this error of unresolved / unknown symbols in the future I paste the email of Jaroslav Kysela, the author of the intel 8x0 module who kindly replied me:

On Tue, 31 Aug 2004, Colossus wrote:
> Hi Jaroslav,
>
> I decided to get rid of OSS and try ALSA 1.0.6a. I followed
> the procedure on the web regarding the intel chipset i820;
> all compilation went fine but when I try to insert the module
> snd-intel8x0 in the kernel I get a bunch of unresolved symbol. I have
> attached the .config used to build the kernel 2.6.4, follows some useful
> output. I hope you can help me to have sound on my linux box.
>
> Thanks for all your nice work to allow Linux users to listen music with intel
> chipset motherboard.
>
> snd_seq_device: Unknown symbol snd_compat_kcalloc
> snd_seq_device: Unknown symbol snd_verbose_printk

It seems like that snd-page-alloc module was not inserted or it is old.
Try 'rmmod snd-page-alloc' and 'insmod snd-page-alloc'.

I tried as he told me and it works like a charm !!!!!!!!!!!!!!!!!!!
 
Old 09-06-2004, 02:24 PM   #5
Draconian
LQ Newbie
 
Registered: Aug 2004
Location: Camp Pendleton, CA at the Present Time
Distribution: Debian Sarge
Posts: 22

Rep: Reputation: 15
i know that i probably won't be very helpful since i'm pretty new to all this but i was having problems with my sound too all i did in kde was go to kmix then to configure mixer. now everything works but i use slackware current hopefully that helps. if not i jump in my books for another less simple method
 
Old 09-20-2004, 11:41 PM   #6
Draconian
LQ Newbie
 
Registered: Aug 2004
Location: Camp Pendleton, CA at the Present Time
Distribution: Debian Sarge
Posts: 22

Rep: Reputation: 15
something else people might want to do in terminal is alsaconf for some that could be the fix they're looking for.
 
  


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
Recompiling Kernel 2.4.29 ==> Alsa doesnt work. emcoder123 Slackware 2 08-18-2005 05:47 PM
Getting sound (with ALSA) to work with Slackware 10.1 gustavderdrache Linux - Newbie 14 03-28-2005 04:18 PM
Using ALSA..realplay doesnt produce sound Azzath Linux - Hardware 8 02-23-2005 04:52 AM
Sound doesnt work......help please Mystical Itachi SUSE / openSUSE 16 11-08-2004 06:13 AM
Alsa Doesnt work Creeps Linux - General 1 09-14-2004 12:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:11 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