Audio support for clamshell iBook - Xubuntu Hardy Heron


 
Thread Tools Search this Thread
Operating Systems Linux Audio support for clamshell iBook - Xubuntu Hardy Heron
# 1  
Old 12-11-2008
Audio support for clamshell iBook - Xubuntu Hardy Heron

I am not able to hear any audio on my G3 iBook. What should I do to get it working?

When I hit the volume keys with or without Fn, nothing happens, except I hear the HDD clicking. Same for the mute key. The sound pref panel displays the built-in device as an audio out, but I get no other options - nothing for controlling the volume, even.

I tried googling for an answer, but nothing came up.

The machine is an original clamshell iBook:
300 Mhz G3
576 MiB RAM
6GB HDD
Xubuntu Hardy Heron 8.04
Kernel version 2.6.24

Last edited by Astrochess; 12-11-2008 at 05:12 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Slackware

Problems with audio recording in Audacity 2.0.5. Slackware64 14.1; Intel HD Audio.

I'm trying to record audio using Audacity 2.0.5 installed from SlackBuilds. My system is 64-bit Slackware 14.1 and a sound card is Intel HD Audio. I didn't change my sound system to OSS. (Default sound system in Slackware 14.1 is ALSA, isn't it?) First, I set Internal Microphone slider in KMix... (2 Replies)
Discussion started by: qzxcvbnm
2 Replies

2. UNIX Benchmarks

iBook G3

Notes CPU/Speed: PPC750FX, 700 MHz Ram: 640 MB Motherboard: iBook (2001) Bus: 133 MHz Cache: 64 KB L1, 512 KB L2 Controller: Apple Disk: 20 MB Toshiba Load: 1 user Kernel: Mac OS X 10.3.2 Kernel ELF?: No pgms: gcc 3.3 (Apple) options: -O3... (0 Replies)
Discussion started by: ajcarr
0 Replies
Login or Register to Ask a Question
Audio::File::AudioProperties(3pm)			User Contributed Perl Documentation			 Audio::File::AudioProperties(3pm)

NAME
Audio::File::AudioProperties - abstract an audio files audio properties. DESCRIPTION
Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not use this class yourself exept you're writing an own file format dependant subclass. METHODS
new Constructor. Creates new Audio::File::AudioProperties object. You shoud not use this method yourself. It's called by the filetype-dependant subclasses of Audio::File::Type automatically. init Initializes the object. It's called by the constructor and empty by default. It's ought to be overwritten by subclasses. length Returns the length of the audio file in seconds. bitrate Returns the bitrate of the file. sample_rate Returns the sample rate of the audio file. channels Returns the number of channels the audio file has. all Get all audio properties. SEE ALSO
Audio::File, Audio::File::Type, Audio::File::Tag AUTHOR
Florian Ragwitz <flora@cpan.org> COPYRIGHT AND LICENSE
Copyright (C) 2004 Florian Ragwitz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. perl v5.10.0 2005-02-18 Audio::File::AudioProperties(3pm)