Jump to content

Added sound card, still no sound


albrtijo

Recommended Posts

Added a new sound card whose driver is listed by free2006.Still no sound.The original sound card is integrated in the motherboard:card: I/O Controller Hub Audiomodule: snd-hda-intelI installed sound card:CompUSA "4 Channel Sound Card -- PCI 32bit"Its driver "snd-cmicpi" is listed in free2006.In MCC, Hardware, Soundcard, both cards are activated.How do I deactivate snd-hda-intel?albrtijo

Link to comment
Share on other sites

Hi albrtijo2 soundcards only bring confilicts, you will have to disable the onboard one ! ( in the BIOS like quint suggests ):thumbsup: Bruno
Progress report:no soundsnd-hda-intel removed per MCC -- Hardware - Soundcardsnd-cmipci Installed per aboveAumix -q shows vol and line neither red squared nor blue dottedAumix -q shows other things with red sqauaresI need another push.albrtijo
Link to comment
Share on other sites

And still it shows up in the MCC after a reboot ? That is very strange !:thumbsup: Bruno
Sorry again, Bruno.I guess I miscommunicated a lot of things -- the only card now in MCC is the CompUSA CM8738 which indicates the driver module: snd-cmipci.albrtijo
Link to comment
Share on other sites

Sorry again, Bruno.I guess I miscommunicated a lot of things -- the only card now in MCC is the CompUSA CM8738 which indicates the driver module: snd-cmipci.albrtijo
Okay . . . I got the picture now . . . :hmm: Can you run the SoundCheck Script and post the output ?Also do you by any chance have a PCLos .92 CD laying around to check if that one gives sound ( so we could copy the settings ) ? B) Bruno
Link to comment
Share on other sites

