LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Audio not working (https://www.linuxquestions.org/questions/fedora-35/audio-not-working-597504/)

sir-lancealot 11-06-2007 08:20 AM

Audio not working
 
Morning all, having an issue with what seems to be 'dbus' which I am not familiar with.
System-Preferences-Harware-Sound shows the soundplayback as AutoDetect with the drop down options of;
ALSA
OSA
All 3 when selected and Test is hit produce;
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosinkL Internal GStreamer error: state change failed.

If I start an audio app such as banshee, I get a popup message stating;
DBus is not available
Your environment is not setup properly to use DBus.

A running check shows the following running;

ps -fax |grep dbus
/bin/bash -c "/usr/bin/dbus-launch --exit-with-session gnome-session"
24493 pts/2 S+ 0:00 | \_ grep dbus
2491 ? S 0:00 /usr/bin/dbus-launch --exit-with-session gnome-session
2492 ? Ss 0:02 /bin/dbus-daemon --fork --print-pid 4 --print-address 8 --session
23475 ? Ss 0:00 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
23481 ? Ss 0:00 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
23499 ? Ss 0:00 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
24425 ? Ss 0:00 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
24430 ? Ss 0:00 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session

So it looks like dbus is running (whatever that really tells me I don't know) but any help is appreciated.

red80go 11-07-2007 03:38 PM

What type of hardware are you using?

sir-lancealot 11-08-2007 08:27 AM

It's a Dell XPS/Dimension 210/9200C.
Looks like it uses the STAC 92XX C-Major HD Audio device.
and lspci shows;
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)

red80go 11-12-2007 02:02 PM

I had the same problem with that Intel Corporation 82801H (ICH8 Family) HD Audio Controller.

you will need to update to alsa 1.0.15.

adventide 12-15-2007 07:04 PM

upgrade didnt work, so i downgrade
 
this fixed the issue on fedora 8 for me. adjust dependencies as neccsary, but the fedora 7 rpms work great for me. replace hxxp with http.

Code:

sudo rpm -ivh --force \
hxxp://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/alsa-lib-1.0.14-3.fc7.i386.rpm \
hxxp://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/alsa-plugins-jack-1.0.14-2.fc7.i386.rpm \
hxxp://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/alsa-plugins-oss-1.0.14-2.fc7.i386.rpm \
hxxp://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/alsa-utils-1.0.14-2.fc7.i386.rpm



All times are GMT -5. The time now is 12:12 AM.