LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-11-2004, 11:38 AM   #1
Giguli
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
No sound with Debian


I get this error message when I log in KDE:

Code:
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such device)
The sound server will continue, using the null output device.
I have added myself into audio group.

This is what lspci gives:
Code:
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 40)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
I have compiled kernel (2.6.7) myself. I don't know what module I should choose. I want use ALSA. My motherboard is: EPoX 8k3a

Last edited by Giguli; 08-11-2004 at 11:39 AM.
 
Old 08-11-2004, 01:20 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
You want to make sure that you have compiled the module CONFIG_SND_VIA82XX=m and that you have installed the packages alsa-base and alsa-utils then once they are installed use the alsaconf to setup the sound and run the alsamixer as the normal user to set the default levels for both the Master and PCM volumes.

Code:
[HappyTux:/home/stephen]# grep -i via /boot/config-2.6.8-rc4-ck2
# CONFIG_MVIAC3_2 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_VIA_RHINE=m
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_AGP_VIA=m
# CONFIG_I2C_VIA is not set
CONFIG_I2C_VIAPRO=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SND_VIA82XX=m
CONFIG_SOUND_VIA82CXXX=m
CONFIG_MIDI_VIA82CXXX=y
If you have the proper module compiled and loaded then you should see output like this when you use the command lsmod.

Code:
[HappyTux:/home/stephen]# lsmod
Module                  Size  Used by
nvidia               4819444  12
apm                    17572  2
snd_via82xx            19620  1
snd_ac97_codec         65732  1 snd_via82xx
snd_pcm_oss            48616  0
snd_mixer_oss          17216  2 snd_pcm_oss
snd_pcm                82020  2 snd_via82xx,snd_pcm_oss
snd_timer              20036  1 snd_pcm
snd_page_alloc          8968  2 snd_via82xx,snd_pcm
snd_mpu401_uart         5824  1 snd_via82xx
snd_rawmidi            19584  1 snd_mpu401_uart
snd_seq_device          6536  1 snd_rawmidi
snd                    45924  9 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               6880  2 snd
uhci_hcd               28880  0
via686a                17608  0
i2c_sensor              2368  1 via686a
i2c_isa                 1664  0
i2c_core               18768  3 via686a,i2c_sensor,i2c_isa
ns558                   4672  0
sidewinder             12608  0
joydev                  7808  0
gameport                3520  3 snd_via82xx,ns558,sidewinder
parport_pc             26400  1
lp                      8388  0
parport                33736  2 parport_pc,lp
tulip                  37152  0
crc32                   3840  1 tulip
If not then use modprobe snd-via82xx to load it and the required extra modules and make sure that you compile the OSS compatibility module as well (CONFIG_SND_OSSEMUL=y) for apps that need it.

Code:
[HappyTux:/home/stephen]# grep -i oss /boot/config-2.6.8-rc4-ck2
# CONFIG_CHR_DEV_OSST is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SOUND_OSS=m
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound on debian trotsky Linux - Hardware 25 12-26-2004 06:13 AM
Debian 2.6.8 sound Mingthefirst Debian 1 08-23-2004 05:31 PM
Video without sound; sound without video - in Debian, KDE with SB Live headisdead Linux - Hardware 0 06-20-2004 07:43 AM
sound works in root - no sound in user - Debian seanb Debian 9 02-28-2004 12:42 AM
Sound in Debian Rynthrax Linux - Hardware 1 08-24-2003 04:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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