Okay . . . I got the picture now . . . :w00t: Can you run the SoundCheck Script and post the output ?Also do you by any chance have a PCLos .92 CD laying around to check if that one gives sound ( so we could copy the settings ) ? :D Bruno
***see note at bottom. albrtijo[charlie@localhost ~]$ # soundchk.sh[charlie@localhost ~]$ # Rev 1.00 2003-10-13 Initial Release - Mandrake 9.1 specificounds/KDE_Startup.wav then /usr/bin/play /u[charlie@localhost ~]$ # Rev 1.01 2003-10-13 Added Checking Devices[charlie@localhost ~]$ # Added grep steps to restrict output. Really needed for Knoppix.[charlie@localhost ~]$ # Add file exists tests to find correct tools[charlie@localhost ~]$ # Completed port to Knoppix 3.3. Should also be much better for UNKNOWN.[charlie@localhost ~]$ # Rev 1.02 2003-10-14 Added test -x for aumix[charlie@localhost ~]$ # Fix bug in lspci greps[charlie@localhost ~]$ # Rev 1.03 2003-11-24 Add additional tests from alsa aadebug script[charlie@localhost ~]$ # Rev 1.04 2003-11-25 Fix typo in 1.03 lspci grep[charlie@localhost ~]$ # Add check for artsd[charlie@localhost ~]$ # Add check for using cdrom[charlie@localhost ~]$[charlie@localhost ~]$[charlie@localhost ~]$ # Rev 1.05 2005-01-22 Adapted to udev and kernel 2.6 by Bruno[charlie@localhost ~]$ # Rev 1.06 2005-01-23 Adapted by Bruno to better suit SUSE and Slackware[charlie@localhost ~]$ # Rev 1.07 2005-01-23 Added a bit of interactivity at the end --Bruno[charlie@localhost ~]$ # Rev 1.08 2005-01-23 Adapted chkconfig to suit SUSE --Bruno[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "soundchk.sh v1.08 - Running Sound Configuration Checks"soundchk.sh v1.08 - Running Sound Configuration Checks[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo[charlie@localhost ~]$ # time and user[charlie@localhost ~]$ date=$(date)[charlie@localhost ~]$ echo "Today is $date"Today is Tue Dec 13 15:09:22 PST 2005[charlie@localhost ~]$ me=$(whoami)[charlie@localhost ~]$ echo "Sound tested by $me"Sound tested by charlie[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Identifying System =="== Identifying System ==[charlie@localhost ~]$ uname -s -r -v -p -oLinux 2.6.12-12mdksmp #1 SMP Fri Sep 9 17:43:23 CEST 2005 Intel® Pentium® 4 CPU 3.00GHz GNU/Linux[charlie@localhost ~]$ cat /proc/cpuinfo | grep -i "model name"model name : Intel® Pentium® 4 CPU 3.00GHzmodel name : Intel® Pentium® 4 CPU 3.00GHz[charlie@localhost ~]$ cat /proc/cpuinfo | grep -i "cpu mhz"cpu MHz : 3001.035cpu MHz : 3001.035[charlie@localhost ~]$ cat /proc/meminfo | grep -i memtotalMemTotal: 505736 kB[charlie@localhost ~]$ cat /proc/meminfo | grep -i swaptotalSwapTotal: 1132540 kB[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking dsp devices =="== Checking dsp devices ==[charlie@localhost ~]$ ls -l /dev | egrep -i dsp\|soundcrw-rw---- 1 charlie audio 14, 12 Dec 13 14:57 adspcrw-rw---- 1 charlie audio 14, 3 Dec 13 14:57 dspdrwxr-xr-x 2 root root 120 Dec 13 14:57 sound/[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking mixer devices =="== Checking mixer devices ==[charlie@localhost ~]$ ls -l /dev | egrep -i dsp\|mixercrw-rw---- 1 charlie audio 14, 12 Dec 13 14:57 adspcrw-rw---- 1 charlie audio 14, 3 Dec 13 14:57 dspcrw-rw---- 1 charlie audio 14, 0 Dec 13 14:57 mixer[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking Knotify =="== Checking Knotify ==[charlie@localhost ~]$ cat ~/.kde/share/config/knotifyrc[startProgress]Arts Init=trueKNotify Init=trueUse Arts=true[charlie@localhost ~]$[charlie@localhost ~]$[charlie@localhost ~]$ # adapted to suit SUSE and Slack[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking Driver =="== Checking Driver ==[charlie@localhost ~]$[charlie@localhost ~]$ if test -f /usr/bin/lspcidrake> then /usr/bin/lspcidrake -v | egrep -i "(audio|multimedia|host bridge)">> elif test -f /sbin/lspci> then /sbin/lspci -v | egrep -i "(audio|multimedia|host bridge)">> elif test -f /bin/lspci> then /sbin/lspci -v | egrep -i "(audio|multimedia|host bridge)">> elif test -f /usr/bin/lspci> then /usr/bin/lspci -v | egrep -i "(audio|multimedia|host bridge)">> else> echo "==> Test not available on this system !"bash: !": event not found>> fibash: syntax error near unexpected token `fi'[charlie@localhost ~]$[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking Actual Driver in Use (/etc/modules.conf) kernel 2.4 =="== Checking Actual Driver in Use (/etc/modules.conf) kernel 2.4 ==[charlie@localhost ~]$ if test -f /etc/modules.conf; then> cat /etc/modules.conf | egrep -i snd\|sound> else> echo "==> Test not available on this system !"bash: !": event not found> fibash: syntax error near unexpected token `fi'[charlie@localhost ~]$[charlie@localhost ~]$ # added for kernel 2.6 by Bruno[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking Actual Driver in Use (/etc/modprobe.conf) kernel 2.6 =="== Checking Actual Driver in Use (/etc/modprobe.conf) kernel 2.6 ==[charlie@localhost ~]$ if test -f /etc/modprobe.conf; then> cat /etc/modprobe.conf | egrep -i snd\|sound> else> echo "==> Test not available on this system !"bash: !": event not found> fibash: syntax error near unexpected token `fi'[charlie@localhost ~]$[charlie@localhost ~]$ if test -d /dev/snd; then> echo> echo "== Checking alsa /dev/snd =="> ls --color=none /dev/snd> fi== Checking alsa /dev/snd ==controlC0 pcmC0D0c pcmC0D0p pcmC0D1p pcmC0D2c pcmC0D2p timer[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking if Module Loaded =="== Checking if Module Loaded ==[charlie@localhost ~]$ /sbin/lsmod | egrep -i snd\|sound\|audio\|gamesnd_pcm_oss 50368 0snd_mixer_oss 17952 1 snd_pcm_osssnd_cmipci 32992 0gameport 12744 1 snd_cmipcisnd_pcm 83812 2 snd_pcm_oss,snd_cmipcisnd_page_alloc 9384 1 snd_pcmsnd_opl3_lib 9984 1 snd_cmipcisnd_timer 22596 2 snd_pcm,snd_opl3_libsnd_hwdep 7936 1 snd_opl3_libsnd_mpu401_uart 7040 1 snd_cmipcisnd_rawmidi 21312 1 snd_mpu401_uartsnd_seq_device 7884 2 snd_opl3_lib,snd_rawmidisnd 48644 10 snd_pcm_oss,snd_mixer_oss,snd_cmipci,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_devicesoundcore 8256 1 snd[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ if test -x /sbin/chkconfig; then> echo "== Checking in what level Sound service is configured to run =="> /sbin/chkconfig --list sound>> echo> echo "== Checking in what level Alsa service is configured to run =="> /sbin/chkconfig --list alsa>> echo> echo "== Checking in what level AlsaSound is configured to run ( Only SUSE !! ) ==" echo "== Checking in what level AlsaSound is configured to run ( Only SUSE if test -x /sbin/chkconfig; then echo "== Checking in what level Sound service is configured to run =="; /sbin/chkconfig --list sound; echo; echo "== Checking in what level Alsa service is configured to run =="; /sbin/chkconfig --list alsa; echo ) =="> /sbin/chkconfig --list alsasound>> else> echo "==> Test for run levels not available on this system !"bash: !": event not found> fibash: syntax error near unexpected token `fi'[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking if Sound Volume muted =="== Checking if Sound Volume muted ==[charlie@localhost ~]$ if test -x /usr/bin/aumix; then> aumix -q> else> echo "==> Test not available on this system !"bash: !": event not found> fibash: syntax error near unexpected token `fi'[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking artsd setup =="== Checking artsd setup ==[charlie@localhost ~]$ ps -A -f | grep -i artsd | grep -v grepcharlie 4393 4369 0 14:57 ? 00:00:01 artsd -F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f[charlie@localhost ~]$[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Checking which program uses the sound card or cdrom =="== Checking which program uses the sound card or cdrom ==[charlie@localhost ~]$ echo " (no output is okay)" (no output is okay)[charlie@localhost ~]$ if test -x /sbin/fuser; then> /sbin/fuser -v /dev/dsp> /sbin/fuser -v /dev/cdrom> else> /bin/fuser -v /dev/dsp> /bin/fuser -v /dev/cdrom> fi[charlie@localhost ~]$[charlie@localhost ~]$ # Extra test added by Bruno[charlie@localhost ~]$ echo[charlie@localhost ~]$ echo "== Test wav file . . . . . please wait =="== Test wav file . . . . . please wait ==[charlie@localhost ~]$[charlie@localhost ~]$[charlie@localhost ~]$ # test on SUSE[charlie@localhost ~]$ if test -f /opt/kde3/share/sounds/KDE_Startup.wav> then> /usr/bin/play /opt/kde3/share/sounds/KDE_Startup.wav>> # test on Slackware> elif test -f /opt/kde/share/sounds/KDE_Startup.wav> then> /usr/bin/play /opt/kde/share/sounds/KDE_Startup.wav>> # test on Mandrake, Fedora and PClos> elif test -f /usr/share/sounds/KDE_Startup.wav> then> /usr/bin/play /u ******albrtijo says: this time it stopped here "/u". Last time it stopped at "> # test on Mandrake, Fedora and PC" (no los after PC). This surprises because I'm sure the other day it got to the "did you hear?" I answered , "no". My memory is not abetted by the Christmas chaos.
Link to comment
Share on other sites

