Re: iBook2 600 Sound

2002-10-04 Thread Charles R. Twardy
Hi Michel et al:

1) I made the changes Michel suggested (removing CUDA and silly things
like floppy support), and now only have one depmod error that isn't
bothering me. For the record, 'depmod -ae' says:
  depmod: *** Unresolved symbols in
/lib/modules/2.4.20-pre7-ben0/kernel/drivers/ieee1394/ieee1394.o
  depmod:  hotplug_path

2) The sound problem was not related.
   For some reason dmasound_pmac is not autoloading. modprobe
dmasound_pmac gives me sound.  
   
3) FWIW, Toby compiled his new dmasound module on my machine and found
the bug that
   was causing speaker plug/unplug problems. 



Thanks for all the help!

-- 
  Charles R. Twardy   ctwardy at alumni dot indiana dot edu

  Monash University,  +61(3) 9905 5823 (w)
  School of CSSE  +61(3) 9905 5146 (f)



Re: iBook2 600 Sound

2002-10-03 Thread Michel Dänzer
On Fre, 2002-10-04 at 01:47, Charles R. Twardy wrote:
 
 I just recompiled 2.4.20-pre7-ben0 using Jesus Climent's .config (from
 his web page).
 
 My CD drive is working again (Yay!) but sound is not. No /dev/dsp
 device.
 
 depmod -a reports:
 
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.20-pre7-ben0/kernel/drivers/ieee1394/ieee1394.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.20-pre7-ben0/kernel/drivers/sound/dmasound/dmasound_
 pmac.o

Add -e and it shows the unresolved symbols.


 I checked the sound section of Jesus' .config and the
 config-ibook-2.4-benh.  The sample benh config also has CONFIG_I2C and
 CONFIG_I2C_KEYWEST enabled.  Before I just go recompiling and rebooting,
 can anyone tell me if I need these even though Jesus doesn't? 
 (my iBook2 is about 6 months younger: it's the 600 MHz one with the ATI
 Rage 128 graphics card).

Yes, the current sound chips require I2C, and Jesus maybe has an older
one that didn't.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Re: iBook2 600 Sound

2002-10-03 Thread Charles R. Twardy
On Fri, 04 Oct 2002 02:42:11 +0200
Michel Dänzer [EMAIL PROTECTED] wrote:

  Hmm. It's not the I2C stuff. Jesus' config *did* have I2C, just not
  in

   Add -e and it shows the unresolved symbols.
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.20-pre7-ben0/kernel/drivers/ieee1394/ieee1394.o
  depmod: hotplug_path
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.20-pre7-ben0/kernel/drivers/sound/dmasound/dmasoun
  d_pm ac.o
  depmod: cuda_request
  depmod: cuda_poll
 
 Looks like a bug to me. Those calls are guarded by CONFIG_ADB_CUDA in
 my copy of the tree, I don't suppose you have that set?

I do. The Macintosh section is:
# 
CONFIG_ADB_CUDA=y
CONFIG_ADB_PMU=y
CONFIG_PMAC_PBOOK=y
CONFIG_PM=y
CONFIG_PMAC_APM_EMU=y
CONFIG_PMAC_BACKLIGHT=y
CONFIG_MAC_FLOPPY=y
CONFIG_MAC_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
CONFIG_ADB=y
CONFIG_ADB_MACIO=y
CONFIG_INPUT_ADBHID=y  
CONFIG_MAC_ADBKEYCODES=y  
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_MAC_HID=y
# CONFIG_ANSLCD is not set



-- 
  Charles R. Twardy   ctwardy at alumni dot indiana dot edu

  Monash University,  +61(3) 9905 5823 (w)
  School of CSSE  +61(3) 9905 5146 (f)



Re: iBook2 600 Sound

2002-10-03 Thread Michel Dänzer
On Fre, 2002-10-04 at 02:56, Charles R. Twardy wrote:
 On Fri, 04 Oct 2002 02:42:11 +0200
 Michel Dänzer [EMAIL PROTECTED] wrote:
 
   Hmm. It's not the I2C stuff. Jesus' config *did* have I2C, just not
   in
 
