Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2000 08:54:59 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        peter@netplex.com.au
Cc:        kuriyama@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG, sanpei@sanpei.org
Subject:   Re: Loading rtc.ko failed on -current
Message-ID:  <200005042354.IAA07664@lavender.yy.cs.keio.ac.jp>
In-Reply-To: Your message of "Thu, 4 May 2000 22:41:09 JST". <20000504134109.9B7CA1CE3@overcee.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
peter@netplex.com.au wrote:

>> MIHIRA Yoshiro wrote:
>> > kuriyama@FreeBSD.ORG wrote:
>> > 
>> > >> On my "few-hours-ago make world"ed 5.0-current, kldload complains
>> > >> below at loading rtc.ko, vmnet.ko and vmmon.ko.
>> > >> 
>> > >> link_elf: symbol linux_ioctl_register_handler undefined
>> > >> link_elf: symbol linux_ioctl_register_handler undefined
>> > >> link_elf: symbol linux_ioctl_register_handler undefined
>> > >> 
>> > >> Are there occured only my environment?
>> > 
>> >   I also have this problem. I can't use vmware2 in 5-current any more :-<
>> > 
>> > and ldconfig in /usr/sbin/linux was core dumped.
>> > 
>> > cherry# /compat/linux/sbin/ldconfig 
>> > Segmentation fault(core dumped)
>> > pid 313 (ldconfig), uid 0: exited on signal 11 (core dumped)
>> 
>> The rtc port needs this in it:
>> 
>> #ifdef MODULE_DEPEND
>> MODULE_DEPEND(rtc, linux, 1, 1, 1);
>> #endif
>> 
>> .near the top of the main source file.

  But I already loaded linux module with linux_enbale="YES" in /etc/rc.conf.
and I can check that it was already loaded.

cherry# kldstat
Id Refs Address    Size     Name
 1    3 0xc0100000 3428d4   kernel
 2    1 0xc0f9e000 11000    linux.ko		<----
 3    1 0xc0fbc000 5000     linprocfs.ko

MIHIRA Yoshiro


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005042354.IAA07664>