Just a minute albrtijo, there must be a misunderstanding . . . . . this is just too hard to read, please do this ( all as the default user, not as root ):1). The first command:

$ kwrite sound.sh

This will open a window with a blank file . . . . 2). Next copy and paste the following text in that empty file:

#!/bin/sh# soundchk.sh# Rev 1.00 2003-10-13 Initial Release - Mandrake 9.1 specific# Rev 1.01 2003-10-13 Added Checking Devices# Added grep steps to restrict output. Really needed for Knoppix.# Add file exists tests to find correct tools# Completed port to Knoppix 3.3. Should also be much better for UNKNOWN.# Rev 1.02 2003-10-14 Added test -x for aumix# Fix bug in lspci greps# Rev 1.03 2003-11-24 Add additional tests from alsa aadebug script# Rev 1.04 2003-11-25 Fix typo in 1.03 lspci grep# Add check for artsd# Add check for using cdrom# Rev 1.05 2005-01-22 Adapted to udev and kernel 2.6 by Bruno# Rev 1.06 2005-01-23 Adapted by Bruno to better suit SUSE and Slackware# Rev 1.07 2005-01-23 Added a bit of interactivity at the end --Bruno# Rev 1.08 2005-01-23 Adapted chkconfig to suit SUSE --Brunoechoecho "soundchk.sh v1.08 - Running Sound Configuration Checks"echoecho# time and userdate=$(date)echo "Today is $date"me=$(whoami)echo "Sound tested by $me"echoechoecho "== Identifying System =="uname -s -r -v -p -ocat /proc/cpuinfo | grep -i "model name"cat /proc/cpuinfo | grep -i "cpu mhz"cat /proc/meminfo | grep -i memtotalcat /proc/meminfo | grep -i swaptotalechoecho "== Checking dsp devices =="ls -l /dev | egrep -i dsp\|soundechoecho "== Checking mixer devices =="ls -l /dev | egrep -i dsp\|mixerechoecho "== Checking Knotify =="cat ~/.kde/share/config/knotifyrc# adapted to suit SUSE and Slackechoecho "== Checking Driver ==" if test -f /usr/bin/lspcidrakethen /usr/bin/lspcidrake -v | egrep -i "(audio|multimedia|host bridge)"elif test -f /sbin/lspcithen /sbin/lspci -v | egrep -i "(audio|multimedia|host bridge)"elif test -f /bin/lspcithen /sbin/lspci -v | egrep -i "(audio|multimedia|host bridge)"elif test -f /usr/bin/lspcithen /usr/bin/lspci -v | egrep -i "(audio|multimedia|host bridge)"elseecho "==> Test not available on this system !"fiechoecho "== Checking Actual Driver in Use (/etc/modules.conf) kernel 2.4 =="if test -f /etc/modules.conf; then cat /etc/modules.conf | egrep -i snd\|soundelse echo "==> Test not available on this system !"fi# added for kernel 2.6 by Brunoechoecho "== Checking Actual Driver in Use (/etc/modprobe.conf) kernel 2.6 =="if test -f /etc/modprobe.conf; then cat /etc/modprobe.conf | egrep -i snd\|soundelse echo "==> Test not available on this system !"fiif test -d /dev/snd; then echo echo "== Checking alsa /dev/snd ==" ls --color=none /dev/sndfiechoecho "== Checking if Module Loaded =="/sbin/lsmod | egrep -i snd\|sound\|audio\|gameecho if test -x /sbin/chkconfig; then echo "== Checking in what level Sound service is configured to run ==" /sbin/chkconfig --list sound echo echo "== Checking in what level Alsa service is configured to run ==" /sbin/chkconfig --list alsa echo echo "== Checking in what level AlsaSound is configured to run ( Only SUSE !! ) ==" /sbin/chkconfig --list alsasoundelse echo "==> Test for run levels not available on this system !"fiechoecho "== Checking if Sound Volume muted =="if test -x /usr/bin/aumix; then aumix -qelse echo "==> Test not available on this system !"fiechoecho "== Checking artsd setup =="ps -A -f | grep -i artsd | grep -v grepechoecho "== Checking which program uses the sound card or cdrom =="echo " (no output is okay)"if test -x /sbin/fuser; then /sbin/fuser -v /dev/dsp /sbin/fuser -v /dev/cdromelse /bin/fuser -v /dev/dsp /bin/fuser -v /dev/cdromfi# Extra test added by Brunoechoecho "== Test wav file . . . . . please wait =="# test on SUSEif test -f /opt/kde3/share/sounds/KDE_Startup.wav then /usr/bin/play /opt/kde3/share/sounds/KDE_Startup.wav# test on Slackwareelif test -f /opt/kde/share/sounds/KDE_Startup.wav then /usr/bin/play /opt/kde/share/sounds/KDE_Startup.wav# test on Mandrake, Fedora and PCloselif test -f /usr/share/sounds/KDE_Startup.wav then /usr/bin/play /usr/share/sounds/KDE_Startup.wav else echo "==> Test not available on this system !"fi# Interactive partecho -n "Did you hear the soundfile Yes/No ?:"read answer# the user did not enter anything:while [ -z "$answer" ]; doecho "You did not tell me Yes or No !!!"echo -n "Did you hear the soundfile Yes/No ?:"read answerdoneecho "You typed: $answer Thanks !"sleep 2echoecho "== End of Checks ;-)"echo
3). Now save the file ( File --> Save ) and close the kwrite window.4). Next another command:
$ chmod 755 sound.sh

