Jump to content

No sound in free2006 reinstall


albrtijo

Recommended Posts

[charlie@localhost ~]$ ls -l /dev | egrep -i dsp\|mixercrw-rw---- 1 charlie audio 14, 3 Mar 17 12:44 dspcrw-rw---- 1 charlie audio 14, 0 Mar 17 12:44 mixer[charlie@localhost ~]$ lspcidrake -v | egrep -i "(audio|multimedia|host bridge)"snd-hda-intel : Intel Corp.|I/O Controller Hub Audio (vendor:8086 device:2668 subv:104d subd:81a0)[charlie@localhost ~]$ cat /etc/modprobe.conf | egrep -i snd\|soundalias sound-slot-0 snd-hda-intelremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }[charlie@localhost ~]$ /sbin/chkconfig --list alsaalsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off[charlie@localhost ~]$ /sbin/chkconfig --list soundsound 0:off 1:off 2:on 3:on 4:on 5:on 6:off[charlie@localhost ~]$ /sbin/lsmod | egrep -i snd\|sound\|audio\|gamesnd_seq_dummy 3524 0snd_seq_oss 33024 0snd_seq_midi_event 6880 1 snd_seq_osssnd_seq 51504 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_eventsnd_seq_device 7884 3 snd_seq_dummy,snd_seq_oss,snd_seqsnd_pcm_oss 50368 0snd_mixer_oss 17952 2 snd_pcm_osssnd_hda_intel 14752 1snd_hda_codec 83872 1 snd_hda_intelsnd_pcm 83812 3 snd_pcm_oss,snd_hda_intel,snd_hda_codecsnd_timer 22596 2 snd_seq,snd_pcmsnd_page_alloc 9384 2 snd_hda_intel,snd_pcmsnd 48644 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timersoundcore 8256 2 snd[charlie@localhost ~]$Bruno, the following is still offered in free2006's MCC. I found your update of the sound tests when searching my past entries in your "All Things Linux". That data is above, some of which I understand, well, some of it is not as confusing as the rest."lspcidrake -v | fgrep AUDIO""grep sound-slot /etc/modules.conf""/sbin/lsmod""/sbin/chkconfig --list sound""aumix -q""?sbin/fuser -v /dev/dspWhat's next for me?albrtijo

Link to comment
Share on other sites

  • Replies 134
  • Created
  • Last Reply

Top Posters In This Topic

  • albrtijo

    63

  • Bruno

    55

  • teacher

    6

  • striker

    4

Hi albrtijoYour output above shows all should be okay . . . Can you install "aumix" and after that give me the output of:

$ aumix -q

B) Bruno

Link to comment
Share on other sites

Hi albrtijoYour output above shows all should be okay . . . Can you install "aumix" and after that give me the output of:
$ aumix -q

B) Bruno

[charlie@localhost ~]$ aumix -qline 0, 0mic 0, 0cd 0, 0pcm2 100, 100igain 0, 0[charlie@localhost ~]$And, Bruno, when I click KMix, the volume is always returned to zero. And when I click "Show Mixer Window" I get only an "Output" panel, no "Input".
Link to comment
Share on other sites

Your aumix output looks a bit funny too . . . . When you go into the MCC --> Hardware -- soundcard, are there any alternative drivers listed ?B) Bruno

Link to comment
Share on other sites

Your aumix output looks a bit funny too . . . . When you go into the MCC --> Hardware -- soundcard, are there any alternative drivers listed ?B) Bruno
Bruno1. Driver: snd-hda-intel[ALSA] --- but if listed elsewhere, [ALSA] is not included.2. unknown [OSS]3. Letme pick any driver -- has long list of drivers but I don't believe they are all usuable by this machine.
Link to comment
Share on other sites

Hi AlbrtijoLet us try 2 things:First add the next two lines to your /etc/modprobe.conf:

blacklist audioblacklist snd-usb-audio
And reboot to see if it makes any change in your sound.If that does not help please read and execute: SoundCheck Script and show us the results.B) Bruno
Link to comment
Share on other sites

