Look at Joe Malik Page (http://malik.homelinux.org/ibook/ibook-2.6.html)
The basic idea is to restart alse a second time. I know it's weird ! This can easily be done at startup with linking /etc/rc?.d/S20alsa on /etc/init.d/alsa2, which is the following script : #!/bin/sh case "$1" in start) /etc/init.d/alsa start /etc/init.d/alsa stop /etc/init.d/alsa start ;; *) /etc/init.d/alsa $1 ;; esac Hope it helps On Sun, 14 Mar 2004 17:29:11 +0100, Marc Menem gracefully wrote: > > Why don't you use benh's 2.6.3/4 kernel ? > > I'm using it and everything is fine. > >Thanks, it works fine. I can now use my ipod :) and still >suspend/resume my ibook. > >But I had to switch to alsa, and the volume control is not geting loud >enough. Even at >maximum volume, the sound stays low. Did anyone have this problem ? > >Marc > -- Cedric "[Of course] I'm French! Why do think I have this outrageous accent, you silly king-a?!" Monty Python and the Holy Grail