it will look like nothing happens, this is okay.5). And the last command is:

$ ./sound.sh

now the script is running and print the output to screen.6). Please copy and paste the output from the last command in your next post ;):w00t: Bruno

Link to comment
Share on other sites

Just a minute albrtijo, there must be a misunderstanding . . . . . this is just too hard to read, please do this ( all as the default user, not as root ):1). The first command:
$ kwrite sound.sh

This will open a window with a blank file . . . . 2). Next copy and paste the following text in that empty file: 3). Now save the file ( File --> Save ) and close the kwrite window.4). Next another command:

$ chmod 755 sound.sh

it will look like nothing happens, this is okay.5). And the last command is:

$ ./sound.sh

now the script is running and print the output to screen.6). Please copy and paste the output from the last command in your next post ;):) Bruno

[charlie@localhost Desktop]$ ./sound.shsoundchk.sh v1.08 - Running Sound Configuration ChecksToday is Wed Dec 14 13:49:40 PST 2005Sound tested by charlie== Identifying System ==Linux 2.6.12-12mdksmp #1 SMP Fri Sep 9 17:43:23 CEST 2005 Intel® Pentium® 4 CPU 3.00GHz GNU/Linuxmodel name : Intel® Pentium® 4 CPU 3.00GHzmodel name : Intel® Pentium® 4 CPU 3.00GHzcpu MHz : 3002.050cpu MHz : 3002.050MemTotal: 505736 kBSwapTotal: 1132540 kB== Checking dsp devices ==crw-rw---- 1 charlie audio 14, 12 Dec 14 13:05 adspcrw-rw---- 1 charlie audio 14, 3 Dec 14 13:05 dspdrwxr-xr-x 2 root root 120 Dec 14 13:05 sound== Checking mixer devices ==crw-rw---- 1 charlie audio 14, 12 Dec 14 13:05 adspcrw-rw---- 1 charlie audio 14, 3 Dec 14 13:05 dspcrw-rw---- 1 charlie audio 14, 0 Dec 14 13:05 mixer== Checking Knotify ==[startProgress]Arts Init=trueKNotify Init=trueUse Arts=true== Checking Driver ==snd-cmipci : C-Media Electronics Inc|CM8738 [MULTIMEDIA_AUDIO] (vendor:13f6 device:0111)== Checking Actual Driver in Use (/etc/modules.conf) kernel 2.4 ====> Test not available on this system !== Checking Actual Driver in Use (/etc/modprobe.conf) kernel 2.6 ==alias sound-slot-0 snd-cmipciremove snd-hda-intel /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intelalias sound-slot-1 snd-cmipciremove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipciinstall snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }blacklist snd-usb-audio== Checking alsa /dev/snd ==controlC0 pcmC0D0c pcmC0D0p pcmC0D1p pcmC0D2c pcmC0D2p timer== Checking if Module Loaded ==snd_pcm_oss 50368 0snd_mixer_oss 17952 1 snd_pcm_osssnd_cmipci 32992 1gameport 12744 1 snd_cmipcisnd_pcm 83812 2 snd_pcm_oss,snd_cmipcisnd_page_alloc 9384 1 snd_pcmsnd_opl3_lib 9984 1 snd_cmipcisnd_timer 22596 2 snd_pcm,snd_opl3_libsnd_hwdep 7936 1 snd_opl3_libsnd_mpu401_uart 7040 1 snd_cmipcisnd_rawmidi 21312 1 snd_mpu401_uartsnd_seq_device 7884 2 snd_opl3_lib,snd_rawmidisnd 48644 12 snd_pcm_oss,snd_mixer_oss,snd_cmipci,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_devicesoundcore 8256 1 snd== Checking in what level Sound service is configured to run ==sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off== Checking in what level Alsa service is configured to run ==alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off== Checking in what level AlsaSound is configured to run ( Only SUSE !! ) ==error reading information on service alsasound: No such file or directory== Checking if Sound Volume muted ==vol 77, 77synth 77, 77, Rpcm 77, 77, Rspeaker 67, 67line 77, 77, Rmic 0, 0, Rcd 77, 77, Rline1 80, 80, Rphin 71, 71phout 71, 71== Checking artsd setup ==charlie 4505 4415 0 13:05 ? 00:00:02 artsd -F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f== Checking which program uses the sound card or cdrom == (no output is okay)== Test wav file . . . . . please wait ==Did you hear the soundfile Yes/No ?:noYou typed: no Thanks !== End of Checks ;-)
Link to comment
Share on other sites

