PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 24, 2012, 07:30:12 AM


Login with username, password and session length


Pages: 1 [2]   Go Down
  Print  
Author Topic: [SOLVED!!!!!]no sound , and no speakers found  (Read 826 times)
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #15 on: January 01, 2012, 12:40:14 PM »


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


Code:
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
Logged
Old-Polack
Administrator
Hero Member
*****
Online Online

Posts: 9689


----IOFLU----


« Reply #16 on: January 01, 2012, 01:17:57 PM »


[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.
Logged

Old-Polack

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



Lest we forget...
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #17 on: January 01, 2012, 08:39:28 PM »

well, i did just that, checked my sound, and checked kmix, and nothin. any more ideas?
Logged
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #18 on: January 01, 2012, 08:41:38 PM »

Code:
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
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4590


MLUs Forever!


« Reply #19 on: January 01, 2012, 08:45:27 PM »

Have you rebooted?
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 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 ‎DVB-T 2 USB DTT
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #20 on: January 01, 2012, 08: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.
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4590


MLUs Forever!


« Reply #21 on: January 01, 2012, 09:20:11 PM »

I would be inclined to try the alternatives I posted and reboot between each .......  other than that I know nought  Sad
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 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 ‎DVB-T 2 USB DTT
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #22 on: January 02, 2012, 04:18:14 PM »

bummer, nothing worked. does anyone else have any ideas? i'm open minded at the moment
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4590


MLUs Forever!


« Reply #23 on: January 02, 2012, 04:20:33 PM »

Maybe install Qasmixer and see if there is anything there that you could tweak. It has worked for others.
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 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 ‎DVB-T 2 USB DTT
NIKK
Jr. Member
**
Offline Offline

Posts: 30


« Reply #24 on: January 02, 2012, 06:46:56 PM »

AH, Thank you so much, i installed qasmixer and turned all of the volumes way up. Worked like a charm.
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4590


MLUs Forever!


« Reply #25 on: January 02, 2012, 08: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  Wink
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 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 ‎DVB-T 2 USB DTT
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM