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

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old November 16th, 2008   #51
soundcheck
Gee! These Aren't Roasted!
 
soundcheck's Avatar
 
Join Date: Jul 2007
Location: DUS
Beans: 178
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by kowic View Post
Problem solved by editing the early reffered line. Only sound is little rusty, but its maybe my old speakers (I hope

be back if sth wrong again (I hope not

thanks for help to SOUNDCHECK...cheers
I had a typo in the instruction above. I changed it.

Rusty sound? ) Hmmh. That doesn't sound right to me.
If you experience kind of scratchy noise, usually something is wrong with your samplerate config. E.g. if you run 48khz material on a 44.1 soundcard setting. You'd better check it out. Never heard of rusty PC-speakers.

Cheers
__________________
Alsa Upgrade Script 1.0.23
soundcheck is offline   Reply With Quote
Old November 16th, 2008   #52
soundcheck
Gee! These Aren't Roasted!
 
soundcheck's Avatar
 
Join Date: Jul 2007
Location: DUS
Beans: 178
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by copyrights View Post
cat /proc/asound/card0/codec#0
Codec: Realtek ALC889A
Address: 0
Vendor Id: 0x10ec0885
Subsystem Id: 0x106b3f00
Revision Id: 0x100103
No Modem Function Group found

That seems to be the same, but still don't work. Under alsamixer I got the following entries.

Playback:
Master, PCM, Front, Line, Line Boost, Line-Out, Mic, Mic Boost, IEC958 (no slider), IEC958 Default PCM (no slider), Channel Mode (6ch), Speaker (no slider)

Capture:
Line Boost, Mic Boost, IEC958 (no slider), Digital

I think the capture side can't be right.
Hi.

Perhaps you might want to try this:

https://help.ubuntu.com/community/MacBook?#Microphone

There are some bugs reported at launchpad. But it seems that it is rather a setup issues than a real bug.

Cheers
__________________
Alsa Upgrade Script 1.0.23
soundcheck is offline   Reply With Quote
Old November 16th, 2008   #53
jpichie
5 Cups of Ubuntu
 
Join Date: Nov 2008
Beans: 41
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by jpichie
Welcome back soundcheck, any idea how I could get sound from my center speaker? everything else sounds great. uxchecker log is on page 3.

Hi.

I am not really a multichannel guy. There is a lot of stuff on the web.

However:

Try the utility speaker-test from Alsa-Utils
which generates some pink noise on each of the available channels.

E.g. for two channels:

$ speaker-test -Dplughw:0,0 -c2
or
$ speaker-test -D front -c2

or e.g. 6 channels (Note: type $aplay -L to find out about your pcm devices)

$ speaker-test -D your-virtual51-device-as-shown-in-"aplay -L" -c6
in my case:
$ speaker-test -D surround51 -c6
My aplay -L
Code:
front:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    Front speakers
surround40:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    4.0 Surround output to Front and Rear speakers
surround41:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    IEC958 (S/PDIF) Digital Audio Output
null
    Discard all samples (playback) or generate zero samples (capture)
When I tried speaker-test -Dsurround51 -c6 I received:
Code:
jason@Ascension:~$ speaker-test -Dsurround51 -c6

speaker-test 1.0.18

Playback device is surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
Using 16 octaves of pink noise
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
This would loop until I Ctrl+C.

Any help is appreciated.
jpichie is offline   Reply With Quote
Old November 16th, 2008   #54
jesuspresley
Just Give Me the Beans!
 
jesuspresley's Avatar
 
Join Date: Nov 2008
Beans: 55
Ubuntu 8.10 Intrepid Ibex
Lightbulb Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by soundcheck View Post

Short AlsaUpgrade script install instructions:
1. download the script and save it somewhere
2. cd <your-download-dir>
3. tar xvf AlsaUpgrade-1.0.x-rev-1.10.tar
4. sudo ./AlsaUpgrade-1.0.x-rev-1.10.sh
Awesome. That script worked for me!
Just a hint: After I downloaded it regarding the instructions, I had to run the script three times seperately, once with each parameter:

Code:
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -d
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -c
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -i
[the option -f for full install resulted in an error]

Thanks so much.
jesuspresley is offline   Reply With Quote
Old November 17th, 2008   #55
soundcheck
Gee! These Aren't Roasted!
 
soundcheck's Avatar
 
Join Date: Jul 2007
Location: DUS
Beans: 178
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by jesuspresley View Post
Awesome. That script worked for me!
Just a hint: After I downloaded it regarding the instructions, I had to run the script three times seperately, once with each parameter:

Code:
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -d
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -c
 sudo ./AlsaUpgrade-1.0.x-rev-1.12.sh -i
[the option -f for full install resulted in an error]

Thanks so much.
Do you have the first log (-f) available?
__________________
Alsa Upgrade Script 1.0.23
soundcheck is offline   Reply With Quote
Old November 17th, 2008   #56
soundcheck
Gee! These Aren't Roasted!
 
soundcheck's Avatar
 
Join Date: Jul 2007
Location: DUS
Beans: 178
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by jpichie View Post
My aplay -L
Code:
front:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    Front speakers
surround40:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    4.0 Surround output to Front and Rear speakers
surround41:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=CMI8788,DEV=0
    C-Media CMI8788, Multichannel
    IEC958 (S/PDIF) Digital Audio Output
null
    Discard all samples (playback) or generate zero samples (capture)
When I tried speaker-test -Dsurround51 -c6 I received:
Code:
jason@Ascension:~$ speaker-test -Dsurround51 -c6

speaker-test 1.0.18

Playback device is surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
Using 16 octaves of pink noise
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
This would loop until I Ctrl+C.

Any help is appreciated.
Have a look here: http://www.cse.ohio-state.edu/~bondhugu/alsamch.shtml
__________________
Alsa Upgrade Script 1.0.23
soundcheck is offline   Reply With Quote
Old November 18th, 2008   #57
hannemann
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Re: Alsa 1.0.18 Installation Script

Helo there,

I've been searching for so long now and you made my day

I executed the Script on Intrepid with Asus P5Q Deluxe OnBoard. The Sound worked after the next reboot without any further configuration.

Thank you so much

hannemann is offline   Reply With Quote
Old November 18th, 2008   #58
rossiFan
First Cup of Ubuntu
 
Join Date: Jul 2005
Beans: 7
Re: Alsa 1.0.18 Installation Script

Running the script worked great for me. Sound broke on a Thinkpad R50e when I did a clean install of 8.10. Nice and loud, too. Brilliant.
rossiFan is offline   Reply With Quote
Old November 22nd, 2008   #59
no0ne
5 Cups of Ubuntu
 
Join Date: Sep 2008
Beans: 18
Kubuntu 9.10 Karmic Koala
Re: Alsa 1.0.18 Installation Script

Quote:
Originally Posted by costre View Post
Well, I can describe my way of getting it to work.

1.) Download and install the latest Alsa update, as described by soundcheck:
http://ubuntuforums.org/attachment.p...0&d=1226491630