Great . . .that works better, thanks !I think I see what is wrong, we need to make a few changes . . . . . . can you please post:

# cat /etc/modprobe.conf

Then start aumix with ( as user !! ):

$ aumix

This should pop up the aumix GUI . . please do "File" --> "Save" and after that post:

$ cat /home/albrtijo/.aumixrc

And then I can post the changes you will have to make to both files :):) Bruno

Link to comment
Share on other sites

Great . . .that works better, thanks !I think I see what is wrong, we need to make a few changes . . . . . . can you please post:
# cat /etc/modprobe.conf

Then start aumix with ( as user !! ):

$ aumix

This should pop up the aumix GUI . . please do "File" --> "Save" and after that post:

$ cat /home/albrtijo/.aumixrc

And then I can post the changes you will have to make to both files :):) Bruno

[charlie@localhost ~]$ cat /etc/modprobe.confalias eth0 e100alias sound-slot-0 snd-cmipciinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueremove snd-hda-intel /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intelinstall usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/truealias eth1 eth1394alias ieee1394-controller ohci1394remove unknown /sbin/modprobe --first-time -r --ignore-remove unknowninstall unknown /sbin/modprobe --first-time --ignore-install unknownalias sound-slot-1 snd-cmipciremove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipciinstall snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }blacklist audioblacklist snd-usb-audio[charlie@localhost ~]$ [charlie@localhost ~]$ cat .aumixrcvol:77:77:Psynth:77:77:Rpcm:77:77:Rspeaker:67:67:Pline:77:77:Rmic:0:0:Rcd:77:77:Rline1:80:80:Rphin:71:71:Pphout:71:71:P[charlie@localhost ~]$
Link to comment
Share on other sites

