From: Bernard L. <le...@bo...> - 2004-03-22 22:11:22
|
Hi all, last night I finally sorted out the iPod third-gen audio problems. With this fix all the supported hardware should work for all (non-mini) iPod models. I have also added devfs support for /dev/dsp. I'd like to get this version of the kernel up as a release on sourceforge in the next little while. The big question though is - are there any known problems that should be addressed in this release? cheers, bern. |
From: Gilles Boccon-G. <bo...@bo...> - 2004-03-22 22:19:23
|
Great news. Does this release fix the problem of the audio driver only supporting 44.1kHz samping rates ? Last time I looked at the driver, it hardcoded the chip's registers to only do 44.1kHz, but it seems that the hardware if capable of supporting other sampling rates. Also, the driver is always in stereo, but the chip might be able to do mono. Thanks. -- Gilles ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: <ipo...@li...> Sent: Monday, March 22, 2004 1:49 PM Subject: [Ipodlinux-devel] 2.4.24 kernel > > Hi all, > > last night I finally sorted out the iPod third-gen audio problems. With > this fix all the supported hardware should work for all (non-mini) iPod > models. I have also added devfs support for /dev/dsp. > > I'd like to get this version of the kernel up as a release on > sourceforge in the next little while. > > The big question though is - are there any known problems that should be > addressed in this release? > > cheers, > bern. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2004-03-22 22:35:14
|
It still only does 44.1... as you say the chip does other rates but my driver is pretty dodgey. The driver also only does output ;) Patches for either would be gratefully accepted! Post the release, I am hoping to make the move to 2.6 on the iPod asap and focus on adding new features / better drivers there. E.g. for the audio move to an ALSA driver. At the moment 2.6 doesn't even mount the rootfs though so it might be some way off... cheers, bern. On Mon, 2004-03-22 at 23:19, Gilles Boccon-Gibod wrote: > Great news. > Does this release fix the problem of the audio driver only supporting > 44.1kHz samping rates ? Last time I looked at the driver, it hardcoded the > chip's registers to only do 44.1kHz, but it seems that the hardware if > capable of supporting other sampling rates. Also, the driver is always in > stereo, but the chip might be able to do mono. > > Thanks. > > -- Gilles > > ----- Original Message ----- > From: "Bernard Leach" <le...@bo...> > To: <ipo...@li...> > Sent: Monday, March 22, 2004 1:49 PM > Subject: [Ipodlinux-devel] 2.4.24 kernel > > > > > > Hi all, > > > > last night I finally sorted out the iPod third-gen audio problems. With > > this fix all the supported hardware should work for all (non-mini) iPod > > models. I have also added devfs support for /dev/dsp. > > > > I'd like to get this version of the kernel up as a release on > > sourceforge in the next little while. > > > > The big question though is - are there any known problems that should be > > addressed in this release? > > > > cheers, > > bern. > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Mathieu <zi...@xw...> - 2004-03-23 16:58:51
|
HI ! Yeaht it's a great news :) ! A another problem, is the kernel bug when we boot with the firewire cable plugged in ! The Interrupt handler made panic :) ! Thank you for your great work bern ! best regards, Mathieu ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: <ipo...@li...> Sent: Monday, March 22, 2004 10:49 PM Subject: [Ipodlinux-devel] 2.4.24 kernel > > Hi all, > > last night I finally sorted out the iPod third-gen audio problems. With > this fix all the supported hardware should work for all (non-mini) iPod > models. I have also added devfs support for /dev/dsp. > > I'd like to get this version of the kernel up as a release on > sourceforge in the next little while. > > The big question though is - are there any known problems that should be > addressed in this release? > > cheers, > bern. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > |
From: PALFFY D. <dpa...@ra...> - 2004-03-23 17:03:55
|
On Tue, 23 Mar 2004, Mathieu wrote: > HI ! > Yeaht it's a great news :) ! > > A another problem, is the kernel bug when we boot with the firewire cable > plugged in ! The Interrupt handler made panic :) ! I compiled the tsb driver as a module, and it works fine. So as a temporary workaround you may try this, too. About the panic: firewire is initialized very early (actually before the display) if it's built in, so the interrupt handler may use something not yet initialized... -- Dani ...and Linux for all. |