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
This is a multi-part message in MIME format.

------=_NextPart_000_0005_01C852FC.65601110
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

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

------=_NextPart_000_0005_01C852FC.65601110
Content-Type: application/x-pkcs7-signature;
	name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="smime.p7s"

MIAGCSqGSIb3DQEHAqCAMIACAQExDjAMBggqhkiG9w0CBQUAMIAGCSqGSIb3DQEHAQAAoIII0DCC
AlgwggHBoAMCAQICEC4N3+8bOWbjM8NONNhNsVAwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMC
WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0
ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA3MDMxOTEyNDEzNloXDTA4MDMxODEy
NDEzNlowQzEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEgMB4GCSqGSIb3DQEJARYR
ZGFycmFuY0BkZWVqYy5uZXQwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANmDFEcbptwbmawN
K6+7QngGHBeiU4gOuYU3D3X1Zucv3hI2qMpcqPuYO6HUOsVGFxqeS8fx0qa3wvlx9zjEotOBcKHu
pZxku9JNiofhhtBi4y0iaC2V+j1GqDxkz0W+s32f7dAT1X1zv2Jt04XkL+OWW7V2sZhbBeQ9jXzX
JK1hAgMBAAGjLjAsMBwGA1UdEQQVMBOBEWRhcnJhbmNAZGVlamMubmV0MAwGA1UdEwEB/wQCMAAw
DQYJKoZIhvcNAQEFBQADgYEAawNjU0urh2u6syrZEzC0qU/nuiPHMd/2rVLWj0a9QRL89hgMNM/b
R4iePEH3+8jBH+uBStMAm0FvzWzJj2Kiak3JV5GnZ/7J31EWXiGQcheAp7rFi9ud4vKh2bZPcI6r
eN9k7dvSvmyix4cFWDx/p7gZvXdhxjxK7SMncHHA4BUwggMtMIIClqADAgECAgEAMA0GCSqGSIb3
DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlD
YXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0
aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg
Q0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNOTYwMTAx
MDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4g
Q2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYG
A1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBl
cnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3
dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDUadfUsJRkW3HpR9gMUbbqcpGwhF59
LQ2PexLfhSV1KHQ6QixjJ5+Ve0vvfhmHHYbqo925zpZkGsIUbkSsfOaP6E0PcR9AOKYAo4d49vmU
hl6t6sBeduvZFKNdbnp8DKVLVX8GGSl/npom1Wq7OCQIapjHsdqjmJH9edvlWsQcuQIDAQABoxMw
ETAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBBAUAA4GBAMfskn5O+PWWpWdiKqTwTRFg0G+N
YFhhrCa7UjVcCM8w+6hKloofYkIjjBcP9LpknBesRynfnZhe0mxgcVyirNx54+duAEcftQ0o6AKd
5Jr9E/Sm2Xyx+NxfIyYJkYBz0BQb3kOpgyXy5pwvFcr+pquKB3WLDN1RhGvk+NHOd6KBMIIDPzCC
AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rl
cm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEo
MCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3Rl
IFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0
aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkEx
JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ
ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDE
pjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J
8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+n
ttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4
oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmww
CwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODAN
BgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0
HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghO
rvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAvcwggLzAgEBMHYwYjELMAkGA1UEBhMC
WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0
ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAuDd/vGzlm4zPDTjTYTbFQMAwGCCqGSIb3
DQIFBQCgggHUMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDEw
OTIwMTUzNlowHwYJKoZIhvcNAQkEMRIEEFz5ZqeV9Gvr7Y3fuAJcgLMwZwYJKoZIhvcNAQkPMVow
WDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI
KoZIhvcNAwICASgwCgYIKoZIhvcNAgUwBwYFKw4DAhowgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkG
A1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT
I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAuDd/vGzlm4zPDTjTYTbFQMIGH
BgsqhkiG9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0
aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5n
IENBAhAuDd/vGzlm4zPDTjTYTbFQMA0GCSqGSIb3DQEBAQUABIGA0tkaYweuFx6r1cDbplUZoTb+
wlgr2XdI5ZH7IrvGXPSNWyTMUFWqBDx7g8RplQu5A5pG0bCOHil/qYQibgAyR3fU4/NhOCF7L22+
EplnZbDWkm1KvkU8mtgJ9juYn3OVI3PLSNVufR+DPy+GMu1vU7anfe0bZ2T3oosE46c+h6MAAAAA
AAA=

------=_NextPart_000_0005_01C852FC.65601110--





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