Announcement

Collapse
No announcement yet.

NO sound (SOLVED)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: NO sound

    Rats.

    Not knowing what packages are installed there, you might want to run this, just to make sure you've got them all:

    Code:
    sudo apt-get install linux-sound-base alsa-base alsa-utils alsa-oss

    EDIT: more recent "how to" on alsa-base:

    http://ubuntuforums.org/showthread.php?t=820959

    Comment


      #17
      Re: NO sound

      Try intiating one of these modules (esp,. the snd_ac97_codec):

      snd_intel8x0
      snd_ac97_codec
      snd_pcm_oss
      snd_mixer_oss
      snd_pcm
      snd_timer
      snd
      Wanna know more about Me and My computer then click here

      Comment


        #18
        Re: NO sound

        Originally posted by dibl
        Rats.

        Not knowing what packages are installed there, you might want to run this, just to make sure you've got them all:

        Code:
        sudo apt-get install linux-sound-base alsa-base alsa-utils alsa-oss

        EDIT: more recent "how to" on alsa-base:

        http://ubuntuforums.org/showthread.php?t=820959


        i had all these,with the exception of alsa-oss,which i just installed,what next










        PS:i don't know how to initiate modules

        Comment


          #19
          Re: NO sound

          maybe i spelt it wrong, but it means to start-up, to begin,

          so just do what "dibl" said with the modprobe thing, but change the module:

          Code:
          sudo modprobe snd-intel8x0
          
          to
          
          sudo modprobe snd_ac97_codec
          & so forth.

          edit: a module is a driver in the linux world. , and if u don't get a fatal and it goes back to the command line, that means it loaded.
          Wanna know more about Me and My computer then click here

          Comment


            #20
            Re: NO sound

            FATAL: Module snd_ac97_codec not found

            Comment


              #21
              Re: NO sound

              From a console type:
              Code:
              modinfo soundcore ac97_bus
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #22
                Re: NO sound

                filename: /lib/modules/2.6.24-20-386/kernel/sound/soundcore.ko
                alias: char-major-14-*
                license: GPL
                author: Alan Cox
                description: Core sound module
                srcversion: 548AA54AF08207316C104F8
                depends:
                vermagic: 2.6.24-20-386 mod_unload 486
                filename: /lib/modules/2.6.24-20-386/kernel/sound/ac97_bus.ko
                license: GPL
                srcversion: 10DB24586FCE8E7AEB0EA9B
                depends:
                vermagic: 2.6.24-20-386 mod_unload 486














                are u ppl trying out new commands on my machine or what

                Comment


                  #23
                  Re: NO sound

                  i'm wondering, do u have all updates installed? and did u reboot after installing those updates, ie: to boot up into the new kernel version, etc.. if there was a kernel update?
                  Wanna know more about Me and My computer then click here

                  Comment


                    #24
                    Re: NO sound

                    Originally posted by mhh91
                    are u ppl trying out new commands on my machine or what
                    No.
                    modinfo — program to show information about a Linux Kernel module
                    The results show that you do have the two kernel modules (soundcore.ko and ac97_bus.ko) on your system. I'm not sure (myself) if the output is confirmation that either are actually installed within the kernel or are being loaded during boot. Others with more experience than I in this area will (hopefully) post and let us know.
                    Windows no longer obstructs my view.
                    Using Kubuntu Linux since March 23, 2007.
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #25
                      Re: NO sound

                      Take a look at the file /etc/modules, you can just
                      Code:
                      cat /etc/modules
                      in Konsole. Do you see anything that looks like a sound module there?

                      Comment


                        #26
                        Re: NO sound

                        also try

                        Code:
                        lsmod
                        which lists the currently running modules. U can post the output of both what dibi said and lsmod here.
                        Wanna know more about Me and My computer then click here

                        Comment


                          #27
                          Re: NO sound

                          that's what lsmod said:

                          Module Size Used by
                          ipv6 255172 8
                          af_packet 21636 2
                          rfcomm 39188 2
                          l2cap 23300 13 rfcomm
                          bluetooth 56964 4 rfcomm,l2cap
                          speedstep_lib 5380 0
                          cpufreq_ondemand 8084 0
                          cpufreq_powersave 1792 0
                          cpufreq_stats 5124 0
                          freq_table 4484 2 cpufreq_ondemand,cpufreq_stats
                          cpufreq_conservative 7200 0
                          cpufreq_userspace 4120 0
                          container 4736 0
                          sbs 14216 0
                          video 18832 0
                          output 3712 1 video
                          dock 10124 0
                          sbshc 6784 1 sbs
                          battery 13316 0
                          iptable_filter 2944 0
                          ip_tables 13000 1 iptable_filter
                          x_tables 14852 1 ip_tables
                          aes_i586 32640 0
                          dm_crypt 14340 0
                          dm_mod 60484 1 dm_crypt
                          ac 6020 0
                          lp 11332 0
                          parport_pc 35108 1
                          parport 35912 2 lp,parport_pc
                          evdev 11776 3
                          psmouse 39056 0
                          serio_raw 7044 0
                          i2c_core 23696 0
                          rtc 13212 0
                          button 8336 0
                          pcspkr 3072 0
                          sis_agp 9220 1
                          agpgart 33328 1 sis_agp
                          shpchp 33428 0
                          pci_hotplug 29728 1 shpchp
                          ext3 132872 1
                          jbd 43028 1 ext3
                          mbcache 8192 1 ext3
                          sd_mod 29584 5
                          sg 36256 0
                          sr_mod 16804 0
                          cdrom 36512 1 sr_mod
                          sata_sis 8836 4
                          floppy 58116 0
                          ata_generic 7428 0
                          ehci_hcd 36748 0
                          ohci_hcd 24196 0
                          pata_sis 14340 1 sata_sis
                          pata_acpi 7424 0
                          sis900 22912 0
                          mii 5504 1 sis900
                          usbcore 143724 3 ehci_hcd,ohci_hcd
                          libata 159728 4 sata_sis,ata_generic,pata_sis,pata_acpi
                          scsi_mod 151180 4 sd_mod,sg,sr_mod,libata
                          thermal 15772 0
                          processor 28080 1 thermal
                          fan 4740 0
                          fbcon 41888 0
                          tileblit 2560 1 fbcon
                          font 8576 1 fbcon
                          bitblit 5888 1 fbcon
                          softcursor 2176 1 bitblit
                          fuse 48404 5

                          Comment


                            #28
                            Re: NO sound

                            In your listing of 'loaded modules' I don't see either soundcore or ac97_bus or for that matter, any sound modules.

                            I'd open a console and type:
                            Code:
                            sudo modprobe soundcore ac97_bus
                            This will install the two modules to the running kernel. Afterwards, perform a normal shutdown and reboot. Report back.
                            Windows no longer obstructs my view.
                            Using Kubuntu Linux since March 23, 2007.
                            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                            Comment


                              #29
                              Re: NO sound

                              it seems like i'm gonna call linus torvalds to solve this one

                              that's the outcome anyway:

                              FATAL: Error inserting soundcore (/lib/modules/2.6.24-20-386/kernel/sound/soundcore.ko): Unknown symbol in module, or unknown parameter (see dmesg)

                              Comment


                                #30
                                Re: NO sound

                                i tried the dmesg command too,but it gave me a result that doesn't even fit in one post here

                                Comment

                                Working...
                                X