Add -e and it shows the unresolved symbols.
   depmod: *** Unresolved symbols in
   /lib/modules/2.4.20-pre7-ben0/kernel/drivers/ieee1394/ieee1394.o
   depmod:   hotplug_path
   depmod: *** Unresolved symbols in
   /lib/modules/2.4.20-pre7-ben0/kernel/drivers/sound/dmasound/dmasoun
   d_pm ac.o
   depmod:   cuda_request
   depmod:   cuda_poll
  
  Looks like a bug to me. Those calls are guarded by CONFIG_ADB_CUDA in
  my copy of the tree, I don't suppose you have that set?
 
 I do. The Macintosh section is:
 # 
 CONFIG_ADB_CUDA=y

It's probably still a bug, but try disabling this then. AFAIK CUDA was
only used in old machines.

 CONFIG_ADB_PMU=y
 CONFIG_PMAC_PBOOK=y
 CONFIG_PM=y
 CONFIG_PMAC_APM_EMU=y
 CONFIG_PMAC_BACKLIGHT=y
 CONFIG_MAC_FLOPPY=y

You have a floppy? ;)

 CONFIG_MAC_SERIAL=y

This is only useful if you have a hardware modem, which is possible
though I think.

 # CONFIG_SERIAL_CONSOLE is not set
 CONFIG_ADB=y
 CONFIG_ADB_MACIO=y

FWIW, I don't have this one either.

 CONFIG_INPUT_ADBHID=y  
 CONFIG_MAC_ADBKEYCODES=y  

This one may break the keymap.

 CONFIG_MAC_EMUMOUSEBTN=y
 CONFIG_MAC_HID=y
 # CONFIG_ANSLCD is not set

The rest looks good. :)


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Re: iBook2 500 Sound problems

2002-09-29 Thread Claas Langbehn
On Sat, 2002-09-28 at 15:31, SteveC wrote:
 me too. i found that the module works [dmasound_pmac or whatever] but
 compiling it gives sod-all
 
 this only happened on recent rsyncs...

Now I tried the current bitkeeper Linux_2_4 rsync tree with the same
kernel .config and the sound works again.
Therefore it really seems to be an issue with the benh kernel only.

But still, I could not compile agpgart. I that broken, too.
I couldn't compile that with a plain 2.4.19 neither.


.
claas



Re: iBook2 500 Sound problems

2002-09-28 Thread SteveC
* Claas Langbehn ([EMAIL PROTECTED]) wrote:
 Hello,
 
 
 i am using the Benh-rsync kernel from today. 
 But I am somehow not able to get sound out
 of my machine.


me too. i found that the module works [dmasound_pmac or whatever] but
compiling it gives sod-all

this only happened on recent rsyncs...


have fun,

SteveC [EMAIL PROTECTED] http://www.fractalus.com/steve/



Re: iBook2 and Sound

2001-06-29 Thread John Hughes
On Thursday 28 June 2001 08:02, you wrote:
  Thought I might update here. Since a reboot, XFree 4.1.0 seems to have
  done the trick with dvd playback. omi_gtk is now crystal clear and no
  longer tinted a funny blue. It works great!too bad theres no sound.
  Arghh.

 Can you please tell me how you got it to work in the first place? I've
 built it from CVS and nothing happens when I click the play button...

I guess I should preface this a bit. My current, get work done install is a 
YDL 2.0 with the latest updates and a 2.4.4-b3 kernel from Slice on irc(not 
quite sure who Slice is really, but he seems to be a YDL developer. I have 
been thankfull for his help). Booting I have appended the following:
append=hdb=scsi
so that linux see's my cdr/dvd drive as scsi. Re-linked /dev/cdrom from 
/dev/hdb to /dev/scd0 and also linked /dev/dvd to /dev/scd0. I compiled the 
XFree 4.1 soources(went without a hitch).

 That said, I got the latest sources for oms, omi, libcss. Compiled 
