* unresolved symbol udelay with ALSA on PPC @ 2002-05-13 9:25 ` Jörn Nettingsmeier 0 siblings, 0 replies; 8+ messages in thread From: Jörn Nettingsmeier @ 2002-05-13 9:25 UTC (permalink / raw) To: alsa-devel, linuxppc-dev@lists.linuxppc.org hi ! sorry for crossposting, this one is probably inappropriate for either the alsa or the ppc list. the problem is, i don't know which ;) this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a powerbook g3 (pismo) and installing the alsa drivers from alsa-driver-0.9.0rc1.tar.bz2: ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F /boot/System.map-2.4.19-pre8-ben0 depmod: *** Unresolved symbols in /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o depmod: udelay can anyone clue me in on this ? i grepped for udelay, but it seems it's a very popular string in the source tree, so i gave up :( it seems to be defined alright for other kernel modules. afaics, snd-powermac is the only one that has problems. thanks in advance, jörn -- Watch out where the huskies go and don't you eat the yellow snow ! - Frank Zappa _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net ^ permalink raw reply [flat|nested] 8+ messages in thread
* unresolved symbol udelay with ALSA on PPC @ 2002-05-13 9:25 ` Jörn Nettingsmeier 0 siblings, 0 replies; 8+ messages in thread From: Jörn Nettingsmeier @ 2002-05-13 9:25 UTC (permalink / raw) To: alsa-devel, linuxppc-dev@lists.linuxppc.org hi ! sorry for crossposting, this one is probably inappropriate for either the alsa or the ppc list. the problem is, i don't know which ;) this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a powerbook g3 (pismo) and installing the alsa drivers from alsa-driver-0.9.0rc1.tar.bz2: ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F /boot/System.map-2.4.19-pre8-ben0 depmod: *** Unresolved symbols in /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o depmod: udelay can anyone clue me in on this ? i grepped for udelay, but it seems it's a very popular string in the source tree, so i gave up :( it seems to be defined alright for other kernel modules. afaics, snd-powermac is the only one that has problems. thanks in advance, jörn -- Watch out where the huskies go and don't you eat the yellow snow ! - Frank Zappa ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unresolved symbol udelay with ALSA on PPC 2002-05-13 9:25 ` Jörn Nettingsmeier @ 2002-05-13 9:34 ` Jaroslav Kysela -1 siblings, 0 replies; 8+ messages in thread From: Jaroslav Kysela @ 2002-05-13 9:34 UTC (permalink / raw) To: Jörn Nettingsmeier Cc: alsa-devel@lists.sourceforge.net, linuxppc-dev@lists.linuxppc.org [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 1372 bytes --] On Mon, 13 May 2002, [iso-8859-1] Jörn Nettingsmeier wrote: > hi ! > > sorry for crossposting, this one is probably inappropriate for either > the alsa or the ppc list. the problem is, i don't know which ;) > > this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a > powerbook g3 (pismo) and installing the alsa drivers from > alsa-driver-0.9.0rc1.tar.bz2: > > ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F > /boot/System.map-2.4.19-pre8-ben0 > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o > depmod: udelay > > can anyone clue me in on this ? i grepped for udelay, but it seems it's > a very popular string in the source tree, so i gave up :( it seems to be > defined alright for other kernel modules. afaics, snd-powermac is the > only one that has problems. I think that we fixed this problem in CVS. Probably, inclusion of <linux/delay.h> header file was missing. Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project http://www.alsa-project.org SuSE Linux http://www.suse.com _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Alsa-devel] unresolved symbol udelay with ALSA on PPC @ 2002-05-13 9:34 ` Jaroslav Kysela 0 siblings, 0 replies; 8+ messages in thread From: Jaroslav Kysela @ 2002-05-13 9:34 UTC (permalink / raw) To: Jörn Nettingsmeier Cc: alsa-devel@lists.sourceforge.net, linuxppc-dev@lists.linuxppc.org [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 1186 bytes --] On Mon, 13 May 2002, [iso-8859-1] Jörn Nettingsmeier wrote: > hi ! > > sorry for crossposting, this one is probably inappropriate for either > the alsa or the ppc list. the problem is, i don't know which ;) > > this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a > powerbook g3 (pismo) and installing the alsa drivers from > alsa-driver-0.9.0rc1.tar.bz2: > > ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F > /boot/System.map-2.4.19-pre8-ben0 > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o > depmod: udelay > > can anyone clue me in on this ? i grepped for udelay, but it seems it's > a very popular string in the source tree, so i gave up :( it seems to be > defined alright for other kernel modules. afaics, snd-powermac is the > only one that has problems. I think that we fixed this problem in CVS. Probably, inclusion of <linux/delay.h> header file was missing. Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project http://www.alsa-project.org SuSE Linux http://www.suse.com ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unresolved symbol udelay with ALSA on PPC 2002-05-13 9:25 ` Jörn Nettingsmeier @ 2002-05-13 9:38 ` Takashi Iwai -1 siblings, 0 replies; 8+ messages in thread From: Takashi Iwai @ 2002-05-13 9:38 UTC (permalink / raw) To: Jörn Nettingsmeier; +Cc: alsa-devel, linuxppc-dev@lists.linuxppc.org Hi Jörn, At Mon, 13 May 2002 11:25:19 +0200, Jörn Nettingsmeier wrote: > > hi ! > > sorry for crossposting, this one is probably inappropriate for either > the alsa or the ppc list. the problem is, i don't know which ;) > > this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a > powerbook g3 (pismo) and installing the alsa drivers from > alsa-driver-0.9.0rc1.tar.bz2: > > ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F > /boot/System.map-2.4.19-pre8-ben0 > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o > depmod: udelay > > can anyone clue me in on this ? i grepped for udelay, but it seems it's > a very popular string in the source tree, so i gave up :( it seems to be > defined alright for other kernel modules. afaics, snd-powermac is the > only one that has problems. i hope it was fixed on cvs now. (as always, it's due to missing include..) could you try to update? anyway, i'll spend some time to debug powermac drivers in this week. there have been bug reports regarding awacs/screamer chips. the tumbler chip was fixed in the last week. now it supports bass/treble and DRC, and the volume changes more reasonably. Takashi _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Alsa-devel] unresolved symbol udelay with ALSA on PPC @ 2002-05-13 9:38 ` Takashi Iwai 0 siblings, 0 replies; 8+ messages in thread From: Takashi Iwai @ 2002-05-13 9:38 UTC (permalink / raw) To: Jörn Nettingsmeier; +Cc: alsa-devel, linuxppc-dev@lists.linuxppc.org Hi Jörn, At Mon, 13 May 2002 11:25:19 +0200, Jörn Nettingsmeier wrote: > > hi ! > > sorry for crossposting, this one is probably inappropriate for either > the alsa or the ppc list. the problem is, i don't know which ;) > > this is after successfully compiling 2.4.19-pre8-ben0 for PPC on a > powerbook g3 (pismo) and installing the alsa drivers from > alsa-driver-0.9.0rc1.tar.bz2: > > ephraim:/usr/src/alsa-driver-0.9.0rc1 # depmod -ae -F > /boot/System.map-2.4.19-pre8-ben0 > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre8-ben0/kernel/sound/ppc/snd-powermac.o > depmod: udelay > > can anyone clue me in on this ? i grepped for udelay, but it seems it's > a very popular string in the source tree, so i gave up :( it seems to be > defined alright for other kernel modules. afaics, snd-powermac is the > only one that has problems. i hope it was fixed on cvs now. (as always, it's due to missing include..) could you try to update? anyway, i'll spend some time to debug powermac drivers in this week. there have been bug reports regarding awacs/screamer chips. the tumbler chip was fixed in the last week. now it supports bass/treble and DRC, and the volume changes more reasonably. Takashi ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unresolved symbol udelay with ALSA on PPC 2002-05-13 9:38 ` [Alsa-devel] " Takashi Iwai (?) @ 2002-05-13 10:34 ` Jörn Nettingsmeier -1 siblings, 0 replies; 8+ messages in thread From: Jörn Nettingsmeier @ 2002-05-13 10:34 UTC (permalink / raw) To: alsa-devel takashi, jaroslav, thanks for your quick replies. cvs compiles and runs. problem is, i hear no sound. Takashi Iwai wrote: > > i hope it was fixed on cvs now. > (as always, it's due to missing include..) > could you try to update? > > anyway, i'll spend some time to debug powermac drivers in this week. > there have been bug reports regarding awacs/screamer chips. here's another (screamer/awacs): ephraim:/ # amixer Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined Playback channels: Front Left - Front Right Capture channels: Mono Limits: Playback 0 - 15 Mono: Capture [on] Front Left: Playback 11 [73%] [on] Front Right: Playback 11 [73%] [on] Simple mixer control 'Line',0 Capabilities: cswitch cswitch-joined Capture channels: Mono Mono: Capture [on] Simple mixer control 'CD',0 Capabilities: cswitch cswitch-joined Capture channels: Mono Mono: Capture [on] Simple mixer control 'Mic',0 Capabilities: cswitch cswitch-joined Capture channels: Mono Mono: Capture [on] Simple mixer control 'Mic Boost',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on] Simple mixer control 'PC Speaker',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 15 Front Left: Playback 15 [100%] [on] Front Right: Playback 15 [100%] [on] Simple mixer control 'Capture',0 Capabilities: cvolume Capture channels: Front Left - Front Right Limits: Capture 0 - 15 Front Left: Capture 15 [100%] Front Right: Capture 15 [100%] Simple mixer control 'Beep',0 Capabilities: pvolume pvolume-joined Playback channels: Mono Limits: Playback 0 - 100 Mono: Playback 55 [55%] i can aplay a wav, but i don't hear anything, no matter how i switch around... the switches look weird to me: master is a gain slider, mutable and recordable. ok. line, cd and mic are just capture switches, neither gain nor mute. and they are non-exclusive. by default, all 3 are set to capture. mic boost is just a mute switch, which is probably what it should be. pc speaker is a mutable gain slider like it used to be. capture can't be muted, but i think that's how the hardware is. beep looks ok. > the tumbler chip was fixed in the last week. > now it supports bass/treble and DRC, and the volume changes more > reasonably. > > Takashi -- Watch out where the huskies go and don't you eat the yellow snow ! - Frank Zappa _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unresolved symbol udelay with ALSA on PPC 2002-05-13 9:25 ` Jörn Nettingsmeier ` (2 preceding siblings ...) (?) @ 2002-05-13 9:58 ` Jörn Nettingsmeier -1 siblings, 0 replies; 8+ messages in thread From: Jörn Nettingsmeier @ 2002-05-13 9:58 UTC (permalink / raw) To: linuxppc-dev@lists.linuxppc.org Jörn Nettingsmeier wrote: > > hi ! > > sorry for crossposting, this one is probably inappropriate for either > the alsa or the ppc list. the problem is, i don't know which ;) > i just got word that the problem is in fact alsa. sorry for the noise. ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-05-13 10:34 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-05-13 9:25 unresolved symbol udelay with ALSA on PPC Jörn Nettingsmeier 2002-05-13 9:25 ` Jörn Nettingsmeier 2002-05-13 9:34 ` Jaroslav Kysela 2002-05-13 9:34 ` [Alsa-devel] " Jaroslav Kysela 2002-05-13 9:38 ` Takashi Iwai 2002-05-13 9:38 ` [Alsa-devel] " Takashi Iwai 2002-05-13 10:34 ` Jörn Nettingsmeier 2002-05-13 9:58 ` Jörn Nettingsmeier
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.