LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 07-02-2005, 03:16 AM   #1
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Rep: Reputation: 15
FreeBSD installation help ...


Hi all,

i am a Slackware user (running 9.1 at the moment) and looking to migrate to FreeBSD. A have a couple of questions regarding the installation.In particular i would like to know about partitioning , X and modem configurations.

Now to the first part : choosing/allocating partitions. I have the following set up under Slackware .

Quote:
~$ cat /etc/fstab

/dev/hda3 swap swap defaults 0 0 <---------- 512mb
/dev/hda6 / reiserfs defaults 1 1 <---------- 4.0G
/dev/hda5 /windows vfat defaults 1 0 <---------- 11G
.....

.....
I would like to have the same set up for my BSD box. Ok , here is what i have done so far pic 1 , pic 2 , pic 3 .The problem is that i can't seem to chose my swap slice (the one i created in Slackware see picture 2) :-( !


~
Quote:
$lspci

# video card
02:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 86C326 5598/6326 (rev d2)


The second thing is about X. Can i just copy my slack XFreeconfig and use it (i am guessing it's not possible)? If so , do i just write down a all the info regarding my monitor / video card (see below) and and use it when asked to configure X ?

My XFree86config :


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 30-70 <----------------------------------------------------------------------------------

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-160 <----------------------------------------------------------------------------------

vendorname "Philips"
modelname "107S"
ModeLine "1024x768/60Hz" 65 1024 1064 1208 1344 768 771 777 806 -HSync -VSync
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "VESA Framebuffer"
Driver "sis"
#VideoRam 4096
# Insert Clocks lines here if appropriate
vendorname "Silicon Integrated Systems"
boardname "6326"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer" <--------------------------------------------------------------
Monitor "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24 <----------------------------------------------------------------
# DefaultDepth 32

# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

Subsection "Display"
Depth 8
Modes "1024x768/60Hz" "800x600" "640x480"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768/60Hz" "800x600" "640x480"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768/60Hz" "800x600" "640x480"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768/60Hz" "800x600" "640x480"
Virtual 1024 768
EndSubsection

EndSection
And lastly i have a question about configuring my Lucent modem in BSD. Is it going to be as simple as getting the same sources i used for Slack and compiling to get a module ?



Thanks .
 
Old 07-02-2005, 09:09 PM   #2
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Question #1:
http://www.tldp.org/HOWTO/Linux+FreeBSD-3.html
Google is your friend, this was the very first hit for "freebsd linux sharing swap".

Question #2:
A copy should be fine, why didn't you try it and see if it worked?

Question #3:
Winmodems suck. But if you insist on refusing to buy a real modem (and I can't believe people still insist on not buying one):
Code:
cd /usr/ports/comms/ltmdm
make install clean
It should work with that but I had some serious stability issues for the 10 seconds I tried it out on a friend's computer. Lucky for him, he got smart and invested in a real modem.
 
Old 07-03-2005, 01:28 AM   #3
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
Thanks :-) . The easiest way would be to delete the swap and create a new one .
 
Old 07-07-2005, 02:08 AM   #4
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
Help , Help !!!!!!

Me again ,

I have installed the system but have a bit of trouble configuring it.

Problem # 1 :
Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
#DisplaySize 340 270 # mm
Identifier "Monitor0"
VendorName "DIR"
ModelName "K4"
### Uncomment if you don't want to default to DDC:
# HorizSync 825241664.0 - 0.0
# VertRefresh 808464448.0 - 0.0
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "TurboQueue" # [<bool>]
#Option "FastVram" # [<bool>]
#Option "NoHostBus" # [<bool>]
#Option "RenderAcceleration" # [<bool>]
#Option "ForceCRT1Type" # <str>
#Option "ForceCRT2Type" # <str>
#Option "YPbPrAspectRatio" # <str>
#Option "ShadowFB" # [<bool>]
#Option "DRI" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "Rotate" # <str>
#Option "NoXvideo" # [<bool>]
#Option "Vesa" # [<bool>]
#Option "MaxXFBMem" # <i>
#Option "ForceCRT1" # [<bool>]
#Option "XvOnCRT2" # [<bool>]
#Option "PanelDelayCompensation" # <i>
#Option "PanelDelayCompensation1" # <i>
#Option "PDC" # <i>
#Option "PDC1" # <i>
#Option "EMI" # <i>
#Option "LVDSHL" # <i>
#Option "SpecialTiming" # <str>
#Option "TVStandard" # <str>
#Option "UseROMData" # [<bool>]
#Option "NoInternalModes" # [<bool>]
#Option "UseOEMData" # [<bool>]
#Option "NoYV12" # [<bool>]
#Option "CHTVType" # [<bool>]
#Option "CHTVOverscan" # [<bool>]
#Option "CHTVSuperOverscan" # [<bool>]
#Option "CHTVLumaBandwidthCVBS" # <i>
#Option "CHTVLumaBandwidthSVIDEO" # <i>
#Option "CHTVLumaFlickerFilter" # <i>
#Option "CHTVChromaBandwidth" # <i>
#Option "CHTVChromaFlickerFilter" # <i>
#Option "CHTVCVBSColor" # [<bool>]
#Option "CHTVTextEnhance" # <i>
#Option "CHTVContrast" # <i>
#Option "SISTVEdgeEnhance" # <i>
#Option "SISTVAntiFlicker" # <str>
#Option "SISTVSaturation" # <i>
#Option "SISTVCFilter" # [<bool>]
#Option "SISTVYFilter" # <i>
#Option "SISTVColorCalibFine" # <i>
#Option "SISTVColorCalibCoarse" # <i>
#Option "SISTVXScale" # <i>
#Option "SISTVYScale" # <i>
#Option "TVXPosOffset" # <i>
#Option "TVYPosOffset" # <i>
#Option "SIS6326TVAntiFlicker" # <str>
#Option "SIS6326TVEnableYFilter" # [<bool>]
#Option "SIS6326TVYFilterStrong" # [<bool>]
#Option "SIS6326TVForcePlug" # <str>
#Option "SIS6326FSCAdjust" # <i>
#Option "UseColorHWCursor" # [<bool>]
#Option "ColorHWCursorBlending" # [<bool>]
#Option "ColorHWCursorBlendThreshold" # <i>
#Option "RestoreBySetMode" # [<bool>]
#Option "NoCRT2Detection" # [<bool>]
#Option "ForceCRT2ReDetection" # [<bool>]
#Option "SenseYPbPr" # [<bool>]
#Option "CRT1Gamma" # [<bool>]
#Option "CRT2Gamma" # [<bool>]
#Option "StoredGammaBrightness" # <str>
#Option "StoredGammaPreBrightness" # <str>
#Option "XvGamma" # <str>
#Option "XvDefaultContrast" # <i>
#Option "XvDefaultBrightness" # <i>
#Option "XvDefaultHue" # <i>
#Option "XvDefaultSaturation" # <i>
#Option "XvDefaultDisableGfx" # [<bool>]
#Option "XvDefaultDisableGfxLR" # [<bool>]
#Option "XvChromaMin" # <i>
#Option "XvChromaMax" # <i>
#Option "XvUseChromaKey" # [<bool>]
#Option "XvInsideChromaKey" # [<bool>]
#Option "XvYUVChromaKey" # [<bool>]
#Option "XvDisableColorKey" # [<bool>]
#Option "XvUseMemcpy" # [<bool>]
#Option "ScaleLCD" # [<bool>]
#Option "CenterLCD" # [<bool>]
#Option "EnableHotkey" # [<bool>]
#Option "EnableSiSCtrl" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "TwinView" # [<bool>]
#Option "MergedFBAuto" # [<bool>]
#Option "CRT2HSync" # <str>
#Option "SecondMonitorHorizSync" # <str>
#Option "CRT2VRefresh" # <str>
#Option "SecondMonitorVertRefresh" # <str>
#Option "CRT2Position" # <str>
#Option "TwinViewOrientation" # <str>
#Option "MetaModes" # <str>
#Option "MergedDPI" # <str>
#Option "NoMergedXinerama" # [<bool>]
#Option "NoTwinviewXineramaInfo" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
Identifier "Card0"
Driver "sis"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "86C326 5598/6326"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

then there is no kppp :-(.

I can see that i installed modem module but dont know what to do next. Can someone show me how to use ppp or any other program ?

Quote:
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 697740808 Hz quality 800
Timecounters tick every 10.000 msec
ad0: FAILURE - SET_MULTI status=51<READY,DSC,ERROR> error=4<ABORTED>
ad0: 19470MB <QUANTUM FIREBALLlct20 20/APL.0900> [39560/16/63] at ata0-master UDMA100
acd0: CDROM <CD-ROM Drive/F5E/M0.28> at ata1-master UDMA33
acd1: CDRW <ASUS CRW-4824A/1.0> at ata1-slave UDMA33
Mounting root from ufs:/dev/ad0s2a
ltmdm0: <Lucent Winmodem> port 0xc800-0xc8ff,0xcff0-0xcff7 mem 0xff8ffc00-0xff8ffcff irq 11 at device 12.0 on pci1
ltmdm0: [GIANT-LOCKED] <-------------------------------------------------------------
ltmdm0: type Virtual 16550A <--------------------------------------------------------------

#################################################################
# PPP Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.8 2001/06/21 15:42:26 brian Exp $
#################################################################

default:
set log Phase Chat LCP IPCP CCP tun command
ident user-ppp VERSION (built COMPILATIONDATE)

# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
set device /dev/cuaa1

set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
set timeout 180 # 3 minute idle timer (the default)
enable dns # request DNS info (for resolv.conf)

papchap:
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#

set phone 099 888472 <------------
set authname foo <--------------
set authkey bar <-----------------

set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR # Add a (sticky) default route

What do i do next ?

Yet another thing is that i don't have sound :-( . It says that /dev/dsp device cannot be found .


Everything worked under Slackware 9.1 .


Any help would be appereciated .
 
Old 07-07-2005, 06:27 AM   #5
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
I have no idea what problem number 1 is supposed to be.

kppp is part of the kdenetwork port
Code:
cd /usr/ports/net/kdenetwork3/
make install clean
This is not on the install CD with the minimal KDE base and packages used to install a general KDE installation. If you need it, then install it but you will need the internet to do it.

Code:
 # Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
set device /dev/cuaa1
Try changing that to /dev/ltmdm0 -- as this is your modem device, you point this out yourself with your dmesg.
 
Old 07-07-2005, 05:38 PM   #6
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
Thanks for your reply .


I am so stuck .. i just dont know what to do :-(.

Ok i wiil try to be more specific . I installed FreeBSD 5.3 . When go startx my manager is Tvm.Then , i start kde by going startkde. I get to some lite version of kde where my sound card doesn't work , i don't have kppp and its pretty basic to tell the truth.

That is what have i installed :



Quote:
# pkg_info

flac-1.1.0_3 Free lossless audio codec
fontconfig-2.2.3,1 An XML-based font configuration API for X Windows
freebsd-update-1.6 Fetches and installs binary updates to FreeBSD
freetype2-2.1.7_3 A free and portable TrueType font rendering engine
fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith
fvwm-2.4.18 Popular virtual window manager for X
gail-1.6.6 An implementation of the ATK interfaces for GTK+ widgets
gcalctool-4.3.51,1 A GNOME 2 calculator tool based on the old calctool for Ope
gconf-editor-2.6.2,1 A gconf database editor for the GNOME 2 environment
gconf2-2.6.4 A configuration database system for GNOME
gdbm-1.8.3_1 The GNU database manager
gedit2-2.6.2_2 A small but powerful text editor for Gnome 2 Desktop Enviro
gettext-0.13.1_1 GNU gettext package
ggv2-2.6.2 GNOME 2 ghostscript viewer
ghostscript-gnu-7.07_11 GNU Postscript interpreter
ghostscript-gnu-nox11-7.07_11 GNU Postscript interpreter
gle-3.0.3 A GL Tubing and Extrusion Library
glib-1.2.10_11 Some useful routines of C programming (previous stable vers
glib-2.4.6_1 Some useful routines of C programming (current stable versi
gmake-3.80_2 GNU version of 'make' utility
gnome-icon-theme-1.2.3 A collection of icons for the GNOME 2 desktop
gnome-themes-2.6.3 A collection of themes and icons for GNOME 2 designed for a
gnome2-lite-2.6.2 The "meta-port" of the GNOME desktop slimmed down for FreeB <--------------------
gnomeapplets2-2.6.2.1_4 Applets components for the Gnome 2 Desktop Environment
gnomeaudio2-2.0.0 Sound files for use with GNOME 2
gnomecontrolcenter2-2.6.1_3 Control center for GNOME 2 project
gnomedesktop-2.6.2 Additional UI API for GNOME 2
gnomehier-1.0_19 A utility port that creates the GNOME directory tree
gnomekeyring-0.2.1_1 A program that keeps passwords and other secrets
gnomemedia2-2.6.2_6 Multimedia applications for the GNOME 2 desktop
gnomemimedata-2.4.1_2 A MIME and Application database for GNOME
gnomepanel-2.6.2_1 Panel component for the GNOME 2 Desktop
gnomesession-2.6.2 Session component for the GNOME 2 desktop
gnomesystemmonitor-2.6.0_2 GNOME 2 system monitor program
gnometerminal-2.6.1_2 Terminal component for the GNOME 2 Desktop
gnomeuserdocs2-2.6.0.1 GNOME 2 users guide
gnomeutils2-2.6.2_1,1 GNOME 2 support utilities
gnomevfs2-2.6.2_1 GNOME Virtual File System
gnupg-1.2.6 The GNU Privacy Guard
gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X)
gstreamer-0.8.5 Development framework for creating media applications
gstreamer-plugins-0.8.4 GStreamer written collection of plugins handling several me
gtk-1.2.10_12 Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.4.9_1 Gimp Toolkit for X11 GUI (current stable version)
gtk-engines2-2.2.0_4 Theme engine for the gtk+-2.0 toolkit
gtksourceview-1.0.1 A text widget that adds syntax highlighting to the GtkTextV
gucharmap-gnome-1.4.1 A Unicode/ISO10646 character map and font viewer
gv-3.5.8_3 A PostScript and PDF previewer
hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project
hpijs-1.6.1 Drivers and support resources for HP Inkjet Printers
imake-6.7.0_2 Imake and other utilities from X.Org
imlib2-1.1.1_1 The next generation graphic library for enlightenment packa
intltool-0.31.2 Xml internationalization support for GNOME, and others
ispell-3.2.06_11 An interactive spelling checker for multiple languages
jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s
jpeg-6b_3 IJG's jpeg compression utilities
kde-lite-3.3.0 The FreeBSD release "meta-port" for (a subset of) KDE <------------------------
kdeaccessibility-3.3.0 Accessibility applications for KDE
kdeadmin-3.3.0 KDE applications related to system administration
kdeartwork-3.3.0 Additional themes, sounds, wallpapers and window styles for
kdebase-3.3.0_4 Basic applications for the KDE system
kdegames-3.3.0 Games for the KDE integrated X11 desktop
kdegraphics-3.3.0 Graphics utilities for the KDE3 integrated X11 desktop
kdelibs-3.3.0_2 Base set of libraries needed by KDE programs
kdemultimedia-3.3.0 Multimedia utilities for the KDE integrated X11 desktop
kdemultimedia-mpeglib_artsplug-3.3.0 Default KDE decoders for mp3/ogg
kdepim-3.3.0 Personal Information Management tools for KDE
kdeutils-3.3.0 Utilities for the KDE integrated X11 desktop <-------------------------------
lcms-1.13,1 Light Color Management System -- a color management library
libIDL-0.8.4 A library for creating trees of CORBA Interface Definition
libXft-2.1.6 A client-sided font API for X applications
libart_lgpl2-2.3.16 Library for high-performance 2D graphics
libaudiofile-0.2.6 A sound library for SGI audio file
libbonobo-2.6.2 A component and compound document system for GNOME2
libbonoboui-2.6.1 GUI frontend to the libbonobo component of GNOME 2
libcroco-0.5.1 CSS2 parsing library
libglade2-2.4.0 GNOME glade library
libglut-6.0.1 A graphics library similar to SGI's OpenGL
libgmp-4.1.3 A free library for arbitrary precision arithmetic
libgnome-2.6.1.2 Libraries for GNOME, a GNU desktop environment
libgnomecanvas-2.6.1.1 A graphics library for GNOME
libgnomeprint-2.6.2 Gnome print support library
libgnomeprintui-2.6.2 Gnome print support library
libgnomeui-2.6.1.1 Libraries for the GNOME GUI, a GNU desktop environment
libgsf-1.10.1 An extensible i/o abstraction for dealing with structured f
libgtkhtml-2.6.2 Lightweight HTML rendering/printing/editing engine
libgtop2-2.6.0_1 GNOME 2 top library
libiconv-1.9.2_1 A character set conversion library
libid3tag-0.15.0b_1 ID3 tags library (part of MAD project)
libidn-0.5.4 Internationalized Domain Names command line tool
libltdl-1.5.8 System independent dlopen wrapper
libmad-0.15.1b Libmad library (part of MAD project)
libmal-0.40 A library encapsulating malsync
libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library
libmusicbrainz-2.1.1 2nd generation incarnation of the CD Index - audio metadata
libogg-1.1,3 Ogg bitstream library
librep-0.16.2_4 An Emacs Lisp like runtime library
librsvg2-2.6.5_1 Library for parsing and rendering SVG vector-graphic files
libslang-1.4.9 Routines for rapid alpha-numeric terminal applications deve
libtunepimp-0.3.0_1 Client library for musicbrainz
libungif-4.1.3 Tools and library routines for working with GIF images
libvorbis-1.0.1,3 Audio compression codec library
libwnck-2.6.2.1_1 Library used for writing pagers and taskslists
libxklavier-1.03_1,1 An utility library to make XKB stuff easier
libxml2-2.6.13 XML parser library for GNOME
libxslt-1.1.10 The XSLT C library for GNOME
linc-1.0.3_2 A library for writing networked servers & clients
links-2.1.p15,1 Lynx-like text WWW browser
linux_base-7.1_7 The base set of packages needed in Linux mode
ltmdm-1.4_11 Driver for the Lucent LT Winmodem chipset <-------------------------------------
lynx-2.8.5 A non-graphical, text-based World-Wide Web client
m4-1.4.1 GNU m4
metacity-2.8.2_1 A window manager for the adult in you
mozilla-1.7.2_2,2 The open source, standards compliant web browser
mtools-3.9.8_3 A collection of tools for manipulating MSDOS files
mutt-1.4.2.1_1 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh,
nas-1.6 Network Audio System
nautilus-media-0.8.0_4 GStreamer-based multimedia views for Nautilus
nautilus2-2.6.3_1 GNOME file manager and graphical shell developed by Eazel
net-snmp-5.1.2_1 An extendable SNMP implementation
nspr-4.4.1_1 A platform-neutral API for system level and libc like funct
open-motif-2.2.3 Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openldap-client-2.2.15 Open source LDAP client implementation
opera-7.54.20040803_2 A blazingly fast, full-featured, standards-compliant browse
p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat
pango-1.4.1 An open-source framework for the layout and rendering of i1
pcnfsd-93.02.16 Sun PC NFS authentication and printing server
pcre-4.5 Perl Compatible Regular Expressions library
pdksh-5.2.14p2 The Public Domain Korn Shell
perl-5.8.5 Practical Extraction and Report Language
pilot-link-0.11.8_3 PalmPilot communications utilities (backup/restore/install/
pine-4.61 PINE(tm) -- a Program for Internet News & Email
pkgconfig-0.15.0_1 A utility used to retrieve information about installed libr
png-1.2.6 Library for manipulating PNG images
popd-2.2.2a_3 Very fast, highly configurable POP3 server (fully RFC1939 c
popt-1.7 A getopt(3) like library with a number of enhancements, fro
portupgrade-20040701_3 FreeBSD ports/packages administration and management tool s
postfix-2.1.4,1 A secure alternative to widely-used Sendmail
psutils-letter-1.17_1 Utilities for manipulating PostScript documents
python-2.3.4_2 An interpreted object-oriented programming language
qt-3.3.3 Multiplatform C++ application framework
rep-gtk2-0.18_1,1 GTK+-2 binding for rep Lisp interpreter
rsync-2.6.2_3 A network file distribution/synchronization utility
ruby-1.8.2.p2_1 An object-oriented interpreted scripting language
vim-6.3.16 Vi "workalike", with many additional features
vim-lite-6.3.16 Vi "workalike", with many additional features (Lite package
vte-0.11.11 Terminal widget with improved accessibility and I18N suppor
windowmaker-0.80.2_3 GNUStep-compliant NeXTStep window manager clone
wmicons-1.0 Icons mainly for use in Window Maker
xchat2-2.4.0 An X11 IRC client using the GTK+ 2 toolkit
xearth-1.1 Set the root window to the image of earth
xfmail-1.5.5_4 An X Window System application for receiving electronic mai
xforms-1.0_3,1 A graphical user interface toolkit for X Window System
xmlcatmgr-2.1 SGML and XML catalog manager
xorg-6.7.0_1 X.Org distribution metaport
xorg-clients-6.7.0_4 X client programs and related files from X.Org
xorg-documents-6.7.0 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.7.0 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.7.0 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.7.0 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.7.0 X.Org font encoding files
xorg-fonts-miscbitmaps-6.7.0 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.7.0 X.Org TrueType fonts
xorg-fonts-type1-6.7.0 X.Org Type1 fonts
xorg-fontserver-6.7.0 X font server from X.Org
xorg-libraries-6.7.0_2 X11 libraries and headers from X.Org
xorg-manpages-6.7.0 X.Org library manual pages
xorg-nestserver-6.7.0 Nesting X server from X.Org
xorg-printserver-6.7.0 X Print server from X.Org
xorg-server-6.7.0_9 X.Org X server and related programs
xorg-vfbserver-6.7.0 X virtual framebuffer server from X.Org
xpdf-3.00_3 Display PDF files, and convert them to other formats
xscreensaver-gnome-4.18 Save your screen while you entertain your cat (for GNOME us
xterm-196_3 Terminal emulator for the X Window System
xv-3.10a_4 An X11 program that displays images of various formats
yelp-2.6.2 A help browser for the GNOME 2 desktop
zsh-4.2.1 The Z shell



I tried to install kde through ports :

Quote:
status_kdeedu=ON
PORTSDIR=/usr/ports
KDE_FULL_SESSION=true
ARCH=i386
ECHO_MSG=echo
CAT=/bin/cat
GS_LIB=/root/.fonts
OPSYS=FreeBSD
MACHTYPE=i386
USER=root
KONSOLE_DCOP_SESSION='DCOPRef(konsole-975,session-1)'
MAIL=/var/mail/root
status_kdesdk=ON
DEPENDS=
X11BASE=/usr/X11R6
SHLVL=3
VENDOR=intel
XCURSOR_SIZE=
BATCH=
HOME=/root
status_kdewebdev=ON
status_kdepim=ON
status_kdemultimedia=ON
status_kdeadmin=ON
PKG_DELETE=/usr/sbin/pkg_delete
MKDIR='/bin/mkdir -p'
CURDIR=/usr/ports/x11/kde3
status_kdeutils=ON
PAGER=more
GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc:/root/.kde/share/config/gtkrc
BSD_INSTALL_SCRIPT='install -o root -g wheel -m 555'
PS1='# '
OPTIND=1
MAKEFLAGS=' ARCH=i386 OPSYS=FreeBSD OSREL=5.3 OSVERSION=503001 PORTOBJFORMAT=elf SYSTEMVERSION='
PS2='> '
status_kdegames=ON
GROUP=wheel
COLORTERM=
status_kdeaccessibility=ON
tempallmodules=/tmp/allmodules.xjJlEjLs
TOUCH=/usr/bin/touch
LOGNAME=root
OSREL=5.3
REINPLACE_CMD=
WINDOWID=46137349
tempinstalled=/tmp/installed.3JNAFXgE
ALL_MODULES='KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEVELOP KDEEDU KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK KOFFICE KDEPIM KDESDK KDETOYS KDEUTILS KDEWEBDEV'
BSD_INSTALL_DATA='install -o root -g wheel -m 444'
BLOCKSIZE=K
TERM=xterm
PORTOBJFORMAT=elf
DISTDIR=/usr/ports/distfiles
WRKDIRPREFIX=
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/root/.gtkrc-2.0:/root/.kde/share/config/gtkrc
retval=0
CONFIG_FILE=/usr/local/etc/kde-meta.conf
SESSION_MANAGER=local/:/tmp/.ICE-unix/576
PPID=1136
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
XCURSOR_THEME=default
KONSOLE_DCOP='DCOPRef(konsole-975,konsole)'
status_koffice=ON
tempselection=/tmp/selection.pGla5meU
DISPLAY=:0.0
SYSTEMVERSION=
status_kdegraphics=ON
tempprocessed=/tmp/processed.Gaa7vFzU
XAUTHORITY=/root/.Xauthority
PREFIX=/usr/local
WRKDIR=/usr/ports/x11/kde3/work
ECHO=echo
OSVERSION=503001
SED=/usr/bin/sed
HOST=
SHELL=/bin/csh
status_kdetoys=ON
TR=/usr/bin/tr
__MKLVL__=1
LOCALBASE=/usr/local
PKG_INFO=/usr/sbin/pkg_info
IFS='
'
i=kdewebdev
status_kdenetwork=ON
status_kdeartwork=ON
SCRIPTDIR=/usr/ports/x11/kde3/scripts
KDE_MULTIHEAD=false
OSTYPE=FreeBSD
PWD=/usr/ports/x11/kde3
BSD_INSTALL_MAN='install -o root -g wheel -m 444'
GREP=/usr/bin/grep
WRKSRC=/usr/ports/x11/kde3/work/kde-3.3.0
TERMCAP='xterm|xterm-color|X11 terminal emulator:ti@:te@:k1=\EOP:k2=\EOQ:k3=\EORConfiguration and first installation step finished. Run 'make install' to
install the rest of the modules you selected. Run 'make clean && make' to
re-enter the configuration. Please note that you CANNOT REMOVE modules
through this menu system, use pkg_delete instead.

If you do not want the menu to run, put BATCH=YES into /etc/make.conf
(this will install all KDE modules).

If you do not want the menu to run AND you do not want specific
modules to be installed, put lines reading 'WITHOUT_<Name-of-Module>=YES'
into /etc/make.conf (for example WITHOUT_KOFFICE=YES).

===> Installing for kde-3.3.0
===> kde-3.3.0 depends on executable: kjumpingcube - found
===> kde-3.3.0 depends on executable: kdessh - found
===> kde-3.3.0 depends on executable: kword - not found
===> Verifying install for kword in /usr/ports/editors/koffice-kde3
===> Vulnerability check disabled, database not found
>> koffice-1.3.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/KDE/koffice.
>> Attempting to fetch from ftp://download.kde.org/pub/kde/stabl...ce-1.3.2/src/.
fetch: ftp://download.kde.org/pub/kde/stabl...1.3.2.tar.bz2: No address record
>> Attempting to fetch from ftp://www.t.ring.gr.jp/pub/X/kde/sta...ce-1.3.2/src/.
fetch: ftp://www.t.ring.gr.jp/pub/X/kde/sta...1.3.2.tar.bz2: No address record
>> Attempting to fetch from http://www.t.ring.gr.jp/archives/X/k...ce-1.3.2/src/.
fetch: http://www.t.ring.gr.jp/archives/X/k...1.3.2.tar.bz2: No address record
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/po.../KDE/koffice/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/po...1.3.2.tar.bz2: No address record
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/KDE/koffice and try again.
*** Error code 1

Stop in /usr/ports/editors/koffice-kde3.
*** Error code 1

Stop in /usr/ports/x11/kde3.

No luck there.


I don't have an lt* dev in /dev/ :

Quote:
total 1

crw-rw---- 1 uucp dialer 237, 128 Jul 8 09:06 cuaa0 <----------------
crw-rw---- 1 uucp dialer 237, 129 Jul 8 09:06 cuaa1 <---------------
crw-rw---- 1 uucp dialer 236, 160 Jul 8 09:06 cuaia0
crw-rw---- 1 uucp dialer 236, 161 Jul 8 09:06 cuaia1
crw-rw---- 1 uucp dialer 228, 160 Jul 8 09:06 cuail0
crw-rw---- 1 uucp dialer 228, 128 Jul 8 09:06 cual0
crw-rw---- 1 uucp dialer 236, 192 Jul 8 09:06 cuala0
crw-rw---- 1 uucp dialer 236, 193 Jul 8 09:06 cuala1
crw-rw---- 1 uucp dialer 228, 192 Jul 8 09:06 cuall0
crw------- 1 root wheel 173, 0 Jul 8 09:06 devctl
cr-------- 1 root wheel 230, 0 Jul 8 09:06 devstat
dr-xr-xr-x 2 root wheel 512 Jul 8 21:06 fd
crw-r----- 1 root operator 4, 10 Jul 8 09:06 fd0
crw------- 1 root wheel 248, 0 Jul 8 09:06 fido
lrwxr-xr-x 1 root wheel 5 Jul 8 21:06 fw0 -> fw0.0
crw-rw---- 1 root operator 241, 0 Jul 8 09:06 fw0.0
lrwxr-xr-x 1 root wheel 8 Jul 8 21:06 fwmem0 -> fwmem0.0
crw-rw---- 1 root operator 241, 0x01000000 Jul 8 09:06 fwmem0.0
crw-r----- 1 root operator 252, 0 Jul 8 09:06 geom.ctl
crw------- 1 root wheel 247, 14 Jul 8 09:06 io
lrwxr-xr-x 1 root wheel 6 Jul 8 21:06 kbd0 -> atkbd0
crw------- 1 root wheel 7, 0 Jul 8 09:06 klog
crw-r----- 1 root kmem 245, 1 Jul 8 09:06 kmem
lrwxr-xr-x 1 root wheel 12 Jul 8 09:07 log -> /var/run/log
crw------- 1 root wheel 235, 0 Jul 8 09:06 lpt0
crw------- 1 root wheel 235, 128 Jul 8 09:06 lpt0.ctl
crw------- 1 root wheel 231, 0xffff00ff Jul 8 09:06 mdctl
crw-r----- 1 root kmem 245, 0 Jul 8 09:06 mem
dr-xr-xr-x 2 root wheel 512 Jul 8 21:06 net
lrwxr-xr-x 1 root wheel 8 Jul 8 21:06 net1 -> net/fwe0
lrwxr-xr-x 1 root wheel 9 Jul 8 21:06 net2 -> net/plip0
lrwxr-xr-x 1 root wheel 7 Jul 8 21:06 net3 -> net/lo0
crw------- 1 root wheel 253, 0 Jul 8 09:06 network
crw------- 1 root wheel 232, 1 Jul 8 09:06 nfs4
crw-rw-rw- 1 root wheel 2, 2 Jul 8 09:34 null
crw-r--r-- 1 root wheel 250, 0 Jul 8 09:06 pci
crw------- 1 root wheel 234, 0 Jul 8 09:06 ppi0
crw-rw-rw- 1 root wheel 238, 1 Jul 8 09:06 psm0
crw-rw-rw- 1 root wheel 6, 0 Jul 8 09:06 ptyp0
crw-rw-rw- 1 root wheel 6, 1 Jul 8 09:06 ptyp1
crw-rw-rw- 1 root wheel 6, 2 Jul 8 09:10 ptyp2
crw-rw-rw- 1 root wheel 6, 3 Jul 8 09:06 ptyp3
crw-rw-rw- 1 root wheel 6, 4 Jul 8 09:12 ptyp4
crw-rw-rw- 1 root wheel 6, 5 Jul 8 09:34 ptyp5
crw-rw-rw- 1 root wheel 249, 0 Jul 8 21:07 random
lrwxr-xr-x 1 root wheel 4 Jul 8 21:06 stderr -> fd/2
lrwxr-xr-x 1 root wheel 4 Jul 8 21:06 stdin -> fd/0
lrwxr-xr-x 1 root wheel 4 Jul 8 21:06 stdout -> fd/1
crw------- 1 root wheel 246, 128 Jul 8 09:06 sysmouse
crw------- 1 root wheel 237, 0 Jul 8 09:06 ttyd0
crw------- 1 root wheel 237, 1 Jul 8 09:06 ttyd1
crw------- 1 root wheel 236, 32 Jul 8 09:06 ttyid0
crw------- 1 root wheel 236, 33 Jul 8 09:06 ttyid1
crw------- 1 root wheel 228, 32 Jul 8 09:06 ttyil0
crw------- 1 root wheel 228, 0 Jul 8 09:06 ttyl0
crw------- 1 root wheel 236, 64 Jul 8 09:06 ttyld0
crw------- 1 root wheel 236, 65 Jul 8 09:06 ttyld1
crw------- 1 root wheel 228, 64 Jul 8 09:06 ttyll0
crw--w---- 1 root wheel 5, 0 Jul 8 09:07 ttyp0
crw--w---- 1 root wheel 5, 1 Jul 8 09:07 ttyp1
crw--w---- 1 root wheel 5, 2 Jul 8 09:33 ttyp2
crw--w---- 1 root tty 5, 3 Jul 8 09:06 ttyp3
crw------- 1 root tty 5, 4 Jul 8 09:12 ttyp4
crw------- 1 root tty 5, 5 Jul 8 09:34 ttyp5
crw------- 1 root tty 233, 0 Jul 8 09:11 ttyv0
crw------- 1 root wheel 233, 1 Jul 8 09:07 ttyv1
crw------- 1 root wheel 233, 2 Jul 8 09:07 ttyv2
crw------- 1 root wheel 233, 3 Jul 8 09:07 ttyv3
crw------- 1 root wheel 233, 4 Jul 8 09:07 ttyv4
crw------- 1 root wheel 233, 5 Jul 8 09:07 ttyv5
crw------- 1 root wheel 233, 6 Jul 8 09:07 ttyv6
crw------- 1 root wheel 233, 7 Jul 8 09:07 ttyv7
crw------- 1 root wheel 233, 8 Jul 8 09:06 ttyv8
crw------- 1 root wheel 233, 9 Jul 8 09:06 ttyv9
crw------- 1 root wheel 233, 10 Jul 8 09:06 ttyva
crw------- 1 root wheel 233, 11 Jul 8 09:06 ttyvb
crw------- 1 root wheel 233, 12 Jul 8 09:06 ttyvc
crw------- 1 root wheel 233, 13 Jul 8 09:06 ttyvd
crw------- 1 root wheel 233, 14 Jul 8 09:06 ttyve
crw------- 1 root wheel 233, 15 Jul 8 09:06 ttyvf
lrwxr-xr-x 1 root wheel 6 Jul 8 21:06 urandom -> random
crw-rw---- 1 root operator 240, 255 Jul 8 09:06 usb
crw-rw---- 1 root operator 240, 0 Jul 8 09:06 usb0
crw-rw---- 1 root operator 240, 1 Jul 8 09:06 usb1
crw------- 1 root operator 229, 0 Jul 8 09:06 xpt0
crw-rw-rw- 1 root wheel 2, 12 Jul 8 09:06 zero


What do i do now ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
exp about FreeBSD installation lifetaster Linux - Newbie 2 02-18-2004 06:43 PM
FreeBSD Installation misophist *BSD 2 10-27-2003 07:43 PM
freebsd installation help wakerageup *BSD 4 10-20-2003 06:26 AM
freeBSD installation DazeiHead *BSD 20 09-03-2003 01:40 PM
FreeBSD 4.5 Installation martinpanda *BSD 0 09-28-2002 03:41 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 11:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration