FreeBSD-5.1 iso disk2 and kernel configuration

2003-07-21 Thread Murilo Pereira de Almeida
I have two questions about FreeBSD-5.1

1)I dowloaded the iso-image of disk1 but I did not succeded in 
downloading the iso-image of disk2 despite my trying of several mirros 
sites; the downloading hangs at about 127M. Is there any problem with 
the iso-image of dik2?

2)I used the iso disk1 to install version 5.1 but I could not configure 
the kernel. I followed the kernel configuration procedure and the 
linking process yielded  the following lines:
BEGIN of inserted lines -
linking kernel
umass.o: In function `umass_cam_attach_sim':
umass.o(.text+0x17c7): undefined reference to `cam_simq_alloc'
umass.o(.text+0x1818): undefined reference to `cam_sim_alloc'
umass.o(.text+0x1827): undefined reference to `cam_simq_free'
umass.o(.text+0x1847): undefined reference to `xpt_bus_register'
umass.o: In function `umass_cam_rescan_callback':
umass.o(.text+0x1883): undefined reference to `xpt_free_path'
umass.o: In function `umass_cam_rescan':
umass.o(.text+0x18f5): undefined reference to `xpt_periph'
umass.o(.text+0x1904): undefined reference to `xpt_create_path'
umass.o(.text+0x1920): undefined reference to `xpt_setup_ccb'
umass.o(.text+0x193d): undefined reference to `xpt_action'
umass.o: In function `umass_cam_detach_sim':
umass.o(.text+0x1a2c): undefined reference to `xpt_bus_deregister'
umass.o(.text+0x1a48): undefined reference to `cam_sim_free'
umass.o: In function `umass_cam_action':
umass.o(.text+0x1ebd): undefined reference to `xpt_done'
umass.o: In function `umass_cam_cb':
umass.o(.text+0x202b): undefined reference to `xpt_done'
umass.o: In function `umass_cam_sense_cb':
umass.o(.text+0x2191): undefined reference to `xpt_done'
umass.o: In function `umass_cam_quirk_cb':
umass.o(.text+0x21bb): undefined reference to `xpt_done'
*** Error code 1

Stop in /usr/src/sys/i386/compile/mpa.
--- END of inserted lines
What is missing in my installation?

Thanks for any help.

Murilo

--

Murilo Pereira de Almeida
Departamento de Física
Universidade Federal do Ceará
[EMAIL PROTECTED]
Tel: (55)-85-288-9927
Fax: (55)-85-288-9450






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


Re: FreeBSD-5.1 iso disk2 and kernel configuration

2003-07-21 Thread Toomas Aas
> 2)I used the iso disk1 to install version 5.1 but I could not configure 
> the kernel. I followed the kernel configuration procedure and the 
> linking process yielded  the following lines:
> BEGIN of inserted lines -
> linking kernel
> umass.o: In function `umass_cam_attach_sim':
> umass.o(.text+0x17c7): undefined reference to `cam_simq_alloc'
> umass.o(.text+0x1818): undefined reference to `cam_sim_alloc'
> umass.o(.text+0x1827): undefined reference to `cam_simq_free'
> umass.o(.text+0x1847): undefined reference to `xpt_bus_register'
> umass.o: In function `umass_cam_rescan_callback':
> umass.o(.text+0x1883): undefined reference to `xpt_free_path'
> umass.o: In function `umass_cam_rescan':
> umass.o(.text+0x18f5): undefined reference to `xpt_periph'
> umass.o(.text+0x1904): undefined reference to `xpt_create_path'
> umass.o(.text+0x1920): undefined reference to `xpt_setup_ccb'
> umass.o(.text+0x193d): undefined reference to `xpt_action'
> umass.o: In function `umass_cam_detach_sim':
> umass.o(.text+0x1a2c): undefined reference to `xpt_bus_deregister'
> umass.o(.text+0x1a48): undefined reference to `cam_sim_free'
> umass.o: In function `umass_cam_action':
> umass.o(.text+0x1ebd): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_cb':
> umass.o(.text+0x202b): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_sense_cb':
> umass.o(.text+0x2191): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_quirk_cb':
> umass.o(.text+0x21bb): undefined reference to `xpt_done'
> *** Error code 1

> What is missing in my installation?

If it were FreeBSD 4.x, I'd say that device scbus and device da
are missing in your kernel config file. Perhaps it's the same
with 5.1

--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Press any key to continue or any other key to quit.

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


Re: FreeBSD-5.1 iso disk2 and kernel configuration

2003-07-24 Thread Essetee
Toomas Aas wrote:

2)I used the iso disk1 to install version 5.1 but I could not configure 
the kernel. I followed the kernel configuration procedure and the 
linking process yielded  the following lines:
BEGIN of inserted lines -
linking kernel
umass.o: In function `umass_cam_attach_sim':
umass.o(.text+0x17c7): undefined reference to `cam_simq_alloc'
umass.o(.text+0x1818): undefined reference to `cam_sim_alloc'
umass.o(.text+0x1827): undefined reference to `cam_simq_free'
umass.o(.text+0x1847): undefined reference to `xpt_bus_register'
umass.o: In function `umass_cam_rescan_callback':
umass.o(.text+0x1883): undefined reference to `xpt_free_path'
umass.o: In function `umass_cam_rescan':
umass.o(.text+0x18f5): undefined reference to `xpt_periph'
umass.o(.text+0x1904): undefined reference to `xpt_create_path'
umass.o(.text+0x1920): undefined reference to `xpt_setup_ccb'
umass.o(.text+0x193d): undefined reference to `xpt_action'
umass.o: In function `umass_cam_detach_sim':
umass.o(.text+0x1a2c): undefined reference to `xpt_bus_deregister'
umass.o(.text+0x1a48): undefined reference to `cam_sim_free'
umass.o: In function `umass_cam_action':
umass.o(.text+0x1ebd): undefined reference to `xpt_done'
umass.o: In function `umass_cam_cb':
umass.o(.text+0x202b): undefined reference to `xpt_done'
umass.o: In function `umass_cam_sense_cb':
umass.o(.text+0x2191): undefined reference to `xpt_done'
umass.o: In function `umass_cam_quirk_cb':
umass.o(.text+0x21bb): undefined reference to `xpt_done'
*** Error code 1
   

 

What is missing in my installation?
   

If it were FreeBSD 4.x, I'd say that device scbus and device da
are missing in your kernel config file. Perhaps it's the same
with 5.1
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Press any key to continue or any other key to quit.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

If you don't have a usb hard disk, disable the umass option.

--
Essetee -- Roeselare -- Belgium
URL : http://www.essetee.be
MSN : [EMAIL PROTECTED]
FreeBSD Operating System


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