libcss(run ldconfig), compiled oms(run ldconfig), then omi.

omi_gtk only seems to run as root.not entirely true, but as a user it 
only runs for about 2 seconds then seg's. If you want some configs or 
anything just let me know.

John Hughes
NYC



Re: iBook2 and Sound

2001-06-29 Thread Michel Dänzer
John Hughes wrote:
 
 On Thursday 28 June 2001 08:02, you wrote:
   Thought I might update here. Since a reboot, XFree 4.1.0 seems to have
   done the trick with dvd playback. omi_gtk is now crystal clear and no
   longer tinted a funny blue. It works great!too bad theres no sound.
   Arghh.
 
  Can you please tell me how you got it to work in the first place? I've
  built it from CVS and nothing happens when I click the play button...
 
 I guess I should preface this a bit. My current, get work done install is
 a YDL 2.0 with the latest updates and a 2.4.4-b3 kernel from Slice on
 irc(not quite sure who Slice is really, but he seems to be a YDL developer.
 I have been thankfull for his help). Booting I have appended the following:
 append=hdb=scsi
 so that linux see's my cdr/dvd drive as scsi. Re-linked /dev/cdrom from
 /dev/hdb to /dev/scd0 and also linked /dev/dvd to /dev/scd0. I compiled the
 XFree 4.1 soources(went without a hitch).

I'll try using SCSI emulation as well, but I doubt that's the problem.

  That said, I got the latest sources for oms, omi, libcss.

Define 'latest sources'. I'm using CVS HEAD.

 Compiled libcss(run ldconfig), compiled oms(run ldconfig), then omi.

I think the problem is with libcss, as no -dev package is generated for it.
But then, I don't see any options about it in the configure script of either
oms or omi, how is it supposed to enter the game?


-- 
Earthling Michel Dänzer (MrCooper)\   Debian GNU/Linux (powerpc) developer
CS student, Free Software enthusiast   \XFree86 and DRI project member



Re: iBook2 and Sound

2001-06-28 Thread John Hughes
On Monday 25 June 2001 06:17, John Hughes wrote:
 I am using oms/omi from livid. Its free. Its also not perfect as there is
 some blue tinting and kinda a funny verticle lining on screen. That being
 said, I didn't expect it to run at all, so I figure I am quite ahead of the
 game.


Thought I might update here. Since a reboot, XFree 4.1.0 seems to have done 
the trick with dvd playback. omi_gtk is now crystal clear and no longer 
tinted a funny blue. It works great!    too bad theres no sound. Arghh. 

Ok, does anyone know who I have to speak with specifically to help with this? 
I am not a c progrmmer,  but 6 years as a Sun and Linux systems administrator 
has got to be usefull for something. I can attempt stuff, compile, try to 
debug, etc.etc.etc.  So if someone out there is working on this, can you drop 
me an email? thanks


John Hughes



Re: iBook2 and Sound

2001-06-28 Thread Michel Dänzer
John Hughes wrote:
 
 On Monday 25 June 2001 06:17, John Hughes wrote:
  I am using oms/omi from livid. Its free. Its also not perfect as there is
  some blue tinting and kinda a funny verticle lining on screen. That
  being said, I didn't expect it to run at all, so I figure I am quite ahead
  of the game.
 
 Thought I might update here. Since a reboot, XFree 4.1.0 seems to have done
 the trick with dvd playback. omi_gtk is now crystal clear and no longer
 tinted a funny blue. It works great!too bad theres no sound. Arghh.

Can you please tell me how you got it to work in the first place? I've built
it from CVS and nothing happens when I click the play button...


-- 
Earthling Michel Dänzer (MrCooper)\   Debian GNU/Linux (powerpc) developer
CS student, Free Software enthusiast   \XFree86 and DRI project member



Re: iBook2 and Sound

