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(3)						     Library Functions Manual							  AUDIO(3)

NAME
audio - digital audio input and output SYNOPSIS
bind -a #A /dev /dev/audio /dev/volume DESCRIPTION
The audio device serves a one-level directory, giving access to the stereo audio ports. Audio is the data file, which can be read or writ- ten to use the port. Audio data is a sequence of stereo samples, left sample first. Each sample is a 16 bit little-endian two's comple- ment integer; the default sampling rate is 44.1 kHz. Some implementations only support audio output and return a zero length when read. Volume is the control file associated with the audio port. Each input and output source has an associated stereo volume control, ranging from 0 (quiet) to 100 (loud). In addition, there are controls for the sampling rate of the D/A and A/D converters and for any tone con- trols. Reads return lines of the form source in left value right value out left value right value possibly abbreviated if the values are shared or non-existent. For example, if all of the values are shared, the form degenerates to `source value'. Valid sources depend on the particular audio device, though all devices have a audio stereo source, which controls the output volume from the D/A converter connected to audio. Writes accept the same format with same abbreviations. Writing the string reset sets all of the attributes to their default value, and if no attribute is supplied, audio is assumed. The Sound Blaster 16 (or MCD) is half-duplex and has the following controls. audio out Data written to audio. synth in out MIDI synthesizer. cd in out CD player. line in out Line-level input. mic in out Monaural microphone input. speaker in out Monaural internal speaker connection. treb out Stereo treble tone control. Values less than 50 decrease the treble, those greater increase it. bass out Stereo bass tone control. speed in out Sampling rate for the D/A and A/D converters, expressed in Hz. Defaults to 44100. Indigo audio is full-duplex and has the following controls. audio out Data written to audio. line in out Line-level input. mic in out Microphone input. aes in out Digital input. Nextstation audio is output only and has the following controls. audio Data written to audio. deemp A value of zero turns off the stereo de-emphasis filter, any other value turns it on. SOURCE
/sys/src/9/*/devaudio.c AUDIO(3)