Hi albrtijoPlease make the following changes to the /etc/modprobe.conf and .aumixrc files:The /etc/modprobe.conf:

alias eth0 e100alias sound-slot-0 snd-cmipciinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true# remove snd-hda-intel /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel# install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intelinstall usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/truealias eth1 eth1394alias ieee1394-controller ohci1394# remove unknown /sbin/modprobe --first-time -r --ignore-remove unknown# install unknown /sbin/modprobe --first-time --ignore-install unknown# alias sound-slot-1 snd-cmipciremove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipciinstall snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }# blacklist audio# blacklist snd-usb-audio
And the .aumixrc:
vol:77:77:Psynth:77:77:Ppcm:77:77:Pspeaker:67:67:Pline:77:77:Pmic:0:0:Rcd:77:77:Pline1:80:80:Pphin:71:71:Pphout:71:71:P
Then reboot your computer, check the sound and if needed run the script again.:hysterical: Bruno
Link to comment
Share on other sites

Hi albrtijoPlease make the following changes to the /etc/modprobe.conf and .aumixrc files:The /etc/modprobe.conf:And the .aumixrc:Then reboot your computer, check the sound and if needed run the script again.B) Bruno
cat: /ryc/modprobe: No such file or directory[charlie@localhost ~]$ cat /etc/modprobecat: /etc/modprobe: No such file or directory[charlie@localhost ~]$ cat /etc/modprobe.confalias eth0 e100alias sound-slot-0 snd-cmipciinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true#remove snd-hda-intel /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel#install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intelinstall usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/truealias eth1 eth1394alias ieee1394-controller ohci1394#remove unknown /sbin/modprobe --first-time -r --ignore-remove unknown#install unknown /sbin/modprobe --first-time --ignore-install unknown#alias sound-slot-1 snd-cmipciremove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipciinstall snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }#blacklist audio#blacklist snd-usb-audio[charlie@localhost ~]$ cat .aumixrcvol:100:100:Psynth:100:100:Ppcm:100:100:Pspeaker:100:100:Pline:100:100:Pmic:0:0:Rcd:100:100:Pline1:100:100:Pphin:100:100:Pphout:100:100:P[charlie@localhost ~]$ I'm this far. By script I assume you mean "sound.sh". I tried that but got no sound. I'll do it again (with more patience -- 'tis the season to be scatterbrained.albrtijo
Link to comment
Share on other sites

