<---- template headericclude ----->
Sound not working in Toshiba Satellite running F22
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 14 of 14
  1. #1
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation Sound not working in Toshiba Satellite running F22

    My laptop sound was working... intermitently with past releases. With F22, sound stopped working completely. I wanted to file a bug, but I have no experience debugging sound issues and I don't know which component to file it against. Sound DOES work with the headphones, it's the internal speakers that don't work. How could I rule out a harware issue? Help please!

    Thanks!

    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 0: CX20585 Analog [CX20585 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

  2. #2
    Join Date
    Dec 2011
    Location
    Urziceni, Romania
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    It can be muted in alsamixer. Write alsamixer command in a terminal and have a look.

  3. #3
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    I checked it, it's not muted

  4. #4
    Join Date
    Aug 2011
    Posts
    899
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Could you post the output of `amixer` to a pastebin online (e.g. https://fpaste.org )?

  5. #5
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22


  6. #6
    Join Date
    Aug 2011
    Location
    North Carolina
    Age
    56
    Posts
    2,713
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Quote Originally Posted by alex94puchades
    My laptop sound was working... intermitently with past releases.
    I have a Toshiba Satellite notebook - no problems with sound since F16 on. My notebook is Intel processor & Graphics. Not to be a bummer, but could this be hardware failure?
    On quest for blue smoke and red rings...
    Fedora 39 | Lenovo Edge 15 | i5 1.7Ghz | Intel HD Graphics 4400 | 6GB RAM | 1TB HDD
    Debian 12 | Toshiba Satellite C655 | i3 2.3Ghz | Intel HD Graphics 3000 | 8GB RAM | 65GB SSD

  7. #7
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Quote Originally Posted by BBQdave
    I have a Toshiba Satellite notebook - no problems with sound since F16 on. My notebook is Intel processor & Graphics. Not to be a bummer, but could this be hardware failure?
    Sure, it can be a hardware problem. Is there anything that can help me diagnose it without taking it to the technical service? Something like HDDs' SMART but for audio devices?

  8. #8
    PabloTwo's Avatar
    PabloTwo is offline "Fedora User" T-Shirt Winner
    Join Date
    Mar 2007
    Location
    Seville, FL
    Posts
    8,903
    Mentioned
    39 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    You could boot from any Linux Live media and see if the built-in speakers work there. Also, check all the setting in PulseAudio Volume Control (pavucontrol).

  9. #9
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Quote Originally Posted by PabloTwo
    You could boot from any Linux Live media and see if the built-in speakers work there. Also, check all the setting in PulseAudio Volume Control (pavucontrol).
    Sound doesn't work with Tails LiveCD either. I was avoiding using another Linux LiveCD just in case it was a driver issue, but it probably is a hardware issue.

  10. #10
    Join Date
    Jun 2014
    Location
    California
    Posts
    358
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    I just installed F22 on a Toshiba Satellite A70 yesterday. I noted that when playing a DVD using VLC that the sound disappears whenever the app has to wait for the CD to spin up. Skipping to the next chapter fixed the sound. As long as I don't pause playback it works OK.
    HP ZBook 17 G2 i7 32GB Toshiba 512GB SSD Fedora 29 (Tesseract)
    HP ZBook 17 G2 i7 16GB Corsair Force LX 256GB SSD Fedora 29 (Antares)

  11. #11
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Ok, this is rare. I have just tested a LiveCD with Ubuntu 15.04 (mainly to see systemd working) and sound works, kind of. Enough to rule out a hardware issue anyway. The typical drums sound at logon does work, but any other sound does not. As I return to my typical Fedora workspace I will definitely report it, could you provide some advice about what component should I report it against? (ie: kernel, pulseaudio,...)

    Also, I know this is not the best place to do it, but if in addition to the above, someone could guide me about what could be the difference between those two situations (1: sound working at logon, 2: sound not working everywhere else, ie: "Test sound" in settings) it would be really helpful.

    This is really confusing. Thanks.

  12. #12
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    This is what I added to my samsung laptop Fedora 22 Linux.

    within /etc/profile.d a new script amixer.sh

    Code:
    #!/bin/bash
    sleep 1              
    amixer -c0 set Headphone unmute 100%  >/dev/null 2>&1
    The reason it is placed there is due to the fact that amixer settings are set to mute when performing a switch user, or when changing from one sound card to another and back again.

    On the return, there is no sound. The contents of profile.d are executed for every terminal that is opened. Opening any terminal restarts the headphone jack.

    The .bash_profile is not executed when returning from a locked screen action or from a switch user action. Otherwise I would have done the implementation differently.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  13. #13
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    If the above does not work for you...

    place amixer.sh within /bin

    within /etc/profile.d
    create a shell script (yourname.sh for example)
    and within yourname.sh
    add

    /bin/amixer.sh >/dev/null 2>&1
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  14. #14
    Join Date
    Jun 2015
    Location
    Spain
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sound not working in Toshiba Satellite running F22

    Quote Originally Posted by lsatenstein
    This is what I added to my samsung laptop Fedora 22 Linux.

    within /etc/profile.d a new script amixer.sh

    Code:
    #!/bin/bash
    sleep 1              
    amixer -c0 set Headphone unmute 100%  >/dev/null 2>&1
    The reason it is placed there is due to the fact that amixer settings are set to mute when performing a switch user, or when changing from one sound card to another and back again.

    On the return, there is no sound. The contents of profile.d are executed for every terminal that is opened. Opening any terminal restarts the headphone jack.

    The .bash_profile is not executed when returning from a locked screen action or from a switch user action. Otherwise I would have done the implementation differently.
    When executing this command, sound works again, temporarily. When I try to do the sound test in settings, sound always stops working. I've already filed a bug report.

    Thanks for the help, I'll keep you updated.

Similar Threads

  1. Replies: 1
    Last Post: 24th June 2013, 04:24 PM
  2. Replies: 0
    Last Post: 16th July 2009, 03:21 AM
  3. running fedora on Toshiba Satellite P100
    By DCDraco in forum Hardware
    Replies: 0
    Last Post: 21st September 2006, 08:09 PM
  4. Replies: 2
    Last Post: 24th November 2005, 07:09 PM
  5. Replies: 0
    Last Post: 11th March 2005, 04:21 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]