LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-08-2004, 11:10 AM   #1
Jeffmrg
Member
 
Registered: Apr 2004
Distribution: kubuntu
Posts: 50

Rep: Reputation: 15
Slackware 10 Sound Problem


I installed Slackware 10 recently and have been unable to initialize any of the sound services. I installed the 2.6.7 kernel and still there is no sound (of any type). There are a variety of comments I can make:

1. I get an error message stating that there is no /dev/dsp (a listing shows that indeed none exist)

2. alsaconf does not provide any available drivers

3. alsamixer does not launch

4. I'm using a Dell Latitude D600 and all else is fully functional.

5. I attempted to remove the 4 alsa packages and reinstall them but nothing changed.

This the output of lspci -v:

00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97 Audio Controller (rev 01)
Subsystem: Dell Computer Corporation: Unknown device 011d
Flags: bus master, medium devsel, latency 0, IRQ 7
I/O ports at b800 [size=256]
I/O ports at bc40 [size=64]
Memory at f4fff800 (32-bit, non-prefetchable) [size=512]
Memory at f4fff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

According to the Dell documentation, I'm using a SigmaTel sound device.

Can someone point me to a clear solution? Thanks in advance!
 
Old 08-08-2004, 11:18 AM   #2
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
modprobe snd-ac97-codec or
modprobe ac97_codec
 
Old 08-08-2004, 11:54 AM   #3
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
try downloading:
alsa-driver-1.0.5a.tar.bz2
alsa-lib-1.0.5.tar.bz2
alsa-utils-1.0.5.tar.bz2
from http://www.alsa-project.org/
 
Old 08-08-2004, 12:42 PM   #4
Jeffmrg
Member
 
Registered: Apr 2004
Distribution: kubuntu
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks for the reply, kodon. Before I start to install these, can you tell me how these files differ from the official slackware packages of almost the same name (but different suffix)? I already did install these:

alsa-driver-1.0.5a.i486-2.tgz
alsa-lib-1.0.5.i486-1.tgz
alsa-utils-1.0.5.i486-1.tgz

Will I get a more favorable outcome by compiling your recommended files vs. the above packages?
 
Old 08-08-2004, 12:46 PM   #5
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
oh...sorry
just wanted to make sure you were up to date
as long as you already have 1.0.5 disregard my previous post

hmm...you're current and alsaconf doesn't recognize your card?
 
Old 08-08-2004, 01:25 PM   #6
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
did you install the generic kernel from the /mnt/cdrom/testing/packages/linux-2.6.7 directory on cd2? If so, did you install the alsadriver package form that same directory?
 
Old 08-08-2004, 02:00 PM   #7
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
Please, post your lsmod and lspci (full, no -v)
With lsmod I would like to see what and if any/wrong modules are loaded for sound.
With lspci I would know what chipset you are using = clue to what driver you need. (I am guessing i8x0)
 
Old 08-08-2004, 02:25 PM   #8
Jeffmrg
Member
 
Registered: Apr 2004
Distribution: kubuntu
Posts: 50

Original Poster
Rep: Reputation: 15
I followed Tuttle's advice and installed the alsa from the CD (thanks). Alsaconf now runs and detects my sound system. Strangely enough, I still to not have sound, even with alsamixer up to near max for all. I did notice that in alsamixer my heaphone(??) histogram said <off> but I was able to take the level up graphically. I only mention this as my speaker plug is using the headphone jack from the PC. Also, I can no longer get at alsamixer and get a 'No mixer elems found'.

Here is lsmod:

nls_utf8 1792 0
isofs 30008 0
zlib_inflate 21248 1 isofs
snd_pcm_oss 49704 0
snd_mixer_oss 17408 3 snd_pcm_oss
ohci_hcd 18436 0
usblp 10624 0
intel_agp 16540 1
uhci_hcd 27920 0
ehci_hcd 27012 0
snd_intel8x0 32940 2
gameport 3712 1 snd_intel8x0
snd_mpu401_uart 6912 1 snd_intel8x0
snd_rawmidi 21028 1 snd_mpu401_uart
snd_seq_device 7304 1 snd_rawmidi
snd_intel8x0m 17992 4
snd_ac97_codec 64644 2 snd_intel8x0,snd_intel8x0m
snd_pcm 80904 3 snd_pcm_oss,snd_intel8x0,snd_intel8x0m
snd_timer 21764 1 snd_pcm
snd 48484 18 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_mpu4 01_uart,snd_rawmidi,snd_seq_device,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_time r
soundcore 6752 3 snd
snd_page_alloc 10888 3 snd_intel8x0,snd_intel8x0m,snd_pcm
tg3 75012 0
ds 13572 4
yenta_socket 17536 1
pcmcia_core 52676 2 ds,yenta_socket
evdev 7168 0
agpgart 26920 1 intel_agp
psmouse 17544 0
reiserfs 218576 1
 