Hi AlbrtijoLet us try 2 things:First add the next two lines to your /etc/modprobe.conf: And reboot to see if it makes any change in your sound.If that does not help please read and execute: SoundCheck Script and show us the results.B) Bruno
Bruno, the two blacklists brought no sound -- something else, every time I turn on the computer, the Kmix volume is set to 0.This is the results of an earlier running of soundchk.sh. Do you want me to do it over?soundchk.sh v1.08 - Running Sound Configuration ChecksToday is Thu Mar 16 18:54:56 PST 2006Sound 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 : 3001.437cpu MHz : 3001.437MemTotal: 505736 kBSwapTotal: 1124508 kB== Checking dsp devices ==crw-rw---- 1 charlie audio 14, 3 Mar 16 18:42 dspdrwxr-xr-x 2 root root 140 Mar 16 18:42 sound== Checking mixer devices ==crw-rw---- 1 charlie audio 14, 3 Mar 16 18:42 dspcrw-rw---- 1 charlie audio 14, 0 Mar 16 18:42 mixer== Checking Knotify ==[startProgress]Arts Init=trueKNotify Init=trueUse Arts=true== Checking Driver ==snd-hda-intel : Intel Corp.|I/O Controller Hub Audio (vendor:8086 device:2668 subv:104d subd:81a0)== 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-hda-intelremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }== Checking alsa /dev/snd ==controlC0 pcmC0D0c pcmC0D0p seq timer== Checking if Module Loaded ==snd_seq_dummy 3524 0snd_seq_oss 33024 0snd_seq_midi_event 6880 1 snd_seq_osssnd_seq 51504 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_eventsnd_seq_device 7884 3 snd_seq_dummy,snd_seq_oss,snd_seqsnd_pcm_oss 50368 0snd_mixer_oss 17952 2 snd_pcm_osssnd_hda_intel 14752 1snd_hda_codec 83872 1 snd_hda_intelsnd_pcm 83812 3 snd_pcm_oss,snd_hda_intel,snd_hda_codecsnd_timer 22596 2 snd_seq,snd_pcmsnd_page_alloc 9384 2 snd_hda_intel,snd_pcmsnd 48644 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timersoundcore 8256 2 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 ==line 0, 0mic 0, 0cd 0, 0pcm2 100, 100igain 0, 0== Checking artsd setup ==charlie 4599 4556 0 18:42 ? 00:00:02 /usr/bin/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 ;-)./sound.sh: line 189: syntax error near unexpected token `)'./sound.sh: line 189: `3). Now save the file ( File --> Save ) and close the kwrite window.' Edited by albrtijo
Link to comment
Share on other sites

Hi albrtijoNot only your Kmix is muted every time . . .your alsamixer ( aumix ) is too !When you restore the settings in Kmix you can from the "menubar --> settings --> configure kmix" let it load the settings on login . . . ;)The same goes for aumix . . . . pump up the slides and from the menu --> "save" . . . Please try, reboot and test the sound again with:

$ /usr/bin/play /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/aplay /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/artsplay /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/wavplay /usr/share/sounds/KDE_Startup_new.wav

Please show the output ;):) Bruno

Link to comment
Share on other sites

Hi albrtijoNot only your Kmix is muted every time . . .your alsamixer ( aumix ) is too !When you restore the settings in Kmix you can from the "menubar --> settings --> configure kmix" let it load the settings on login . . . ;)The same goes for aumix . . . . pump up the slides and from the menu --> "save" . . . Please try, reboot and test the sound again with:
$ /usr/bin/play /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/aplay /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/artsplay /usr/share/sounds/KDE_Startup_new.wav$ /usr/bin/wavplay /usr/share/sounds/KDE_Startup_new.wav

Please show the output ;):) Bruno

I noticed in the list of information at load time there is a line that says: "Can't open /root/tmp/sound. There is more but I'm too slow.,In /root/tmp, there is no sound directory along with directories kde-root, ksocket-root, and orbit-root.kde-root has ksycocaksocket-root is emptyorbit-root is emptyBut in the menubar --> settings --> configure kmix there is a choice: Restore volumes on login. I Xed it and restarted and the volume had remained on full blast. But no sound[charlie@localhost ~]$ /usr/bin/play /usr/share/sounds/KDE_Startup_new.wav(sat for 5-6 secs then showed nothing)[charlie@localhost ~]$ /usr/bin/aplay /usr/share/sounds/KDE_Startup_new.wavPlaying WAVE '/usr/share/sounds/KDE_Startup_new.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Stereo[charlie@localhost ~]$ /usr/bin/artsplay /usr/share/sounds/KDE-Startup_new.wav[charlie@localhost ~]$ /usr/bin/wavplay /usr/share/sounds/KDE_Startup_new.wavbash: /usr/bin/wavplay: No such file or directory[charlie@localhost ~]$Let's see, D***, I think I've filled your request. Oh yes, just to remind you again: in "Show mixer window" there is only an "Output", no "Input". Edited by albrtijo
Link to comment
Share on other sites

