Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old April 20th, 2007   #1
bobtherocket
5 Cups of Ubuntu
 
Join Date: Apr 2007
Beans: 31
Toshiba Sound Fix!

Ok, lots of threads about the Toshiba sound not working well with Feisty...I found a fix...May be a bit sloppy, but I'm a newb.

EDIT: This works with the ALC861 and Intel HDA sound drivers, just to specify...I know it's not just for Toshiba.

Open terminal.

Code:
cd /etc/init.d
Create a new text file:

Code:
sudo gedit soundstartfix
Text to stick in:

Code:
#!/bin/bash
kill $(lsof -t /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*)
sudo modprobe -r snd-hda-intel && sudo modprobe snd-hda-intel model=auto
Save, then close the text editor.

Now you need to make it start with other schtuff, soo...
Code:
sudo update-rc.d soundstartfix defaults

(Wait for it to finish, then:)

sudo chmod +x soundstartfix
Reboot, and it should be working perfectly!
bobtherocket is offline   Reply With Quote
Old April 20th, 2007   #2
jiminycricket
Way Too Much Ubuntu
 
Join Date: Apr 2007
Beans: 285
Gutsy Gibbon Testing
Re: Toshiba Sound Fix!

Hi,
perhaps this can be in the Howto forum too, for archiving.

Thanks for posting this.
jiminycricket is offline   Reply With Quote
Old April 21st, 2007   #3
dangerpl
A Carafe of Ubuntu
 
Join Date: Apr 2007
Location: Chicago,IL/Fort Wayne, IN
Beans: 84
Gutsy Gibbon Testing
Send a message via AIM to dangerpl
Re: Toshiba Sound Fix!

Perfect That resolves my problem with sound Make sure to spread this! There's quite a few people dealing with this problem!
__________________
Toshiba Satellite A105-S4074
dangerpl is offline   Reply With Quote
Old April 21st, 2007   #4
greenie9
5 Cups of Ubuntu
 
Join Date: Sep 2006
Location: Australia
Beans: 37
Ubuntu 9.04 Jaunty Jackalope
Re: Toshiba Sound Fix!

its cause me worse problems than i previously had...

before sound was always on, and at its loudest, no matter what (mute-ing sound, turning it down did nothing), i applied this and now i get the error message

Quote:
No volume control GStreamer plugins and/or devices found
can you please tell me either how to undo do this, or how to fix current problem...

btw i have an asus f3j laptop with a audio Intel 82801G (ICH7 Family) (rev 02) sound card if that matters at all...
greenie9 is offline   Reply With Quote
Old April 21st, 2007   #5
bobtherocket
5 Cups of Ubuntu
 
Join Date: Apr 2007
Beans: 31
Re: Toshiba Sound Fix!

This fix is specifically for the Intel HDA drivers...
bobtherocket is offline   Reply With Quote
Old April 21st, 2007   #6
greenie9
5 Cups of Ubuntu
 
Join Date: Sep 2006
Location: Australia
Beans: 37
Ubuntu 9.04 Jaunty Jackalope
Re: Toshiba Sound Fix!

Quote:
Originally Posted by bobtherocket View Post
This fix is specifically for the Intel HDA drivers...
it is a HDA driver

Quote:
Originally Posted by result of lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce Go 7600] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
06:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
06:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
06:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
06:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
ive deleted the contents of the soundstart fix file, so my sound is back to being full volume... and whilst i can move the volume bar up and down, this has no affect on sound levels...

its rather annoying, so any/all help on this would be appreciated
greenie9 is offline   Reply With Quote
Old April 21st, 2007   #7
LuCiAn0
First Cup of Ubuntu
 
LuCiAn0's Avatar
 
Join Date: Jun 2006
Beans: 7
Ubuntu 8.04 Hardy Heron
Re: Toshiba Sound Fix!

Not worked here, everything works great but NO SOUND
LuCiAn0 is offline   Reply With Quote
Old April 21st, 2007   #8
psyke83
Chocolate-Covered Ubuntu Beans
 
Join Date: Nov 2005
Location: Ireland
Beans: 2,334
Ubuntu Development Release
Re: Toshiba Sound Fix!

Hi,

A less hacky way to do the same is to edit /etc/modprobe.d/alsa-base and add to the end of the file:

Code:
options snd-hda-intel model=auto
Changes will take effect after a reboot.
psyke83 is offline   Reply With Quote
Old April 21st, 2007   #9
granite230
A Carafe of Ubuntu
 
granite230's Avatar
 
Join Date: Jan 2005
Location: Netherlands
Beans: 108
Re: Toshiba Sound Fix!

Quote:
Originally Posted by psyke83 View Post
Hi,

A less hacky way to do the same is to edit /etc/modprobe.d/alsa-base and add to the end of the file:

Code:
options snd-hda-intel model=auto
Changes will take effect after a reboot.
What a relief! It works! Thanks for your solution!
granite230 is offline   Reply With Quote
Old April 21st, 2007   #10
greenie9
5 Cups of Ubuntu
 
Join Date: Sep 2006
Location: Australia
Beans: 37
Ubuntu 9.04 Jaunty Jackalope
Re: Toshiba Sound Fix!

didnt work for me
greenie9 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:19 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry