LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-21-2006, 06:52 PM   #1
paz117
LQ Newbie
 
Registered: Mar 2006
Distribution: Ubuntu 6.06
Posts: 12

Rep: Reputation: 0
No Sound FC5, device detected (Power Mac sound)


I have never heard sound in the fedora petition on this computer, it seems to be detecting the sound card but then i don't hear anything when playing the test sound. I have't been using linux for very long so i don't really know what im talking about but at startup i get an error no /dev/pmu found, i was thinking these are related but im not sure. When i try to run "volume control" i get No volume control or GStreamer plugins and/or devices found.

system-config-soundcard identifies the right card, but i do not hear a sound. Command line issues amixer: Mixer attach default error: no such device.

anyone know what is going on, any help would be appreciated.

thanks
 
Old 05-23-2006, 04:21 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
pmu = power management unit ... found in PPC machines.

Check if /dev/pmu is present. Check that pmu is active as a service.

It dosn't sound like anything that should affect your soundcard though - unless the power management has switched it off?

run lspci and post the line about your soundcard here.
run lsmod | grep snd and say what you get (suspect nothing will be printed)

run alsamixer and post the output here if you get an error.

after you try a test sound, run dmesg | tail and see if there is anything about the sound in it. (Or just look through the whole syslog).
 
Old 05-23-2006, 04:48 PM   #3
paz117
LQ Newbie
 
Registered: Mar 2006
Distribution: Ubuntu 6.06
Posts: 12

Original Poster
Rep: Reputation: 0
I'm on an IMAC G5, and because my fedora install was so recent and i wasn't making progress in this install i decided to try another distro out. Im in SuSE now with the same exact problem. I get the same exact results from the same apps i try to start, like totem etc.

lspci
Code:
f0:0b.0 Host bridge: Apple Computer Inc. U3L AGP Bridge
f0:10.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX Go5200] (rev a1)
0001:00:01.0 PCI bridge: Apple Computer Inc. Shasta PCI Bridge
0001:00:02.0 PCI bridge: Apple Computer Inc. Shasta PCI Bridge
0001:00:03.0 PCI bridge: Apple Computer Inc. Shasta PCI Bridge
0001:01:01.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
0001:01:07.0 Class ff00: Apple Computer Inc. Shasta Mac I/O
0001:01:0b.0 USB Controller: NEC Corporation USB (rev 43)
0001:01:0b.1 USB Controller: NEC Corporation USB (rev 43)
0001:01:0b.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
0001:02:0c.0 IDE interface: Broadcom K2 SATA
0001:02:0d.0 Class ff00: Apple Computer Inc. Shasta IDE
0001:02:0e.0 FireWire (IEEE 1394): Apple Computer Inc. Shasta Firewire
0001:03:0f.0 Ethernet controller: Apple Computer Inc. Shasta (Sun GEM)
lsmod searching for snd
Code:
snd_pcm_oss            90024  0
snd_mixer_oss          45928  1 snd_pcm_oss
snd_seq               114216  0
snd_seq_device         29904  1 snd_seq
snd_powermac           99664  0
snd_pcm               164804  2 snd_pcm_oss,snd_powermac
snd_page_alloc         31448  1 snd_pcm
snd_timer              55120  2 snd_seq,snd_pcm
snd                   119144  7 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_powermac,snd_pcm,snd_timer
soundcore              31088  1 snd
alsa mixer
Code:
alsamixer: function snd_ctl_open failed for default: No such device
im not getting the pmu error anymore at startup so i think that was a fedora problem.

going into yast and alsasound and enable
/etc/init.d/resmgr start returned 0 (success):
Starting resource manager..done
/etc/init.d/alsasound start returned 1 (unspecified error):
Starting sound driver: powermac..done

this is what i get when i try and test sound in gstreamer
ALSA - Advanced Linux Sound Architecture: Could not open resource for writing.
"could not open resource for writing"

nothing in dmesg after test sound

thanks again
 
Old 05-23-2006, 06:09 PM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Well - lspci does not seem to list a sound card (point it out if I missed it) so it isn't declaring itself for some reason. I mean: I guess there is one and it works?

This will be a HW issue - something conflicting? Perhaps just reversing the order of a probe will work - but we need to know what the card is to know what to do. Consult the manual.

If you are prepared to try different distros - yellowdog linux claims to support your laptop. (yellowdog is explicitly made for the PPC.)
 
Old 05-23-2006, 06:10 PM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
hmmm... not in the HCL: you'll want to add an entry when you're done.
 
Old 05-23-2006, 09:49 PM   #6
paz117
LQ Newbie
 
Registered: Mar 2006
Distribution: Ubuntu 6.06
Posts: 12

Original Poster
Rep: Reputation: 0
hey again,
The card is a Burr Brown PCM3052, i find it hard to believe however that it just doesn't work. I couldn't find anyone else with the same exact problem and if thats how its working with this hardware youd think there would be someone else out there who has tried it with the same conditions.

im looking into YDL

thanks again for the help!!
 
Old 05-26-2006, 01:07 PM   #7
paz117
LQ Newbie
 
Registered: Mar 2006
Distribution: Ubuntu 6.06
Posts: 12

Original Poster
Rep: Reputation: 0
YDL seems outdated but either way didn't work, still with SuSE but no luck on the sound. I think the problem is something with just this computer useing Ubuntu Live CD on another PPC sound works fine.

pete
 
Old 05-28-2006, 01:07 AM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
...and sound won't work for ubuntu live on this one? Is the other PPC with the same HW constellation? (lspci again)
 
Old 08-07-2006, 04:10 AM   #9
sandoz
Member
 
Registered: Aug 2002
Distribution: Ubuntu 7.04
Posts: 36

Rep: Reputation: 15
Hi. I had the same problem with a G4. I could see the sound card in the Sound Card Detection app. but not when I ran lscpi. There was nothing when i ran lsmod | grep snd.

Anyway, as I was troubleshooting the sound just started working. Now I have the following output from lsmod:
snd_powermac 53836 0
snd_seq_dummy 4004 0
snd_seq_oss 42580 0
snd_seq_midi_event 8576 1 snd_seq_oss
snd_seq 67136 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 11148 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 65296 0
snd_mixer_oss 22560 1 snd_pcm_oss
snd_pcm 105380 2 snd_powermac,snd_pcm_oss
snd_timer 30404 2 snd_seq,snd_pcm
snd 72724 8 snd_powermac,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11652 1 snd
snd_page_alloc 12392 1 snd_pcm

Still nothing from lscpi... ?

dmesg has a long list of issues like:
IN from bad port 3d3 at c03b3c14
IN from bad port 3d3 at c03b3bec
IN from bad port 3d3 at c03b3c14
Not sure what those mean.

Sorry if this isn't helpful. Just thought I'd share.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound card detected but no system sound dBaser Slackware 2 03-16-2006 02:22 AM
creative lab sound card not detected, no sound at all snakeo2 Fedora 6 08-21-2005 09:12 PM
No Mixer Detected, Sound Card IS detected, No Sound? one.sick.tzim Linux - Software 3 03-11-2005 11:54 PM
Sound Blaster Live 24-bit detected, but device not found gangeskhan Linux - Hardware 14 12-07-2004 04:58 PM
Sound card not detected by Fedora Core 2 and no sound. jgr00 Fedora 4 08-19-2004 12:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration