Re: ACPI & pcmcia problem
"tlei" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <004901c40ae4$232bc9b0$0100a8c0@merope> |
: [email protected] wrote: : > Hi, I have the same controller, and I had the same problem. : > At first I remarked that disabling acpi all goes right, but acpi on a laptop : > is quite essential :D : > : > I solved dumping the DSDT table, correcting this and so recompiling; look : > for acpidump and iasl tools. : > So I put in loader.conf to load my DSDT.aml file (acpi_DSDT etc...) and : > now it's ok. : > : : Hmm ok, I see, but what do you mean by "correcting this" ? I dumped and : decompiled the DSDT table but I don't really know what I have to change : in the .dsl file.. I have found some articles on google, try http://www.cpqlinux.com/acpi-howto.html to start. : > My laptop is a gericom advance 1400, have you a similar machine? : > : : I have a gericom webgine advance with an AMD 1400, same machine ? :) yeah :D I send you my DSDT.aml table as you ask me in your second mail. Set in /boot/loader.conf [...] acpi_dsdt_load="YES" # DSDT Overriding acpi_dsdt_type="acpi_dsdt" # Don't change this acpi_dsdt_name="/boot/DSDT.aml" [...] and in /etc/rc.conf [...] pccard_enable="YES" apm_enable="NO" [...] the kernel config is in that uri you send. With these setting I run an Atheros wifi card. Maybe it could interest you to know that on FreeBSD-CURRENT the cpu don't automatically decrease and increase speed if the acline is at 0 or 1... I hope it will be soon solved... I have found the best configuration with the 5.2 RELEASE. Hi, Emmanuel Richiardone : -- : Alexandre Ahmim-Richard : [email protected] : http://www.u-admin.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"