albrtijo, There should be a setting(s) in the BIOS that will take care of that. HTH. :P
quint, you were right and I didn't thank you, till now, double.albrtijo Edited by albrtijo
Link to comment
Share on other sites

Bruno, I'm collapsing. I tried the sound card in Windows and it wouldn't work. I tried to set it up when I got it, but gave up because of all the rigmarole. I'm only interested in having sound in Linux, Windows came with the computer. This time I tried seriously, but could get no sound from Windows either. Bad board??While we were striving to get the new sound board to work, the little rectangle stopped showing in the taskbar. The one we click to get a file back on screen. It made trying to work with multiple files/connections aggravating.I reinstalled free2006 several times. Though I could get the little rectangles to work for user root and a new user, I can't get them to appear for me.I bought the only sound board CompUSA had (their brand) now I'll see if I can get my money back, then try for a board somewhere else.Sorry to take so much of your time, though I did get to follow you into maneuvers new to me.Later albrtijo

Link to comment
Share on other sites

. . . I tried the sound card in Windows and it wouldn't work. . . . . .
Hi albrtijo . . . . Maybe it is the PCI-slot that is faulty . . did you try to plug the card in another slot ?:devil: BrunoWishes.png
Link to comment
Share on other sites

Hi albrtijoStop the presses !!!Here is the nicest Christmas present since years:

- Added DA75_alsa_patch_realtek_fix.patch to fix a bug which makes some sound-cards managed by snd-hda-intel useless
Meaning: Your snd-hda-intel will work !!!!!I will explain when I come home from work later today !:devil: BrunoWishes.png
Link to comment
Share on other sites

Hi albrtijoAs stated above: there is a bug in kernel 2.6.12-12 that prevents your snd-hda-intel soundcard to work . . . so we will have to upgrade the kernel :hysterical: :DNew here is how to proceed:. . . first get the latest updates ( NOTE: if you have a Nvidia Graphic card and the nv drivers installed let me know first what is in /usr/src before you proceed )Then check "ls -al /boot" to see exactly what vmlinuz is installed.Next go to the MCC "install software" and switch to "All packages by medium repository" --> "update_source" and you will see a new kernel 2.6.12-14 listed as available for download.>>>>> Make SURE it matches the version you did see in "ls -al /boot" ( so if you have a "up-1GB", "up-4GB" "smp" or just the "regular" one find the matching one ! )Next, mark it for install and install it.After the install is completely finished ( takes a while ) you will see that /etc/lilo.conf will have 2 extra sections, one for the old 2.6.12-12 kernel and one for the new 2.6.12-14 kernel. Because the symlink in /boot to vmlinuz changed to the new kernel your old entry for booting Mandriva 2006 will boot the new kernel. ( so in case things go wrong you can still boot the old kernel with the before last entry "2612-12" on your lilo boot menu ) The installer will already have written the new lilo to the MBR ;)Also change the BIOS back to use the snd-hda-intel and remove the PCI soundcard ( you can not have 2 soundcards )After the reboot configure your soundcard in the MCC to use snd-hda-intel and all should be okay !BUT like I said above: If you have a Nvidia card, wait for more instructions before installing the new kernel !!:hysterical: BrunoPS: Everybody else then albrtijo reading this thread, please start a thread and ask before upgrading your kernel ! Your situation might be very different !Wishes.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...