9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] AC97 driver
@ 2009-06-23  9:15 Pavel Klinkovsky
  2009-06-23 12:34 ` Josh Wood
  2009-06-23 14:00 ` Pavel Klinkovsky
  0 siblings, 2 replies; 8+ messages in thread
From: Pavel Klinkovsky @ 2009-06-23  9:15 UTC (permalink / raw)
  To: 9fans

Hi all,

I am trying to install AC97 driver but without success.
Is there any manual somewhere how to do it?

Thanks in advance.

Pavel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2009-06-23  9:15 [9fans] AC97 driver Pavel Klinkovsky
@ 2009-06-23 12:34 ` Josh Wood
  2009-06-23 14:00 ` Pavel Klinkovsky
  1 sibling, 0 replies; 8+ messages in thread
From: Josh Wood @ 2009-06-23 12:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


> I am trying to install AC97 driver but without success.
> Is there any manual somewhere how to do it?

http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop_on_Mac_OS_X

I bind(1) the files in place, rather than fetching them directly over
the stock source of audio.h & c.

-Josh




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2009-06-23  9:15 [9fans] AC97 driver Pavel Klinkovsky
  2009-06-23 12:34 ` Josh Wood
@ 2009-06-23 14:00 ` Pavel Klinkovsky
  1 sibling, 0 replies; 8+ messages in thread
From: Pavel Klinkovsky @ 2009-06-23 14:00 UTC (permalink / raw)
  To: 9fans

> http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
It works. ;-)

Thanks a lot.

Pavel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2013-01-16 17:51 ` stevie
  2013-01-16 17:58   ` stevie
@ 2013-01-17  4:38   ` lucio
  1 sibling, 0 replies; 8+ messages in thread
From: lucio @ 2013-01-17  4:38 UTC (permalink / raw)
  To: 9fans

> I messed up pc/audio.h with the old SB16 one.
> Here are  the files  that worked for me;
>
> http;//kamalatta.dyndns.org/config/ac97k.tgz

You managed to slip a semicolon where a colon ought to be:

	http://kamalatta.dyndns.org/config/ac97k.tgz

But thanks for the reference.

++L




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2013-01-16 17:58   ` stevie
@ 2013-01-16 19:05     ` cinap_lenrek
  0 siblings, 0 replies; 8+ messages in thread
From: cinap_lenrek @ 2013-01-16 19:05 UTC (permalink / raw)
  To: 9fans

yes. and theres no reason to guess:

http://code.google.com/p/plan9front/source/list?path=/sys/src/9/pc/audioac97.c&r=e268329651702662dd71f5d2b3f2800229cfc755

the ac97 driver was first used as it is replacing the sb16 driver.
then new devaudio miniport driver evolved from it and sb16 driver
brought back using that. later hda driver was written.

--
cinap



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2013-01-16 17:51 ` stevie
@ 2013-01-16 17:58   ` stevie
  2013-01-16 19:05     ` cinap_lenrek
  2013-01-17  4:38   ` lucio
  1 sibling, 1 reply; 8+ messages in thread
From: stevie @ 2013-01-16 17:58 UTC (permalink / raw)
  To: 9fans

>> El martes, 23 de junio de 2009 17:00:36 UTC+3, Pavel Klinkovsky escribió:
>>> > http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
>>> It works. ;-)
>>>
>>> Thanks a lot.
>>>
>>> Pavel
>> Hi,
>> I am trying to install the AC 97 driver with these instructions:
>> http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop_on_Mac_OS_X/index.html
>> and with this driver: http://kamalatta.dyndns.org/config/ac97k.tar
>> (taken from the wiki:
>> http://plan9.bell-labs.com/wiki/plan9/supported_pc_hardware/ )
>> 
>> and during the  building of the new pcf kernel I got this error:
>> 
>> 8c -FTVw -I. ../port/devaudio.c
>> ../port/devaudio.c:13 syntax error, last name: Audio
>> mk: 8c -FTVw -I. ../port/devaudio.c  : exit status=rc 726: 8c 728: error
>> 
>> any help? Thanks,
>> Antonio
> 
> Hi Antonio,
> 
> I messed up pc/audio.h with the old SB16 one.
> Here are  the files  that worked for me;
> 
> http;//kamalatta.dyndns.org/config/ac97k.tgz
> 
> Have a nice day!
> 
> Stevie

I have to add that none of that is my work. I found it long time ago in the contrib and put it up so people can get it. Just wanted to make that clear.

Isn't the 9front ac97 driver based on this work? In the meantime totally rewritten, I guess.

Stevie




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
  2013-01-16 13:59 Antonio Barrones
@ 2013-01-16 17:51 ` stevie
  2013-01-16 17:58   ` stevie
  2013-01-17  4:38   ` lucio
  0 siblings, 2 replies; 8+ messages in thread
From: stevie @ 2013-01-16 17:51 UTC (permalink / raw)
  To: 9fans

> El martes, 23 de junio de 2009 17:00:36 UTC+3, Pavel Klinkovsky escribió:
>> > http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
>> It works. ;-)
>>
>> Thanks a lot.
>>
>> Pavel
> Hi,
> I am trying to install the AC 97 driver with these instructions:
> http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop_on_Mac_OS_X/index.html
> and with this driver: http://kamalatta.dyndns.org/config/ac97k.tar
> (taken from the wiki:
> http://plan9.bell-labs.com/wiki/plan9/supported_pc_hardware/ )
> 
> and during the  building of the new pcf kernel I got this error:
> 
> 8c -FTVw -I. ../port/devaudio.c
> ../port/devaudio.c:13 syntax error, last name: Audio
> mk: 8c -FTVw -I. ../port/devaudio.c  : exit status=rc 726: 8c 728: error
> 
> any help? Thanks,
> Antonio

Hi Antonio,

I messed up pc/audio.h with the old SB16 one.
Here are  the files  that worked for me;

http;//kamalatta.dyndns.org/config/ac97k.tgz

Have a nice day!

Stevie




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] AC97 driver
@ 2013-01-16 13:59 Antonio Barrones
  2013-01-16 17:51 ` stevie
  0 siblings, 1 reply; 8+ messages in thread
From: Antonio Barrones @ 2013-01-16 13:59 UTC (permalink / raw)
  To: 9fans

El martes, 23 de junio de 2009 17:00:36 UTC+3, Pavel Klinkovsky escribió:
> > http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
> It works. ;-)
>
> Thanks a lot.
>
> Pavel
Hi,
I am trying to install the AC 97 driver with these instructions:
http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop_on_Mac_OS_X/index.html
and with this driver: http://kamalatta.dyndns.org/config/ac97k.tar
(taken from the wiki:
http://plan9.bell-labs.com/wiki/plan9/supported_pc_hardware/ )

and during the  building of the new pcf kernel I got this error:

8c -FTVw -I. ../port/devaudio.c
../port/devaudio.c:13 syntax error, last name: Audio
mk: 8c -FTVw -I. ../port/devaudio.c  : exit status=rc 726: 8c 728: error

any help? Thanks,
Antonio



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-17  4:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23  9:15 [9fans] AC97 driver Pavel Klinkovsky
2009-06-23 12:34 ` Josh Wood
2009-06-23 14:00 ` Pavel Klinkovsky
2013-01-16 13:59 Antonio Barrones
2013-01-16 17:51 ` stevie
2013-01-16 17:58   ` stevie
2013-01-16 19:05     ` cinap_lenrek
2013-01-17  4:38   ` lucio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).