Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2008 20:15:44 -0000
From:      "Darran" <darranc@deejc.net>
To:        "'Scot Hetzel'" <swhetzel@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   RE: Hung laptop now will not boot 7.0-RC1
Message-ID:  <000a01c852fc$6aacb9c0$6501a8c0@Vostro>
In-Reply-To: <790a9fff0801061034x79c6eec0sc6220247b3cb76fd@mail.gmail.com>
References:  <319b588b0801060139m5e99e857of3a8f44ab3d2e078@mail.gmail.com> <003401c85059$581790f0$6501a8c0@Vostro> <790a9fff0801061034x79c6eec0sc6220247b3cb76fd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi Scot,

Thanks for your advice, unfortunately it didn't work as I had the 64 bit
driver and it appears that it causes major problems and so I rebuilt it.
Now I have a completely different problem, I have done make buildworld and
it appeared to build ok (this is a fresh install) I edited my
/usr/src/sys/amd64/KERNELCONF and called it MYKERNEL and setup a link from
my root folder, I did make buildkernel from usr/src and it failed with :

MAKE=make sh /usr/src/sys/conf/newvers.sh GENERIC
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=athlon64
-std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -Werror  vers.c
linking kernel.debug
uipc_syscalls.o(.text+0x3e1): In function `sctp_generic_recvmsg':
/usr/src/sys/kern/uipc_syscalls.c:2600: undefined reference to
`sctp_sorecvmsg'
uipc_syscalls.o(.text+0x22ad): In function `sctp_generic_sendmsg_iov':
/usr/src/sys/kern/uipc_syscalls.c:2478: undefined reference to
`sctp_lower_sosend'
uipc_syscalls.o(.text+0x2599): In function `sctp_generic_sendmsg':
/usr/src/sys/kern/uipc_syscalls.c:2371: undefined reference to
`sctp_lower_sosend'
uipc_syscalls.o(.text+0x271f): In function `sctp_peeloff':
/usr/src/sys/kern/uipc_syscalls.c:2238: undefined reference to
`sctp_can_peel_off'
uipc_syscalls.o(.text+0x28e4):/usr/src/sys/kern/uipc_syscalls.c:2279:
undefined reference to `sctp_do_peeloff'
rtsock.o(.text+0xc36): In function `rt_newaddrmsg':
/usr/src/sys/net/rtsock.c:897: undefined reference to `sctp_addr_change'
in_proto.o(.data+0x150): undefined reference to `sctp_input'
in_proto.o(.data+0x160): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0x168): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0x178): undefined reference to `sctp_init'
in_proto.o(.data+0x190): undefined reference to `sctp_drain'
in_proto.o(.data+0x198): undefined reference to `sctp_usrreqs'
in_proto.o(.data+0x1b8): undefined reference to `sctp_input'
in_proto.o(.data+0x1c8): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0x1d0): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0x1f8): undefined reference to `sctp_drain'
in_proto.o(.data+0x200): undefined reference to `sctp_usrreqs'
in_proto.o(.data+0x220): undefined reference to `sctp_input'
in_proto.o(.data+0x230): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0x238): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0x260): undefined reference to `sctp_drain'
in_proto.o(.data+0x268): undefined reference to `sctp_usrreqs'
*** Error code 1

Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

I have some files on my web site that might be needed and I can get any more
if needed :

FreeBSD  7.0-RC1 FreeBSD 7.0-RC1 #1: Tue Jan  8 18:11:41 GMT 2008
root@:/usr/obj/usr/src/sys/GENERIC  amd64

The full build script is at www.deejc.net/freebsd/kernelbuild
Demsg = www.deejc.net/freebsd/dmesg
Make.conf = www.deejc.net/freebsd/make
Kernel conf - www.deejc.net/freebsd/MYKERNEL
ls of usr/src/sys/amd64/conf = www.deejc.net/freebsd/ls

Cheers

Darran
http://www.deejc.net

-----Original Message-----
From: Scot Hetzel [mailto:swhetzel@gmail.com] 
Sent: 06 January 2008 18:34
To: Darran
Cc: freebsd-current@freebsd.org
Subject: Re: Hung laptop now will not boot 7.0-RC1

On 1/6/08, Darran <darranc@deejc.net> wrote:
> Hello all,
>
> I downloaded, burnt and installed 7.0-RC1 (all torrent) on amd64
> I downloaded the dell windows drivers for my laptop wireless card (which
> worked on i3686 6.2-RELEASE) and used ndisgen to create the .ko file
> (bcmwl5_sys.ko) and loaded it and then realised I had created the 32 bit
> driver so I re-did it and used the 64 bit file and loaded the 64bit .ko
and
> at that point my laptop (Dell Vostro 1000) hung.
> I had put bcmwl5_sys_load="YES" in the loader.conf file
> I rebooted and now I don't get anything. As soon as it starts to boot it
> stops.
> There is a screen showing kernel dump info and I can copy it if needed but
I
> have to burn the rescue iso otherwise I cant boot.
>
> Is this a known problem ?
> Does anyone have any advice ?
>
If you have bcmwl5_sys_load in your loader.conf, this is causing the
32bit driver to load at boot, bcmwl563_sys_load needs to be placed in
loader.conf for the 64 bit driver.

To boot your system without the rescue CD, at the boot menu choose
"Escape to loader prompt".  Then use "unload" to unload all modules,
and "unset bcmwl5_sys" to disable loading of the bcmwl5_sys module.
Finally, use "boot" to continue booting.

When the system has finished booting, check /boot/loader.conf, does it
have bcmwl5_sys_load or bcmwl564_sys_load?

Also check that you placed the 64bit driver in your module path, and
removed the 32bit driver from the module path.

Scot

[-- Attachment #2 --]
0	*H
010*H
0	*H
0X0.
9f3N4MP0
	*H
0b10	UZA1%0#U
Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA0
070319124136Z
080318124136Z0C10UThawte Freemail Member1 0	*H
	darranc@deejc.net00
	*H
0كG
+BxS7uf/6\;:FKҦq8ĢӁpdMb-"h-=F<dE}}sbmӅ/[v[=|$a.0,0U0darranc@deejc.net0U00
	*H
kcSKk*0O#1R֏FA4G<AJAolɏbjMWgQ^!rŋ۝ٶOpxdҾlLJX<wa<J#'pq0-00
	*H
010	UZA10UWestern Cape10U	Cape Town10U
Thawte Consulting1(0&UCertification Services Division1$0"UThawte Personal Freemail CA1+0)	*H
	personal-freemail@thawte.com0
960101000000Z
201231235959Z010	UZA10UWestern Cape10U	Cape Town10U
Thawte Consulting1(0&UCertification Services Division1$0"UThawte Personal Freemail CA1+0)	*H
	personal-freemail@thawte.com00
	*H
0i԰d[qGQr^}-
{߅%u(t:B,c'{K~ݹΖdnD|Mq@8x^^v]nz|KU)&j8$jDZڣyZ00U00
	*H
~Ngb*M`o`Xa&R5\0JbB#dG)ߝ^l`q\ynG
(|_#&	sC%/uQkw0?0
0
	*H
010	UZA10UWestern Cape10U	Cape Town10U
Thawte Consulting1(0&UCertification Services Division1$0"UThawte Personal Freemail CA1+0)	*H
	personal-freemail@thawte.com0
030717000000Z
130716235959Z0b10	UZA1%0#U
Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA00
	*H
0Ħ<UsUNʙZhup[v:aQP
0cZ,p+Z?qV˯<6$*+w=+>@dקe*TH<a@dr`00U00CU<0:08642http://crl.thawte.com/ThawtePersonalFreemailCA.crl0U0)U"0 010UPrivateLabel2-1380
	*H
HP.
fgCL!6-6/P p<ab:~t%Pb'qW%ݩ9 Oe_N4[5MwV!x!5$F]_eO100v0b10	UZA1%0#U
Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA.
9f3N4MP0*H
0	*H
	1	*H
0	*H
	1
080109201536Z0	*H
	1\fk߸\0g	*H
	1Z0X0
*H
0*H
0
*H
@0+0
*H
(0
*H
0+0	+71x0v0b10	UZA1%0#U
Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA.
9f3N4MP0*H
	1xv0b10	UZA1%0#U
Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA.
9f3N4MP0
	*H
cۦU6X+wH"\[$PU<{iFѰ)"n2Gwa8!{/mge֒mJE<	;s#sHn}?/2oS}gd>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000a01c852fc$6aacb9c0$6501a8c0>