Howdy Maurizio!

Ok , I found modprobe and when I run it, the list is huge.... do you know what I should look for in order to tell if I have sound support turned on?

Rob
:)

Maurizio Umberto Puxeddu wrote:

"locate modprobe" will probably tell you that it's /sbin. So you can use

/sbin/modprobe ...

Maurizio Umberto Puxeddu.

On Thu, 2003-05-29 at 07:12, Robert Mark Bram wrote:


Howdy all!

I am still trying to get sound working with my Alsa driver. The error message I receive at start up is:
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


Note that I have a file called "/be/dsp" - it does exist..

In reading through the INSTALL file, I found the following note:
  You must turn on sound support (soundcore module).

Can anyone tell me how I can do this or see if it is already done?

I found a previous ALSA message here:
http://www.geocrawler.com/mail/msg.php3?msg_id=6672074&list=12350
It mentioned two things. First, check what modules I have installed with "modprobe -l". That didn't work:


[EMAIL PROTECTED] robertmarkbram]$ modprobe -l
bash: modprobe: command not found
[EMAIL PROTECTED] robertmarkbram]$

But it also said to check what files re in /lib/modules/2.x.x/kernel/drivers/sound. This is what I have:
[EMAIL PROTECTED] robertmarkbram]$ ls /lib/modules/2.4.20-8/kernel/drivers/sound/
ac97_codec.o es1371.o pss.o
ac97.o esssolo1.o rme96xx.o
aci.o forte.o sb_lib.o
ad1816.o gus.o sb.o
ad1848.o i810_audio.o sgalaxy.o
ad1889.o mad16.o sonicvibes.o
adlib_card.o maestro3.o soundcore.o
aedsp16.o maestro.o sound.o
ali5455.o maui.o sscape.o
audigy mpu401.o trident.o
awe_wave.o msnd_classic.o trix.o
btaudio.o msnd.o uart401.o
cmpci.o msnd_pinnacle.o uart6850.o
cs4232.o nm256_audio.o via82cxxx_audio.o
cs4281 opl3.o v_midi.o
cs46xx.o opl3sa2.o wavefront.o
emu10k1 opl3sa.o ymfpci.o
es1370.o pas2.o
[EMAIL PROTECTED] robertmarkbram]$


The hardware browser under Gnome says I have a "82801DB AC'97 Audio" device... whose manufacturer is Intel Copr. and whose driver is i810_audio.

I wrote the install script from instructions given on this page:
http://myweb.cableone.net/eviltwin69/ALSA.html
The script is shown below.

Any help would be much appreciated!

Rob
:)

My asound.conf file is:
pcm.i810_audio {
   type hw
   card 0
}
ctl.i810_audio {
   type hw
   card 0
}


My modules.conf file is: alias usb-controller ehci-hcd alias usb-controller1 usb-uhci alias ieee1394-controller ohci1394 alias eth0 bcm4400


alias char-major-116 snd alias char-major-14 soundcore

# ALSA portion
# alias snd-card-0 i810_audio

alias parport_lowlevel parport_pc
alias usb-controller usb-uhci

#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 -------------------------------
#alias snd-card-0 snd-via8233
#options snd-via8233 snd_index=0 snd_id="Via8233"
#--- Via686A (B) ---------------------------
#alias snd-card-0 snd-via686a
#options snd-via686a snd_index=0 snd_id="Via686"
#-----------------------------------------------
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
#=================================
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :






############### INSTALL SCRIPT
clear
echo
echo
echo "Making ALSA drivers"
echo
echo
bzip2 -d alsa-driver*.tar.bz2 2>/dev/null
tar -xvf alsa-driver*.tar || (exit && echo FAILED 1)
cd alsa-driver-*
../configure --with-isapnp=no --with-sequencer=yes
make
make install
../snddevices
chmod 666 /dev/dsp* /dev/mixer* /dev/sequencer* /dev/midi*
cd ..
find . -name alsa-driver\* -a -type d -exec rm -rf {} \;
cat >~/sound/.asoundrc <<EOF
pcm.ice1712 {
          type hw
          card 0
       }

       ctl.ice1712 {
          type hw
          card 0
       }
EOF


echo echo echo "Making ALSA libraries" echo echo bzip2 -d alsa-lib*.tar.bz2 2>/dev/null tar -xvf alsa-lib*.tar || (exit && echo FAILED 2) cd alsa-lib* ../configure make make install cd .. find . -name alsa-lib\* -a -type d -exec rm -rf {} \;


echo echo echo "Making ALSA OSS compatibility" echo echo bzip2 -d alsa-oss*.tar.bz2 2>/dev/null tar -xvf alsa-oss*.tar || (exit && echo FAILED 3) cd alsa-oss* ../configure --disable-alsatest make make install cd .. find . -name alsa-oss\* -a -type d -exec rm -rf {} \;




echo echo echo "Making ALSA tools" echo echo bzip2 -d alsa-tools*.tar.bz2 2>/dev/null tar -xvf alsa-tools*.tar || (exit && echo FAILED 4) cd alsa-tools* cd envy24* ../configure --disable-alsatest make make install cd ../as10k1 ../configure make install cd ../.. find . -name alsa-tools\* -a -type d -exec rm -rf {} \;



echo
echo
echo "Making ALSA utilities"
echo
echo
bzip2 -d alsa-utils*.tar.bz2
tar -xvf alsa-utils*.tar || (exit && echo FAILED 5)
cd alsa-utils*
../configure --disable-alsatest
make
make install
cd ..
find . -name alsa-utils\* -a -type d -exec rm -rf {} \;





-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user











-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to