Anyone have issues with the sound? I did a quick search and couldn't find anything in particular. I have a 1133 ibook G4 and I'm amazed at how well it still chugs around the net. Only issue is I can't get the sound to work. Sudo aplay -l comes back with no card, same with cat /proc/asound/cards. dmesg does show it loading snd_aoa_tas
lsmod | grep snd:
snd_aoa_i2sbus 19213 0
snd_aoa_soundbus 4666 1 snd_aoa_i2sbus
snd_pcm 98459 1 snd_aoa_i2sbus
snd_aoa_codec_tas 10709 0
snd_aoa 16196 1 snd_aoa_codec_tas
snd_seq_midi 6349 0
snd_seq_midi_event 6991 1 snd_seq_midi
snd_rawmidi 25199 1 snd_seq_midi
snd_seq 64013 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 5000 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 23755 2 snd_pcm,snd_seq
snd 71471 8 snd_aoa_i2sbus,snd_timer,snd_aoa,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device,snd_aoa_codec_tas
soundcore 7247 1 snd
lspci doesnt seem to show it either:
0000:00:0b.0 Host bridge: Apple Inc. UniNorth 2 AGP
0000:00:10.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV360/M12 [Mobility Radeon 9550] (rev 80)
0001:10:0b.0 Host bridge: Apple Inc. UniNorth 2 PCI
0001:10:12.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
0001:10:17.0 Unassigned class [ff00]: Apple Inc. KeyLargo/Intrepid Mac I/O
0001:10:18.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
0001:10:19.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
0001:10:1a.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
0001:10:1b.0 USB controller: NEC Corporation OHCI USB Controller (rev 43)
0001:10:1b.1 USB controller: NEC Corporation OHCI USB Controller (rev 43)
0001:10:1b.2 USB controller: NEC Corporation uPD72010x USB 2.0 Controller (rev 04)
0002:20:0b.0 Host bridge: Apple Inc. UniNorth 2 Internal PCI
0002:20:0d.0 Unassigned class [ff00]: Apple Inc. UniNorth/Intrepid ATA/100
0002:20:0e.0 FireWire (IEEE 1394): Apple Inc. UniNorth 2 FireWire (rev 81)
0002:20:0f.0 Ethernet controller: Apple Inc. UniNorth 2 GMAC (Sun GEM) (rev 80)
dmesg | grep snd (finally, some life! is it removing and adding it multiple times?):
[ 14.820439] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/i2c-bus@0/codec@6a
[ 102.245727] Modules linked in: jitterentropy_rng drbg ansi_cprng ctr ccm bnep btusb btrtl btbcm btintel bluetooth arc4 b43 joydev bcma mac80211 snd_aoa_codec_tas(-) snd_aoa rtc_generic cfg80211 input_leds mac_hid appletouch uio_pdrv_genirq uio pmu_battery snd_aoa_i2sbus snd_aoa_soundbus snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore windfarm_core apm_emu apm_emulation autofs4 hid_generic radeon usbhid hid i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect firewire_ohci sysimgblt sungem fb_sys_fops firewire_core sungem_phy crc_itu_t drm ssb uninorth_agp
[ 102.246138] LR [f11f820c] tas_i2c_remove+0x28/0x60 [snd_aoa_codec_tas]
[ 102.246159] [ea125e60] [f11f820c] tas_i2c_remove+0x28/0x60 [snd_aoa_codec_tas] (unreliable)
[ 103.162896] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/i2c-bus@0/codec@6a
Besides the sound, the computer works quite well.