Old 08-08-2004, 03:34 PM   #9
marekjs
LQ Newbie
 
Registered: Sep 2002
Location: Poland
Distribution: slackware
Posts: 26

Rep: Reputation: 15
:) I havn't a sound on Slack 10 with via8233a too...

Hi.
Everything is OK, all modules loaded, no errors in compilation of alsa-drivers,-libs,-utils,-oss.When I use OSS modules - I have the sound, but from ALSA-silence.Kernels 2.6.7 and 2.4.x make same problems.Nothing under KDE, GNOME, XFCE,console too.
When I close KDE I have strange error:"ALSA lib pcm_hw:549(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe" .
I prepared missing devices into make_extra_nodes.sh for udev, but no results.

My motherboard is SOLTEK SL-75DRV5, with VIA8233a.
 
Old 08-08-2004, 05:50 PM   #10
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Re: :) I havn't a sound on Slack 10 with via8233a too...

Quote:
Originally posted by marekjs
Hi.
Everything is OK, all modules loaded, no errors in compilation of alsa-drivers,-libs,-utils,-oss.When I use OSS modules - I have the sound, but from ALSA-silence.Kernels 2.6.7 and 2.4.x make same problems.Nothing under KDE, GNOME, XFCE,console too.
When I close KDE I have strange error:"ALSA lib pcm_hw:549(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe" .
I prepared missing devices into make_extra_nodes.sh for udev, but no results.

My motherboard is SOLTEK SL-75DRV5, with VIA8233a.
Have you tried running "alsaconf"?

Jeffmrg: did you unmute all the controls too? silly question i know!
 
Old 08-08-2004, 08:35 PM   #11
Jeffmrg
Member
 
Registered: Apr 2004
Distribution: kubuntu
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks for the help, Tuttle. I now have sound. I did a few things to make this happen:

added snd-intel8x0m to my /etc/hotplug/blacklist file

obtained and istalled alsa (2.6.7) from Slackware 10 D2

unmuted (keystroke . [period] does this)

modified permissions on /dev/cdrom for use by all

Success.

This took some time and help from many.

Jeffmrg
 
Old 08-09-2004, 01:10 AM   #12
marekjs
LQ Newbie
 
Registered: Sep 2002
Location: Poland
Distribution: slackware
Posts: 26

Rep: Reputation: 15
Re:Re: :) I haven't a sound on Slack 10 with via8233a too...

>Have you tried running "alsaconf"?

>Jeffmrg: did you unmute all the controls too? silly question i know!


Tuttle...Thx for the suggestion, but it was a first work after installation of ALSA
 
Old 08-09-2004, 06:07 AM   #13
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Jeffmrg: It can be fiddly setting things up but you got there in the end.
re. cdrom permissions, here is my /etc/group file:

Code:
root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin,adm
adm::4:root,adm,daemon
tty::5:
disk::6:root,adm,tuttle
lp::7:lp
mem::8:
kmem::9:
wheel::10:root
floppy::11:root
mail::12:mail
news::13:news
uucp::14:uucp
man::15:
audio::17:tuttle
video::18:tuttle
cdrom::19:tuttle
games::20:tuttle
slocate::21:
utmp::22:
smmsp::25:smmsp
mysql::27:
rpc::32:
sshd::33:sshd
gdm::42:
shadow::43:
ftp::50:
pop::90:pop
nobody::98:nobody
nogroup::99:
users::100:
console::101:
Notice how I have my name next to audio, video, disk etc... Try it in yours (changes take effect as soon as you change the file) this allows you to keep the system secure by not allowing everyone to access stuff.

marekjs: do you mean it's ok or is the problem still there?
 
  


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
Sound problem in Slackware 10.1 The Professor Slackware 3 08-23-2005 11:12 AM
Slackware sound problem, HELP! fiddle Slackware 4 08-08-2005 03:06 PM
Slackware 10 sound problem Kellen Linux - Newbie 5 12-04-2004 06:59 PM
Problem with sound in Slackware 10 infornography Slackware 4 11-30-2004 05:44 AM
Sound problem Slackware 10 arubin Slackware 3 07-01-2004 08:54 AM

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

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