It's all pretty strange Albrtijo . . . . . yep I remember about the no "input" in both your mixers . . . . and the "Can't open /root/tmp/sound" is funny because we do not want sound for root but for the user.Maybe you can show us the full

# cat /etc/modprobe.conf

And

$ ls -al /dev/dsp$ ls -al /dev/snd$ ls -al /dev/mixer$ ls -al /dev/adsp$ ls -al /dev/sound

:) Bruno

Link to comment
Share on other sites

It's all pretty strange Albrtijo . . . . . yep I remember about the no "input" in both your mixers . . . . and the "Can't open /root/tmp/sound" is funny because we do not want sound for root but for the user.Maybe you can show us the full
# cat /etc/modprobe.conf

And

$ ls -al /dev/dsp$ ls -al /dev/snd$ ls -al /dev/mixer$ ls -al /dev/adsp$ ls -al /dev/sound

:hysterical: Bruno

[root@localhost charlie]# cat /etc/modprobe.confalias eth0 e100alias sound-slot-0 snd-hda-intelinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }install 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 unknown[root@localhost charlie]#[root@localhost charlie]# cat /etc/modprobe.confalias eth0 e100alias sound-slot-0 snd-hda-intelinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }install 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 unknown[root@localhost charlie]# exit[charlie@localhost ~]$ ls -al /dev/dspcrw-rw---- 1 charlie audio 14, 3 Mar 19 10:06 /dev/dsp[charlie@localhost ~]$ ls -al /dev/sndtotal 0drwxr-xr-x 2 root root 140 Mar 19 10:06 ./drwxrwxrwt 27 root root 14560 Mar 19 10:06 ../crw-rw---- 1 charlie audio 116, 0 Mar 19 10:06 controlC0crw-rw---- 1 charlie audio 116, 24 Mar 19 10:06 pcmC0D0ccrw-rw---- 1 charlie audio 116, 16 Mar 19 10:06 pcmC0D0pcrw-rw---- 1 charlie audio 116, 1 Mar 19 10:06 seqcrw-rw---- 1 charlie audio 116, 33 Mar 19 10:06 timer[charlie@localhost ~]$ ls -al /dev/mixercrw-rw---- 1 charlie audio 14, 0 Mar 19 10:06 /dev/mixer[charlie@localhost ~]$ ls -al /dev/adspls: /dev/adsp: No such file or directory[charlie@localhost ~]$ ls -al /dev/soundtotal 0drwxr-xr-x 2 root root 140 Mar 19 10:06 ./drwxrwxrwt 27 root root 14560 Mar 19 10:06 ../lrwxrwxrwx 1 root root 8 Mar 19 10:06 audio -> ../audiolrwxrwxrwx 1 root root 6 Mar 19 10:06 dsp -> ../dsplrwxrwxrwx 1 root root 8 Mar 19 10:06 mixer -> ../mixerlrwxrwxrwx 1 root root 12 Mar 19 10:06 sequencer -> ../sequencerlrwxrwxrwx 1 root root 13 Mar 19 10:06 sequencer2 -> ../sequencer2[charlie@localhost ~]$
Link to comment
Share on other sites

Your permissions and ownerships look okay . . . . . but I see something unusual in /etc/modprobe.conf:

remove unknown /sbin/modprobe --first-time -r --ignore-remove unknowninstall unknown /sbin/modprobe --first-time --ignore-install unknown
I wonder how that came in there . . . . . those lines are typical for sound-modules . . . but "unknown" is not the name of an existing soundcard driver.Before we go fro drastic measures . . . . Can you please tell me: when you finished the install of 2006 was there maybe no soundcard configured at all in the MCC ?? Or do you have an idea yourself how the "unknown" module would have slipped in there ?:hysterical: Bruno
Link to comment
Share on other sites

