Re: Thinkpad 600E => Cardbus?
Joerg Wunsch <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
As Kevin Oberman wrote: > I'd run APM. The ACPI has a problem with the thermal sensors and will > crash the system if it is too warm. Maybe i'll give ACPI another try, and make a stab at debugging that part. The crash always happens at the same location, and the faulting address is always 0xdeadc0de (i. e. accessing uninitialized memory), so i think it should be possible to find the bug. > To get PCcards to be seen, enter the following in /boot/loader.conf: > hw.cbb.start_memory="536870912". Ah, that's the trick! Thanks for this. Btw., for an easier to remember number, it's 0x20000000. ;-) > Also make sure that you have 'devd_enable="YES"' in rc.conf. Yep, now it at least finds the cards. I have yet to find what to put into /etc/devd* in order to get my Ethernet (PCMCIA) card to work with it... Ah, i see a template in /usr/src/sbin/devd, it's only not yet installed in my /etc. Though after looking at it, shouldn't i at least be able to see the card appear in "ifconfig -a" first? It's not yet there, although the xe driver is in the GENERIC kernel (so no module should be required). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message