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 01-24-2008, 02:42 PM   #1
thethinker
Member
 
Registered: Jul 2006
Location: Peabody, MA, USA
Distribution: Xubuntu, Slackware, Pop!_OS
Posts: 297
Blog Entries: 2

Rep: Reputation: 37
Getting Sound to work with intel8x0 in Slackware 12 - alsaconf finds hda-intel


Hey all,
I'm trying to get my sound card to work with my new install of Slack 12. I found my soundcard and it claims to use the driver intel8x0. So I downloaded the drivers, util, tools, and lib from the ALSA site and installed them. The problem is that when I run alsaconf, the driver it wants to use is snd-hda-intel, not the one I got which is supposed to work. I've tried using hda-intel (by unmuting sound, changing permissions etc), but it doesn't seem to work.

So I tried to insert the correct module by hand: modprobe snd-intel8x0, snd-pcm-oss, snd-mixer-oss, and snd-seq-oss (as per ALSA wiki). They go in fine, but it still doesn't seem to work. In addition, when I restart the system goes back to using hda-intel as the sound card (using lsmod to check).

So, perhaps if we can start with some way to convince my system to load intel8x0 instead of hda-intel. Once that gets loaded on restart I think I might have more luck, so where can I do that by hand/convince alsaconf that it's the right thing to do?

Or does anyone know enough about this sound card:
Code:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
To know if hda-intel is actually ok?

Thanks for any help.
 
Old 01-24-2008, 04:15 PM   #2
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
I got some similar problem, i have 2 soundcards, but 1 is not working and is on the motherboard, the other is a soundblaster, slackware recognized both soundcards, but it only used the one on the MB (VIA) i just removed the modules of the VIA soundcard manually and now it only uses my soundblaster card =). I hope this work for you ... but first you must check if you have both modules of the soundcard loaded, you should use lsmod to check it ... for removing modules you can use rmmod, if you are not sure you can check the manual .. bash$: man rmmod ...

Hope this help you ....
 
Old 01-24-2008, 04:28 PM   #3
jespinal
LQ Newbie
 
Registered: Jan 2008
Location: Dominican Republic
Distribution: Slackware 13.1
Posts: 3
Blog Entries: 2

Rep: Reputation: 0
Question

Hi

When you say that it does not works; do you refer to some kind of error message?

If you are getting no sound, but did not get any error message; have you tried to use alsamixer to adjust the sound?


Regards,
 
Old 01-24-2008, 05:30 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I've got that sound chip in my laptop and it runs fine with snd-hda-intel. However, when I did a new install of Slackware 12, it didn't work. It only started when I made my custom kernel (2.6.23.11). I have seen some postings elsewhere suggesting that the hda_intel driver was broken in a couple of kernel versions, so you might try a different kernel version.
 
Old 01-24-2008, 06:45 PM   #5
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Just to back up Hangdog42, I've got that same card. It doesn't work on kernels <= 2.6.22, but it does work on >=2.6.23 (or so I've read). I haven't upgraded my kernel yet, but when I do I'll post back with my results.
 
Old 01-24-2008, 09:06 PM   #6
thethinker
Member
 
Registered: Jul 2006
Location: Peabody, MA, USA
Distribution: Xubuntu, Slackware, Pop!_OS
Posts: 297

Original Poster
Blog Entries: 2

Rep: Reputation: 37
jaspinel: I get no sound at all. No error messages, no fuzzing, nothing. I tried raising the volume with alsamixer (also with Xfce sound and kmix) but that doesn't help. I've also tested aplay, play, and cat <file> /dev/dsp.

Other: I have no tried a new kernel yet, I am running the default slack 12 which I think is before 2.6.23, so perhaps that will work. Redoing an entire kernel is scary, but I have some experience with recompiling so maybe I will give it a shot. Would you guys suggest getting the new kernels from the main source page (I forget where) or are there more that would work on the slackware install disks?
 
Old 01-25-2008, 04:05 AM   #7
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
try running speaker-test.

cat /dev/random > /dev/dsp doesn't work for me either , but I can listen to songs.
 
Old 01-25-2008, 04:27 AM   #8
gopi.d
Member
 
Registered: Feb 2006
Location: India
Distribution: Slackware 12, Fedora 7, Kubuntu-7.04
Posts: 172

Rep: Reputation: 30
i guess you have loaded the wrong modules intel8x0 is for old oss modules for alsa it is snd-hda-intel. you can just type alsaconf in terminal and the script will do the rest of all after running the script run alsamixer and set the volume and run alsactl store to store the settings. if it does not work download the latest alsa drivers and compile with optins for your card.
 
Old 01-25-2008, 09:16 AM   #9
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
I just upgraded to kernel 2.6.23.14 and sound works for me now. You'll need snd_hda_intel either compiled in or as a module. If you don't want to upgrade your kernel, you could try upgrading alsa like others have suggested.

Also, make sure to run alsamixer and make sure everything's not muted.
 
Old 01-25-2008, 09:54 AM   #10
thethinker
Member
 
Registered: Jul 2006
Location: Peabody, MA, USA
Distribution: Xubuntu, Slackware, Pop!_OS
Posts: 297

Original Poster
Blog Entries: 2

Rep: Reputation: 37
speaker-test didn't work. It ran very nicely but didn't give me any sound. I've gotten new drivers from the ALSA website (I'm running 1.0.15 now), alsaconf still detects hda-intel, but still no sound. I haven't messed with any options when I modprobe it because I haven't found any sites that talk about options that work. I guess kernel recompile is the next reasonable step! (I'm running 2.6.21.5, so according to the above hda-intel might be broken in mine).

EDIT: As a sidenote, I HAVE updated ALSA...to 1.0.15. I recompiled the drivers, so is there any reason ALSA might be finding the wrong version of hda-intel? When I modinfo hda-intel, it tells me the directory is my kernel directory, not the place where I installed the new ALSA drivers. Do I need to recompile my kernel AFTER installing the new drivers?

Last edited by thethinker; 01-25-2008 at 10:05 AM.
 
Old 01-26-2008, 03:03 PM   #11
trunix
LQ Newbie
 
Registered: Jan 2008
Posts: 7

Rep: Reputation: 0
http://www.linuxquestions.org/questi...ire-53-616478/

had the same problem and fixed it here is the report.
 
Old 01-26-2008, 07:30 PM   #12
thethinker
Member
 
Registered: Jul 2006
Location: Peabody, MA, USA
Distribution: Xubuntu, Slackware, Pop!_OS
Posts: 297

Original Poster
Blog Entries: 2

Rep: Reputation: 37
Yup, I found it yesterday thanks everyone! For the record, it's a crazy bug that affects just my card, putting the model is as 3stack works great (since it's a Sager laptop perhaps). Anyway, issue closed!
 
  


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
integrated hda audio modem bluetooth , (intel hda audio does not work) reggae linux Linux - Laptop and Netbook 1 07-05-2006 10:13 PM
integrated hda audio modem bluetooth , (intel hda audio does not work) reggae linux Linux - Laptop and Netbook 2 07-05-2006 03:38 PM
Can't get sound to work on SuSE 9.3, hda-intel onboard card MamaWombat Linux - Newbie 3 09-16-2005 12:39 AM
There's 2 partitions on HDA, but slackware only finds 1 of them. Seph64 Slackware 4 05-01-2003 03:50 PM

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

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