2.) Sudo open /etc/modprobe.d/alsa-base and find the line "options snd-hda-intel model=". Make it look like

Code:
options snd-hda-intel model=acer-aspire
3.) Download hda-verb from ftp://ftp.suse.com/pub/people/tiwai/...rb-0.2.tar.bz2 . Unpack it, and use "make" in the folder to compile the files.

4.) Copy the created files into /usr/local/bin

5.) Sudo open /etc/rc.local and add the line

Code:
/usr/local/bin/hda-verb /dev/snd/hwC0D0 0x15 SET_EAPD_BTLENABLE 2
6.) Reboot, and it should work from now on.

That's how I did it, thanks to jansaell and soundcheck!
Well, you don't need the alsa 1.0.18 at all to do this so you may just skip step one. Also this set of instructions flooded all over the forum only works for Hardy.

Quote:
Originally Posted by wells24 View Post
Tkx for the script

I'm having problem to have my sound card to work with Intrepid Ibex 8.10
my laptop is an acer aspire 6920
running Intrepid Ibex 8.10
Kernel 2.6.27-7-generic
Chip ALC889

Everything was working grate on ubuntu 8.04
than upgrade to Ibex and sound card went down.



Tkx to reply
I second this. Running Intrepid Ibex 8.10 i386 kernel 2.6.27-7-generic on an Acer Aspire 6920G which has the same Realtek ALC889 chip.

Code:
cat /proc/asound/card0/codec#* | grep Codec
output:
Codec: Realtek ALC889
Codec: LSI ID 1040

Last edited by no0ne; November 22nd, 2008 at 10:37 AM..
no0ne is offline   Reply With Quote
Old November 22nd, 2008   #60
n3ro.
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Re: Alsa 1.0.18 Installation Script

hmm i cant install it on my samsung nc10

http://www.alsa-project.org/db/?f=c7...bae62ef102a4c3

i have tested all options...

Last edited by n3ro.; November 22nd, 2008 at 03:05 PM..
n3ro. 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 02:18 PM.


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