Sound card RC2 solved

Post here if you are a new Porteus member and you're looking for some help.
newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Sound card RC2 solved

Post#1 by newbport » 10 Feb 2014, 20:41

I'm using porteus v2.1 and had no trouble with the sound card. I did have to select the default sound card and do a sound card xzm module, but I can't get 3.0rc1 or 3.0rc2 to work. I select my card, then I hit apply, it crashes and says there was a error. A couple of other things, it did work on 3.0rc2 with no config on the first boot, and on my old v2.1 the card I select is"ATI _ATI IXP" , on rc2 it is "IXP: ATIIXP" . I tried to seach for answers but couldn't find anything. Can anyone help me with this. I would like to use the new version.
Last edited by newbport on 13 Feb 2014, 03:57, edited 1 time in total.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Sound card RC2

Post#2 by brokenman » 11 Feb 2014, 00:14

It would help a lot if you could generate a full system report using: xpsinfo (from root terminal)

Upload it to pastebin and link to it here.
How do i become super user?
Wear your underpants on the outside and put on a cape.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#3 by newbport » 11 Feb 2014, 13:54


User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Sound card RC2

Post#4 by brokenman » 11 Feb 2014, 15:02

Do you have the file /etc/asound.conf?
How do i become super user?
Wear your underpants on the outside and put on a cape.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#5 by newbport » 11 Feb 2014, 20:03

No only /ect/asound.state

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Sound card RC2

Post#6 by brokenman » 12 Feb 2014, 02:04

Looks like you need to set card 1 as your default.

Here is what I run to get sound working:

Code: Select all

cat >> /etc/asound.conf << EOF
defaults.pcm.card 1
defaults.ctl.card 1
EOF
How do i become super user?
Wear your underpants on the outside and put on a cape.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#7 by newbport » 12 Feb 2014, 02:35

That gave me a volume control in the panel but still no sound. In settings centre it now lists the default card as IXP: ATIXP -ATI IXP . On my v2.1 the sound works and is listed as ATIXP-ATI IXP in the setting centre. Are these the same?

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Sound card RC2

Post#8 by brokenman » 12 Feb 2014, 12:49

Good, thats progress. Now open a terminal and enter: alsamixer

Check through the settings and make sure nothing you need is muted. How are you checking that your audio works/doesn't work? Please use a media player to check and not your browser.
How do i become super user?
Wear your underpants on the outside and put on a cape.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#9 by newbport » 12 Feb 2014, 13:09

I did that and nothing was muted and volume was up. Since then I have tried multiple reboots and a couple of times the sound has worked again, very random. The /ect/asound.conf is still there. I could just go back to my old version. I don't want to take too much of your time.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#10 by newbport » 12 Feb 2014, 13:24

I just looking around to see if i could find anything and noticed in system info," kernel modules loaded" that when the sound works there is a snd ac97 codec listed. When it does not work, it's not there.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#11 by newbport » 12 Feb 2014, 14:10

http://pastebin.ca/2638950 In the hope of learning something I was comparing the two system infos v3.0 and v2.1. Thought it might help since the sound card works in this one.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Sound card RC2

Post#12 by brokenman » 12 Feb 2014, 14:38

The two pastebin outputs look the same. Which lines do you see that are different?

If it sometimes works and sometimes doesn't then I would look at faulty drivers/kernel modules.
You can try blacklisting the atiixp kernel module (snd_atiixp)

Code: Select all

echo "blacklist snd_atiixp" > /etc/modprobe.d/blacklist-atiixp.conf
Put this file in your rootcopy and reboot.
How do i become super user?
Wear your underpants on the outside and put on a cape.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#13 by newbport » 12 Feb 2014, 15:08

I did that, no sound on the next reboot. I appreciate all the help. I am just going to use my old version. It works perfectly, I just like the using the latest greatest. I will continue to watch the forum for a possible solution and wait for the next version. It is fun trying to get things working but enough is enough. I will try to learn more about Linux in general in the meantime. Thanks again

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Sound card RC2

Post#14 by fanthom » 12 Feb 2014, 15:18

to me it looks like ATIXP-ATI IXP is the main sound card so i would try to blacklist the other one.
Please add [Solved] to your thread title if the solution was found.

newbport
White ninja
White ninja
Posts: 10
Joined: 10 Feb 2014, 14:55
Distribution: Porteus 64
Location: dakar22@mchsi.com

Re: Sound card RC2

Post#15 by newbport » 12 Feb 2014, 16:59

I looked at using "rootcopy" but I'm not sure if I'm doing right. Open rootcopy, put in your code by right clicking, blank file,copy it or write my in my other card, save it, name it? How do I know the correct name to enter for the other card "HDA-intel - HD-audio generic"?

Post Reply