Your permissions and ownerships look okay . . . . . but I see something unusual in /etc/modprobe.conf:I wonder how that came in there . . . . . those lines are typical for sound-modules . . . but "unknown" is not the name of an existing soundcard driver.Before we go fro drastic measures . . . . Can you please tell me: when you finished the install of 2006 was there maybe no soundcard configured at all in the MCC ?? Or do you have an idea yourself how the "unknown" module would have slipped in there ?:hysterical: Bruno
Bruno, I reinstalled from my downloaded CDs about a month ago.I found these in /etc. The first one is current, the second is the replaced. But I can't find any difference in them.****New module.confalias eth0 e100alias sound-slot-0 snd-hda-intelinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }install 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 unknown*******************************************replaced module.confalias eth0 e100alias sound-slot-0 snd-hda-intelinstall scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueremove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intelinstall snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }install 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 unknown*******************************************As far as I remember, the following are the only things I've done to modprobe conf.Bruno post Yesterday, 04:42 AMPost #6Le Professeur PingouinGroup IconGroup: Forum ModeratorsPosts: 23,222Joined: 4-April 03From: AmsterdamMember No.: 611 Hi AlbrtijoLet us try 2 things:First add the next two lines to your /etc/modprobe.conf:QUOTEblacklist audioblacklist snd-usb-audioAnd reboot to see if it makes any change in your sound.If that does not help please read and execute: SoundCheck Script and show us the results.By the way, Bruno, the kernel is now the one free2006 came with. I think you had me change kernels on the free2006 copy I blew away.albrtijo Edited by albrtijo
Link to comment
Share on other sites

By the way, Bruno, the kernel is now the one free2006 came with. I think you had me change kernels on the free2006 copy I blew away.
Can you show us
$ uname -r

Next I want you to change the modprobe.conf to this one:

alias eth0 e100install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/trueinstall usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/truealias eth1 eth1394alias ieee1394-controller ohci1394 blacklist audioblacklist snd-usb-audio
And after the change I would like you to post
# cat /etc/modprobe.conf

. . . so I can doublecheck if all is correct.After you posted the "cat /etc/modprobe.conf" on the forum . . . . . I would like you to reboot and post the "cat /etc/modprobe.conf" again . . . . there should be a change between the two because hardwaredetect will have re-added the soundmodules and I want to see what it says.:hysterical: Bruno

Link to comment
Share on other sites

Can you show us
$ uname -r

Next I want you to change the modprobe.conf to this one:And after the change I would like you to post

# cat /etc/modprobe.conf

. . . so I can doublecheck if all is correct.After you posted the "cat /etc/modprobe.conf" on the forum . . . . . I would like you to reboot and post the "cat /etc/modprobe.conf" again . . . . there should be a change between the two because hardwaredetect will have re-added the soundmodules and I want to see what it says.:hysterical: Bruno

[root@localhost charlie]# cat /etc/modprobe.confalias eth0 e100install scsi_hostadapter /sbin/modprobe ata_piix;/sbin/modprobe ahci;/bin/trueinstall usb-interface /sbin/modprobe uhci-hcd;/sbin/modprobe ehci-hcd;/bin/truealias eth1 eth1394alias ieee1394-controller ohci1394blacklist audioblacklist snd-usb-audio[root@localhost charlie]#
Link to comment
Share on other sites

Yep that is cool . . . please also post us the output of
$ uname -r

and then rebootB) Bruno

[charlie@localhost ~]$ uname -r2.6.12-12mdksmp[charlie@localhost ~]$Also, the little speaker in the bottom panel has a red ball with a white X. When I put the cursor on it, I ger "kmix can not be found".
Link to comment
Share on other sites

First we will have to fix:

2.6.12-12mdksmp
Do you have more then one processor in that computer ? Because the "smp" your kernel shows is only suited for multiprocessor . . . :D Bruno
Link to comment
Share on other sites

First we will have to fix: Do you have more then one processor in that computer ? Because the "smp" your kernel shows is only suited for multiprocessor . . . :D Bruno
Single pentium 4 3 Ghzalbrtijo
Link to comment
Share on other sites

Why don't you go to Add Software and look for a kernel that does not have smp in the name? Perhaps a 2.6.14mdk build? I am just guessing there is one with that number there.