2001-06-27 Thread Michel Dänzer
Michel Lanners wrote:
 
 On  25 Jun, this message from John Hughes echoed through cyberspace:
  xine compiled(and runs). but the libcss pluggin kept telling me xine
  didn't support ppc(obviously some miscomunication there =)). Unfortunately
  without the libCSS plugin xine hangs my ibook hard. Maybe with it too, but
  since I can't compile it
 
 You might want to try the xine .debs here:
 
 http://people.debian.org/~daenzer/xine/
 
 They work reasonably well for me on a TiBook.

Unfortunately, they hardly work anymore for me with XFree86 4.1.0 . No idea
why that could be. I've built vlc from CVS and it's about the same as xine
used to be.


PS: I couldn't get OMS from CVS to work. Nothing happens when I click the play
button. Any hints?

-- 
Earthling Michel Dänzer (MrCooper)\   Debian GNU/Linux (powerpc) developer
CS student, Free Software enthusiast   \XFree86 and DRI project member



Re: iBook2 and Sound

2001-06-27 Thread Sven LUTHER
On Mon, Jun 25, 2001 at 06:17:45PM -0400, John Hughes wrote:
 On Monday 25 June 2001 05:10, you wrote:
  On Mon, Jun 25, 2001 at 02:35:39PM -0400, John Hughes wrote:
   Anyone know if someone has gotten this working yet? Its quite funny, I've
   gotten the dvd player to work(of all things), yet I have no sound.
 
  Sound isn't supported.  What dvd player worked for you?  XF4.1.0+ogle
  locks hard in the 1st transition.
 
 Of course sound isn't supported...its broken, thats why its not supported. 
 But thats not forever. People out there are working on itI was asking if 
 anyone knew what its status was. Or even possibly start communicating with 
 those people(whoever they are) and help out if I can.
 
 I am using oms/omi from livid. Its free. Its also not perfect as there is 
 some blue tinting and kinda a funny verticle lining on screen. That being 
 said, I didn't expect it to run at all, so I figure I am quite ahead of the 
 game.
 
 xine compiled(and runs). but the libcss pluggin kept telling me xine didn't 
 support ppc(obviously some miscomunication there =)). Unfortunately without 
 the libCSS plugin xine hangs my ibook hard. Maybe with it too, but since I 
 can't compile it
 
 Tried oglebut just after it stats drawing the gui to the screen it freaks 
 outthen again, its just a supper alpha release, so my expectations 
 weren't all that high. Potential though.

What about vlc ? 

it even has an option to run right on the fbdev, altough it was not
working in the last debian package of it (it tried to open the X gui even if
you told it to output on the fbdev, which naturally don't work), but it should
be fixed in the next upload.

Naturally there is no acceleration (not yet anyway, am thinking of playing
with it) for fbdev. Xv works fine though, altough you need 4.0.2 or better for
it to work.

Friendly,

Sven Luther



Re: iBook2 and Sound

2001-06-26 Thread Michel Lanners
On  25 Jun, this message from John Hughes echoed through cyberspace:
 xine compiled(and runs). but the libcss pluggin kept telling me xine didn't 
 support ppc(obviously some miscomunication there =)). Unfortunately without 
 the libCSS plugin xine hangs my ibook hard. Maybe with it too, but since I 
 can't compile it

You might want to try the xine .debs here:

http://people.debian.org/~daenzer/xine/

They work reasonably well for me on a TiBook.

Cheers

Michel

-
Michel Lanners |   Read Philosophy.  Study Art.
23, Rue Paul Henkes|Ask Questions.  Make Mistakes.
L-1710 Luxembourg  |
email   [EMAIL PROTECTED]|
http://www.cpu.lu/~mlan| Learn Always. 



Re: iBook2 and Sound

2001-06-25 Thread Tom Rini
On Mon, Jun 25, 2001 at 02:35:39PM -0400, John Hughes wrote:

 Anyone know if someone has gotten this working yet? Its quite funny, I've 
 gotten the dvd player to work(of all things), yet I have no sound. 

Sound isn't supported.  What dvd player worked for you?  XF4.1.0+ogle
locks hard in the 1st transition.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/