Author Topic: [SOLVED!!!!!]no sound , and no speakers found  (Read 1755 times)

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: no sound , and no speakers found
« Reply #15 on: January 01, 2012, 10:40:14 AM »

[root@localhost nikk]# cat /etc/modprobe.conf


Code: [Select]
install scsi_hostadapter /sbin/modprobe pata_atiixp; /sbin/modprobe sata_sil; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe ohci_hcd; /bin/true
options snd-hda-intel model=toshiba

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: no sound , and no speakers found
« Reply #16 on: January 01, 2012, 11:17:57 AM »

[root@localhost nikk]# cat /etc/modprobe.conf


install scsi_hostadapter /sbin/modprobe pata_atiixp; /sbin/modprobe sata_sil; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe ohci_hcd; /bin/true
options snd-hda-intel model=toshiba


I removed the code box so I could highlight the part above in blue. You seem to have an ATI chip set, as do I. My results for the above command are below.

[root@fatman ~]# cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe pata_atiixp; /sbin/modprobe ahci; /sbin/modprobe ata_piix; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ohci_hcd; /sbin/modprobe ehci_hcd; /bin/true
alias eth0 r8169
alias sound-slot-0 snd_hda_intel
alias pci:v000010ECd00008168sv00001458sd0000E000bc02sc00i00 r8169

Note the first line where the first module loaded is the same for both of us, but you are then loading the sata_sil, module where I am loading the ata_piix module. Is this something you changed when you were trying to edit the file?

For now, edit your /etc/modprobe.conf file to add the line from my output (above in purple) directly above the options line you already placed there, so it looks like this;

alias sound-slot-0 snd_hda_intel
options snd-hda-intel model=toshiba

Save the file, reboot, and again check your sound.

Post your results.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: no sound , and no speakers found
« Reply #17 on: January 01, 2012, 06:39:28 PM »
well, i did just that, checked my sound, and checked kmix, and nothin. any more ideas?

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: no sound , and no speakers found
« Reply #18 on: January 01, 2012, 06:41:38 PM »
Code: [Select]
install scsi_hostadapter /sbin/modprobe pata_atiixp; /sbin/modprobe sata_sil; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe ohci_hcd; /bin/true
alias sound-slot-0 snd_hda_intel
options snd-hda-intel model=toshiba

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10620
  • MLUs Forever!
Re: no sound , and no speakers found
« Reply #19 on: January 01, 2012, 06:45:27 PM »
Have you rebooted?
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: no sound , and no speakers found
« Reply #20 on: January 01, 2012, 06:54:13 PM »
well , technically i accidently shut it off trying to swing my mouse over to the reboot button. But i'm not sure that would make a difference.

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10620
  • MLUs Forever!
Re: no sound , and no speakers found
« Reply #21 on: January 01, 2012, 07:20:11 PM »
I would be inclined to try the alternatives I posted and reboot between each .......  other than that I know nought  :(
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: no sound , and no speakers found
« Reply #22 on: January 02, 2012, 02:18:14 PM »
bummer, nothing worked. does anyone else have any ideas? i'm open minded at the moment

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10620
  • MLUs Forever!
Re: no sound , and no speakers found
« Reply #23 on: January 02, 2012, 02:20:33 PM »
Maybe install Qasmixer and see if there is anything there that you could tweak. It has worked for others.
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline NIKK

  • Jr. Member
  • **
  • Posts: 44
Re: [SOLVED!!!!!]no sound , and no speakers found
« Reply #24 on: January 02, 2012, 04:46:56 PM »
AH, Thank you so much, i installed qasmixer and turned all of the volumes way up. Worked like a charm.

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10620
  • MLUs Forever!
Re: [SOLVED!!!!!]no sound , and no speakers found
« Reply #25 on: January 02, 2012, 06:21:18 PM »
AH, Thank you so much, i installed qasmixer and turned all of the volumes way up. Worked like a charm.

Good!

Glad you got it sorted  ;)
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT