Discussion:
[9fans] AC97 driver
(too old to reply)
Antonio Barrones
2013-01-16 13:59:30 UTC
Permalink
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
s***@kamalatta.dyndns.org
2013-01-16 17:51:18 UTC
Permalink
Post by Antonio Barrones
http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
It works. ;-)
Thanks a lot.
Pavel
Hi,
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
http://plan9.bell-labs.com/wiki/plan9/supported_pc_hardware/ )
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
s***@kamalatta.dyndns.org
2013-01-16 17:58:28 UTC
Permalink
Post by s***@kamalatta.dyndns.org
Post by Antonio Barrones
http://plan9.bell-labs.com/wiki/plan9/Installing_in_Parallels_Desktop...
It works. ;-)
Thanks a lot.
Pavel
Hi,
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
http://plan9.bell-labs.com/wiki/plan9/supported_pc_hardware/ )
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
c***@gmx.de
2013-01-16 19:05:28 UTC
Permalink
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
l***@proxima.alt.za
2013-01-17 04:38:17 UTC
Permalink
Post by s***@kamalatta.dyndns.org
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

Loading...