Link to comment
Share on other sites

Why don't you go to Add Software and look for a kernel that does not have smp in the name? Perhaps a 2.6.14mdk build? I am just guessing there is one with that number there.
JuliaI can't find Add Software.albrtijo
Link to comment
Share on other sites

Hi AlbrtijoJust go in the MCC and look for the regular 2.6.12-12mdk kernel . . . . it will be there . . .just install it and it will automatically adapt your bootloader ( Lilo ) . . . . chances are that kernel will like your soundcard better.;) Bruno

Link to comment
Share on other sites

Yep, me thinks the same. But the question arises why on earth did the installer choose to install that smp kernel????? I would love to know the answer, but only the installer knows.Good luck albrtijo and keep us posted. ;)

Link to comment
Share on other sites

Hi AlbrtijoJust go in the MCC and look for the regular 2.6.12-12mdk kernel . . . . it will be there . . .just install it and it will automatically adapt your bootloader ( Lilo ) . . . . chances are that kernel will like your soundcard better.B) Bruno
Bruno, Julia and striker:uname -r says I have 2.6.12mdk installed But the kmix icon in the sysbar still has the red ball with the white X. Then I find kmix is not installed. (How did that happen?) I went to MCC to install kmix and was dragged through a bunch of screens listing files needing install and more screens of files needing removal.When I went the what-the-**** route, I wound up with 100 files needing install and I quit before finding how many needing uninstall.What's my move, please? And how did I wind up with that 2.6.12-12mdksmp (for simple-minded maybe)?and, striker, the installer pleads innocent.I'll be ******.albrtijo Edited by albrtijo
Link to comment
Share on other sites

Sure you have the 2.6.12mdk . . . . but there are several colors of the 2.6.12mdk, in your case it is the 2.6.12-12mdksmp, and you want the one without the "smp" at the end.Now the Kmix . . . . . . this is very strange what you are describing . . . . what I would do is:

# urpmi kdemultimedia-kmix --nodeps# urpmi libkdemultimedia1-kmix --nodeps

This will not care about the dependencies nor remove any packages :DB) BrunoPS: Please show me again "cat /etc/modprobe.conf" . . . I would like to see if your soundcard is detected yet.

Link to comment
Share on other sites

Is it by chance a HT (Hyper Threading) P4, that might explain the smp kernel.
Yes, Barry, it's Pentium 4, Hyper Threading, but this is about the fourth install of this free2006 (I goof up a lot.) on thiis Sony desktop and the first time "smp" has shown up. As far as I know, for what that's worth.But now, on to Kmix.albrtijo
Link to comment
Share on other sites

Sure you have the 2.6.12mdk . . . . but there are several colors of the 2.6.12mdk, in your case it is the 2.6.12-12mdksmp, and you want the one without the "smp" at the end.Now the Kmix . . . . . . this is very strange what you are describing . . . . what I would do is:
# urpmi kdemultimedia-kmix --nodeps# urpmi libkdemultimedia1-kmix --nodeps

This will not care about the dependencies nor remove any packages :DB) BrunoPS: Please show me again "cat /etc/modprobe.conf" . . . I would like to see if your soundcard is detected yet.

