Announcement

Collapse
No announcement yet.

NO sound (SOLVED)

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

    #31
    Re: NO sound

    Originally posted by mhh91
    i tried the dmesg command too,but it gave me a result that doesn't even fit in one post here
    Run:
    Code:
    dmesg tail 100
    This lists just the last 100 lines of the file.
    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


      #32
      Re: NO sound

      the command u gave me didn't work,so i copied the last bunch of the output,hope it helps

      [ 21.432541] scsi 2:0:0:0: Attached scsi generic sg1 type 0
      [ 21.444046] Driver 'sd' needs updating - please use bus_type methods
      [ 21.445246] sd 2:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
      [ 21.445269] sd 2:0:0:0: [sda] Write Protect is off
      [ 21.445273] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
      [ 21.445298] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
      [ 21.445383] sd 2:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
      [ 21.445398] sd 2:0:0:0: [sda] Write Protect is off
      [ 21.445401] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
      [ 21.445424] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
      [ 21.445429] sda: sda2 < sda5 sda6 sda7 sda8 >
      [ 21.490894] sd 2:0:0:0: [sda] Attached SCSI disk
      [ 21.908228] Attempting manual resume
      [ 21.908233] swsusp: Resume From Partition 8:7
      [ 21.908236] PM: Checking swsusp image.
      [ 21.908469] PM: Resume from disk failed.
      [ 21.945587] kjournald starting. Commit interval 5 seconds
      [ 21.945607] EXT3-fs: mounted filesystem with ordered data mode.
      [ 32.996432] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
      [ 33.017845] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
      [ 33.129495] Linux agpgart interface v0.102
      [ 33.137908] agpgart: Detected SiS chipset - id:1633
      [ 33.142524] agpgart: AGP aperture is 64M @ 0xe0000000
      [ 33.227151] input: PC Speaker as /devices/platform/pcspkr/input/input2
      [ 33.580058] input: Power Button (FF) as /devices/virtual/input/input3
      [ 33.589990] ACPI: Power Button (FF) [PWRF]
      [ 33.590151] input: Power Button (CM) as /devices/virtual/input/input4
      [ 33.594874] Real Time Clock Driver v1.12ac
      [ 33.606042] ACPI: Power Button (CM) [PWRB]
      [ 35.913639] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
      [ 35.945161] parport_pc 00:0a: reported by Plug and Play ACPI
      [ 35.945270] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
      [ 38.804504] lp0: using parport0 (interrupt-driven).
      [ 38.877369] Adding 746920k swap on /dev/sda7. Priority:-1 extents:1 across:746920k
      [ 39.460336] EXT3 FS on sda8, internal journal
      [ 39.641240] device-mapper: uevent: version 1.0.3
      [ 39.641283] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
      [ 41.786640] ip_tables: (C) 2000-2006 Netfilter Core Team
      [ 42.322271] No dock devices found.
      [ 45.259358] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
      [ 45.259366] apm: overridden by ACPI.
      [ 48.415517] Bluetooth: Core ver 2.11
      [ 48.417934] NET: Registered protocol family 31
      [ 48.417941] Bluetooth: HCI device and connection manager initialized
      [ 48.417945] Bluetooth: HCI socket layer initialized
      [ 48.432060] Bluetooth: L2CAP ver 2.9
      [ 48.432070] Bluetooth: L2CAP socket layer initialized
      [ 48.498087] Bluetooth: RFCOMM socket layer initialized
      [ 48.498110] Bluetooth: RFCOMM TTY layer initialized
      [ 48.498112] Bluetooth: RFCOMM ver 1.8
      [ 50.263551] eth0: Media Link On 100mbps full-duplex
      [ 51.650965] NET: Registered protocol family 17
      [ 53.291110] NET: Registered protocol family 10
      [ 53.291725] lo: Disabled Privacy Extensions
      [ 63.841119] eth0: no IPv6 routers present
      [ 1525.278045] soundcore: Unknown parameter `ac97_bus'
      [ 1549.989414] soundcore: Unknown parameter `ac97_bus'

      Comment


        #33
        Re: NO sound

        Sorry! Correct command is:
        Code:
        tail -n100 /var/log/dmesg
        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


          #34
          Re: NO sound

          Okay, the last two lines of the log file show the problem.

          In a console type:
          Code:
          sudo modprobe soundcore
          sudo modprobe ac97_bus
          (separate commands)
          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


            #35
            Re: NO sound

            nothing happens with both commands,i will be going to bed as it's got too late now where i live,we'll continue tomorrow

            Comment


              #36
              Re: NO sound

              "nothing happens" is good. You won't see anything if the modules load. Have you performed a normal shutdown and reboot yet?
              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


                #37
                Re: NO sound

                yes,i did,same error

                Comment


                  #38
                  Re: NO sound

                  Let's now see if the two modules are actually installed. Open a console and type:
                  Code:
                  lsmod | grep snd
                  lsmod | grep ac97
                  Best to copy each line above and paste into the console.
                  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


                    #39
                    Re: NO sound

                    nope,nothing happens with both commands


                    and i DO copy and paste them into Konsole

                    Comment


                      #40
                      Re: NO sound

                      if nothing shows then they aren't loaded..
                      Wanna know more about Me and My computer then click here

                      Comment


                        #41
                        Re: NO sound

                        Which is odd. I'm inclined to believe that a modules file isn't installed. If you open Adept Manager and search on linux-ubuntu-modules what results, specifically, are all of them marked as installed?
                        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


                          #42
                          Re: NO sound

                          well,only generic modules are installed,should i install them all?

                          Comment


                            #43
                            Re: NO sound

                            No, not directly. Search on linux-generic as see if it is installed - it should be. If it isn't, mark it for installation. This meta-package will install all the other modules based on the kernel versions you have installed on your system.
                            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


                              #44
                              Re: NO sound

                              it wasn't installed,now it is

                              what next?

                              Comment


                                #45
                                Re: NO sound

                                reboot and now see if ur sound works?
                                Wanna know more about Me and My computer then click here

                                Comment

                                Working...
                                X