FreeBSD-6, kldload: No such file...

2006-11-12 Thread Armin Arh
Hi,

since upgrading to FreeBSD-6 i can't load modules by just typing the name.

## uname -a
FreeBSD lance.net.schlund.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #8: Sun Nov 
12 21:59:06 CET 2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/LANCE  i386

## kldload linux
kldload: can't load linux: No such file or directory
## kldload linux.ko
kldload: can't load linux.ko: No such file or directory
## kldload /boot/kernel/linux.ko 
## kldstat
Id Refs AddressSize Name
 16 0xc040 77132c   kernel
 31 0xc4193000 1b000kqemu.ko
 41 0xc3db7000 16000linux.ko

did i miss some config?

Armin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD-6, kldload: No such file...

2006-11-12 Thread [EMAIL PROTECTED]

On 11/12/06, Armin Arh [EMAIL PROTECTED] wrote:

Hi,

since upgrading to FreeBSD-6 i can't load modules by just typing the name.



You do not say from what to 6.x.


## kldload linux
kldload: can't load linux: No such file or directory
## kldload linux.ko
kldload: can't load linux.ko: No such file or directory
## kldload /boot/kernel/linux.ko
## kldstat
Id Refs AddressSize Name
 16 0xc040 77132c   kernel
 31 0xc4193000 1b000kqemu.ko
 41 0xc3db7000 16000linux.ko

did i miss some config?


kldconfig(8)
man 8 kldconfig

--
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD-6, kldload: No such file...

2006-11-12 Thread [EMAIL PROTECTED]

On 11/12/06, Armin Arh [EMAIL PROTECTED] wrote:

On Sun, 12 Nov 2006 21:38:35 -0600 [EMAIL PROTECTED] [EMAIL PROTECTED] 
wrote:
 You do not say from what to 6.x.

It was 5.4

 kldconfig(8)
 man 8 kldconfig

got it now,

thx.

Armin


The 5.4 -- 6.x has probably left you with some old libs hanging
around as well, hence your additional problem in the other thread
with opera segfaulting.  Try rereading the end of the /usr/src/UPDATING
file and following that, especially the delete-old-libs bit.

--
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]