# urpmi kdemultimedia-kmix --nodeps# urpmi libkdemultimedia1-kmix --nodeps[root@localhost charlie]# urpmi kdemultimedia-kmix --nodepsUnknown option: nOne of the following packages is needed: 1- libxorg_MesaGL1-6.5.0-39.mdk2006.0.mde.i586 : Files for Mesa (GL and GLX libs) (to install) 2- libnvidia-xorg1-8178-4.1.20060plf.i586 : NVIDIA OpenGL and X.org driver support libraries (to install) 3- libnvidia-opengl1-8174-0.1.20060plf.i586 : NVIDIA OpenGL libraries (to install) 4- libnvidia_legacy-xorg1-7174-16.mdk2006.0.mde.i586 : NVIDIA OpenGL and X.org driver support libraries for old cards (to install) 5- ati-xorg-8.23.7-0.1.20060plf.i586 : ATI module for X.org X server and OpenGL libraries (to install) 6- libMesaGL1-5.0.2-11mdk.i586 : Files for Mesa (GL and GLX libs) (to install)What is your choice? (1-6)[root@localhost charlie]# urpmi libkdemultimedia1-kmix --nodepsUnknown option: nOne of the following packages is needed: 1- libxorg_MesaGL1-6.5.0-39.mdk2006.0.mde.i586 : Files for Mesa (GL and GLX libs) (to install) 2- libnvidia-xorg1-8178-4.1.20060plf.i586 : NVIDIA OpenGL and X.org driver support libraries (to install) 3- libnvidia-opengl1-8174-0.1.20060plf.i586 : NVIDIA OpenGL libraries (to install) 4- libnvidia_legacy-xorg1-7174-16.mdk2006.0.mde.i586 : NVIDIA OpenGL and X.org driver support libraries for old cards (to install) 5- ati-xorg-8.23.7-0.1.20060plf.i586 : ATI module for X.org X server and OpenGL libraries (to install) 6- libMesaGL1-5.0.2-11mdk.i586 : Files for Mesa (GL and GLX libs) (to install)What is your choice? (1-6)[charlie@localhost ~]$ cat /etc/modprobe.confalias eth0 e100install scsi_hostadapter /sbin/modprobe ata_piix;/sbin/modprobe ahci;/bin/trueinstall usb-interface /sbin/modprobe uhci-hcd;/sbin/modprobe ehci-hcd;/bin/truealias eth1 eth1394alias ieee1394-controller ohci1394[charlie@localhost ~]$
Link to comment
Share on other sites

Sorry it was the other way around:

# urpmi --allow-nodeps kdemultimedia-kmix # urpmi --allow-nodeps libkdemultimedia1-kmix

If you get a question if it should continue without checking dependencies say Y . . .in this case you should not get the "One of the following packages is needed:" anymore.B) Bruno

Link to comment
Share on other sites

Sorry it was the other way around:
# urpmi --allow-nodeps kdemultimedia-kmix # urpmi --allow-nodeps libkdemultimedia1-kmix

If you get a question if it should continue without checking dependencies say Y . . .in this case you should not get the "One of the following packages is needed:" anymore.B) Bruno

Bruno, I hope I'm not driving you crazy. Besides, shouldn't you be in bed by now?[root@localhost charlie]# urpmi --allow-nodeps kdemultimedia-kmixOne of the following packages is needed: 1- libxorg_MesaGL1-6.5.0-39.mdk2006.0.mde.i586 : Files for Mesa (GL and GLX libs) (to install) 2- libnvidia-xorg1-8178-4.1.20060plf.i586 : NVIDIA OpenGL and X.org driver support libraries (to install) 3- libnvidia-opengl1-8174-0.1.20060plf.i586 : NVIDIA OpenGL libraries (to install) 4- libnvidia_legacy-xorg1-7174-16.mdk2006.0.mde.i586 : NVIDIA OpenGL and X.org driver support libraries for old cards (to install) 5- ati-xorg-8.23.7-0.1.20060plf.i586 : ATI module for X.org X server and OpenGL libraries (to install) 6- libMesaGL1-5.0.2-11mdk.i586 : Files for Mesa (GL and GLX libs) (to install)What is your choice? (1-6) y[root@localhost charlie]# urpmi --allow-nodeps libkdemultimedial-kmixno package named libkdemultimedial-kmix[root@localhost charlie]# urpmi --allow-nodeps libkdemultimedia1-kmixOne of the following packages is needed: 1- libxorg_MesaGL1-6.5.0-39.mdk2006.0.mde.i586 : Files for Mesa (GL and GLX libs) (to install) 2- libnvidia-xorg1-8178-4.1.20060plf.i586 : NVIDIA OpenGL and X.org driver support libraries (to install) 3- libnvidia-opengl1-8174-0.1.20060plf.i586 : NVIDIA OpenGL libraries (to install) 4- libnvidia_legacy-xorg1-7174-16.mdk2006.0.mde.i586 : NVIDIA OpenGL and X.org driver support libraries for old cards (to install) 5- ati-xorg-8.23.7-0.1.20060plf.i586 : ATI module for X.org X server and OpenGL libraries (to install) 6- libMesaGL1-5.0.2-11mdk.i586 : Files for Mesa (GL and GLX libs) (to install)What is your choice? (1-6) y[root@localhost charlie]#
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...