LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-07-2003, 09:41 PM   #1
blakeless
LQ Newbie
 
Registered: Sep 2003
Posts: 28

Rep: Reputation: 15
Reconfigure sound driver for Debian Woody


Can anyone help? I installed Debian Woody on my AMD 800 and everything works fine except the on board AC '97 Sound. It says some error about loading dev/s?? - it says it cant load the sound server. Any way I have disabled the onboard sound through BIOS and have now installed a cheap PCI Creative ES1371 sound card. It seems to have installed ok cos when I type "lspci" it states that is there on one of the PCI slots. So what I want to know is how do I reconfigure so as I can use this card??? Any help would be appreciated
 
Old 10-08-2003, 08:46 AM   #2
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I think there should be a dozen or so lines in the file /etc/modules.conf which describes your current setup, e.g. whether it is OSS or ALSA. If it is ALSA there should be some message there about being generated by ALSACONF. In this case you could try running the 'alsaconf' script (as root I guess).

Otherwise there is another script 'sndconfig' which may do the reconfiguration for OSS.

If you are not using ALSA, you might find that installing it instead of your current system also gets your old AC97 working.
 
Old 10-08-2003, 05:29 PM   #3
blakeless
LQ Newbie
 
Registered: Sep 2003
Posts: 28

Original Poster
Rep: Reputation: 15
reconfigure sound..

Thanks for your reply,
Yes i did look at the modules.conf and this is all there was:


### update-modules: end processing /etc/modutils/actions

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off # Unix
# alias net-pf-2 off # IPv4
# alias net-pf-3 off # Amateur Radio AX.25
# alias net-pf-4 off # IPX
# alias net-pf-5 off # DDP / appletalk
# alias net-pf-6 off # Amateur Radio NET/ROM
# alias net-pf-9 off # X.25
# alias net-pf-10 off # IPv6
# alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off # Acorn Econet

alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81 bttv
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5


### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the once that are compiled into the modutils tools
# themselves.


### update-modules: end processing /etc/modutils/paths

### update-modules: start processing /etc/modutils/ppp
alias /dev/ppp ppp_generic
alias char-major-108 ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
### update-modules: end processing /etc/modutils/ppp

### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start | logger -p daemon.info -t "setserial-module reload"
#pre-remove serial /etc/init.d/setserial stop | logger -p daemon.info -t "setserial-module uload"
#
alias /dev/tts serial
alias /dev/tts/0 serial
alias /dev/tts/1 serial
alias /dev/tts/2 serial
alias /dev/tts/3 serial
post-install serial /etc/init.d/setserial modload > /dev/null 2> /dev/null
pre-remove serial /etc/init.d/setserial modsave > /dev/null 2> /dev/null

### update-modules: end processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### update-modules: end processing /etc/modutils/arch/i386


**There doesnt seem to be any reference to a sound device??
Any suggestions..
 
Old 10-08-2003, 10:15 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: Reconfigure sound driver for Debian Woody

Quote:
Originally posted by blakeless
Can anyone help? I installed Debian Woody on my AMD 800 and everything works fine except the on board AC '97 Sound. It says some error about loading dev/s?? - it says it cant load the sound server. Any way I have disabled the onboard sound through BIOS and have now installed a cheap PCI Creative ES1371 sound card. It seems to have installed ok cos when I type "lspci" it states that is there on one of the PCI slots. So what I want to know is how do I reconfigure so as I can use this card??? Any help would be appreciated
Are you a member of the audio group? To check groups in a console window will tell you if not a member of the groups su to root and adduser username audio you would have to logout and log back in for the changes to take effect. To get the right module loaded for the PCI card you would modprobe es1371 as root if it works then add the module name to the file /etc/modules and it will be loaded on boot. You may also want to check the permission on /dev/dsp I remember having to give the group r/w permission to get it to work what it should look like:
Code:
[12:12 AM Thu Oct 09: stephen @ ~]
>$ ls -l /dev/dsp
crw-rw----    1 root     audio     14,   3 2002-03-14 17:51 /dev/dsp
 
Old 10-09-2003, 03:18 AM   #5
blakeless
LQ Newbie
 
Registered: Sep 2003
Posts: 28

Original Poster
Rep: Reputation: 15
ok, ive added my username to the group

and ive loaded the alsaconf package, when i go to run alsaconf it says error running module snd ???
plus i dont know how to fill in all the details for the Vibra sound card, any clues??

blake
 
Old 10-09-2003, 09:08 AM   #6
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
When you install alsaconf you should automatically also get required packages alsa-base and alsa-utils.

But I think you also need packages libasound2 and alsa-modules. Note that alsa-modules has to match your kernel version. This shouldn't be a problem if everything is coming from the same set of Woody CDs, unless you have compiled your own custom kernel.

I don't recall the details of what alsaconf needs to know. The module for the es1371 is called just that, or maybe snd-es1371. I used to use the same card, but changed to a new m/b a few months back.
 
Old 10-09-2003, 08:35 PM   #7
blakeless
LQ Newbie
 
Registered: Sep 2003
Posts: 28

Original Poster
Rep: Reputation: 15
i see exactly what your saying however when i do
apt-cache search alsa-modules, i get nothing. I spose this means i have to compile a new kernel - that sounds a little too difficult

blake
 
Old 10-09-2003, 09:52 PM   #8
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Strange that 'apt-cache search alsa-modules' does not show anything. Maybe you need to add something to your package source list in file /etc/apt/sources.list? How did you install this in the first place?

Last edited by maroonbaboon; 10-09-2003 at 09:57 PM.
 
  


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
Everytime restart MDK, I have to reconfigure my SBLive 5.1 card to get sound Fear58 Linux - Hardware 3 07-12-2004 09:37 PM
Sound glitch in Debian Woody with KDE 3.1.4 upgrade Cage47 Debian 0 04-02-2004 09:56 AM
new debian 3.0 installation, issues on bootup. How to reconfigure??? lynchmob09 Debian 1 11-29-2003 07:38 AM
Nvidia driver install in Debian Woody nrunge Linux - Software 5 10-08-2003 11:12 AM
Debian Woody sound problem after clean install matix Linux - Distributions 8 11-24-2002 09:34 AM

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

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