burncd and cdrecord

2004-03-07 Thread elarsen2
I backed some files up using burncd and cdrecord. The files burned fine. But the 
problem that I am having. Is that I am unabel to see the files. The command I used for 
burn cd was: burncd -f /dev/asc1c -s max -e data *.* fixate. And the command I used 
for cdrecord i baleve was: cdrecord dev=1,1,0 *.*. I am not sure the exact command I 
did for cdrecord. Because I only have 1,1,0 written down. I am using FreeBSD 4.9  and 
have a Hewlett Packard Cd-Writer Plus 9100 series.

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


Upgrading KDE

2004-02-29 Thread elarsen2
I uninstalled all of KDE. And when I install kdelibs3 I get the fallowing:

gmake[3]:*** [libkdecore.la] Eroor 1
gmake[3]:Leaving directory '/usr/ports/x11/kdelib3/work/kdelibs-3.2.0/kdecore'

gmake[2]:*** [all-recursive] Error1
gmake[2]:Leaving directory '/usr/ports/x11/kdelib3/work/kdelibs-3.2.0/kdecore'

gmake[1:*** [all-recursive] Error1
gmake[1]:Leaving directory '/usr/ports/x11/kdelib3/work/kdelibs-3.2.0'
gmake:*** [all] Erorr2
***Error code 2

Stop in /usr/ports/x11/kdelibs3

I am runing FreeBSD 4.9


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


cvsup removing /usr/src/sys...

2003-12-12 Thread elarsen2
When I cvsup it deletes the /usr/src/sys... branch. Is their a way to make it so 
/usr/src/sys... will not get removed? I use the GUI version of cvsup.

Thanks 
 A new user.

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


Help With Custom Kernel

2002-12-20 Thread elarsen2
I am building a custom kernel so I can use my sound card. 
I am building it the ``traditional'' way. And when I type 
the second make comand It ends with the fallowing: 
 
 -include opt_global.h -elf  -mpreferred-stack-boundary=2  
vers.c 
linking kernel 
umass.o: In function `umass_cam_attach_sim': 
umass.o(.text+0x137f): undefined reference to 
`cam_simq_alloc' 
umass.o(.text+0x13a5): undefined reference to 
`cam_sim_alloc' 
umass.o(.text+0x13be): undefined reference to 
`xpt_bus_register' 
umass.o(.text+0x13ce): undefined reference to 
`cam_simq_free' 
umass.o: In function `umass_cam_rescan_callback': 
umass.o(.text+0x13e7): undefined reference to 
`xpt_free_path' 
umass.o: In function `umass_cam_rescan': 
umass.o(.text+0x1431): undefined reference to `xpt_periph' 
umass.o(.text+0x143a): undefined reference to 
`xpt_create_path' 
umass.o(.text+0x144d): undefined reference to 
`xpt_setup_ccb' 
umass.o(.text+0x1468): undefined reference to `xpt_action' 
umass.o: In function `umass_cam_detach_sim': 
umass.o(.text+0x151f): undefined reference to 
`xpt_bus_deregister' 
umass.o(.text+0x153d): undefined reference to 
`cam_sim_free' 
umass.o: In function `umass_cam_detach': 
umass.o(.text+0x157e): undefined reference to 
`xpt_create_path' 
umass.o(.text+0x159f): undefined reference to `xpt_async' 
umass.o(.text+0x15a7): undefined reference to 
`xpt_free_path' 
umass.o: In function `umass_cam_action': 
umass.o(.text+0x18c5): undefined reference to `xpt_done' 
umass.o(.text+0x18d5): undefined reference to `xpt_done' 
umass.o: In function `umass_cam_cb': 
umass.o(.text+0x19d1): undefined reference to `xpt_done' 
umass.o: In function `umass_cam_sense_cb': 
umass.o(.text+0x1ad8): undefined reference to `xpt_done' 
umass.o(.text+0x1ae9): undefined reference to `xpt_done' 
umass.o(.text+0x1b03): more undefined references to 
`xpt_done' follow 
*** Error code 1 
 
Any help would geratly be appreceated. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message