Page 1 of 1
ISA SB Gold type 1 AWE/64 problems
Posted: Sat May 15, 2004 5:37 pm
by nunotex
Hello to all,
I've installed latest oss drivers (licensed) on FreeBSD 5.2.1 and here are the issues:
1. ACPI: sound does't work with ACPI enabled. I need to disabled it with hint.acpi.0.disabled=1 in device.hints.
Notes: The same happens with FreeBSD native drivers (pcm sbc).
2. ossxmix doesn't run:
/libexec/ld-elf.so.1: Shared object "libintl.so.5" not found
Shouldn't this be documented? Or possibly fixed?
Thanks very much,
Nuno Teixeira
Re: ISA SB Gold type 1 AWE/64 problems
Posted: Sun May 16, 2004 1:04 am
by dev
nunotex wrote:Hello to all,
I've installed latest oss drivers (licensed) on FreeBSD 5.2.1 and here are the issues:
1. ACPI: sound does't work with ACPI enabled. I need to disabled it with hint.acpi.0.disabled=1 in device.hints.
Notes: The same happens with FreeBSD native drivers (pcm sbc).
2. ossxmix doesn't run:
/libexec/ld-elf.so.1: Shared object "libintl.so.5" not found
Shouldn't this be documented? Or possibly fixed?
Thanks very much,
I wonder if you need to upgrade your gtk/glib version. Or maybe we need
to update ours.
Best regards
Dev Mazumdar
Nuno Teixeira
Re: ISA SB Gold type 1 AWE/64 problems
Posted: Sun May 16, 2004 3:07 pm
by nunotex
Hi,
I have gtk and glib versions installed:
gtk-1.2.10_12 Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.4.1 Gimp Toolkit for X11 GUI (current stable version)
glib-1.2.10_10 Some useful routines of C programming (previous stable vers
glib-2.4.1_1 Some useful routines of C programming (current stable versi
Related to ACPI do you have some info about?
Yours,
Nuno Teixeira
Posted: Mon May 24, 2004 6:59 am
by jamie
Dev, the latest libintl.so in the FreeBSD ports is libintl.so.6
I 'fixed' the problem with ossxmix by installing /usr/ports/editors/bvi (a vi clone that does binary files), then:
bvi ossxmix
and changing the so.5 to so.6 in the binary.
Horrible, I know, but it works

Posted: Mon May 24, 2004 7:04 am
by jamie
I can't comment, as I have had to disable ACPI since 5.2 for other reasons
(ACPI worked with 5.1 for me, and so did oss)
Posted: Mon May 24, 2004 8:13 pm
by nunotex
Hi,
It's strange but everyone tells me to do that way. Disable ACPI. I'm trying to find why? Certainly is a ACPI bug but I don't know if FreeBSD team is working on a fix right now.
Thanks,
Nuno Teixeira
Posted: Tue May 25, 2004 12:37 am
by jamie
I'd prefer not to have disabled ACPI, but it was the only way I could get 5.2.1 to boot
And I'd prefer to liase with the ACPI guys who seem pretty open at dealing with specific ACPI problems, I've just not got around to it yet...
Posted: Tue May 25, 2004 7:59 pm
by nunotex
Hi Jamie,
Please let me know if you got any news about this bug/problem.
Thanks,
Nuno Teixeira
Posted: Sun Aug 01, 2004 7:29 am
by jamie
Note: Freebsd 5.3 is due out at the end of this month (august)
As for the sound/acpi issue, have you tried contacting the ACPI people on the freebsd team with the output from various ACPI diagnostics?
It's all detailed here:
http://www.freebsd.org/doc/en_US.ISO885 ... debug.html
Cheers,
Jamie
Posted: Wed Aug 04, 2004 9:04 pm
by Guest
for your second quiestion:
i had the same problem, fixed it by making a soft link named libintl.so.5 in /usr/local/lib/ that linked to libintl.so.6
(a rathe dirty way to do it i guess, but at least ossxmix now works..)