LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-07-2004, 01:50 AM   #16
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30

The Gatos Project's implementation of the ATi Radeon driver is included in the standard install of XFree86 for FreeBSD. From memory it is number 6 in the list from the video card database presented during X configuration. Otherwise, select vesa to get a usable interface - you can edit /etc/X11/XF86Config later to use the radeon driver.
 
Old 03-07-2004, 02:01 AM   #17
Optyx
Member
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: Slackware 6
Posts: 95

Original Poster
Rep: Reputation: 15
Alright thanks for that rehab.
Just for word of thumb were you talking about FreeBSD 5.2?
 
Old 03-07-2004, 02:31 AM   #18
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Generally speaking, these things are written for FreeBSD -current. Most hardware support in -stable is back-ported from -current. I cannot imagine that there's any way this wouldn't be for 5.2.x.
 
Old 03-07-2004, 04:27 AM   #19
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
Video driver support in X is dependant on the version of X you install (or compile) rather than the version of the OS as a whole - the radeon driver has been in the FreeBSD port of XF86 since 4.3.0_3 that I know of (that being the first version of X I installed under FreeBSD a couple of months ago)

Last edited by rehab junkie; 03-07-2004 at 04:32 AM.
 
Old 03-07-2004, 04:36 AM   #20
Optyx
Member
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: Slackware 6
Posts: 95

Original Poster
Rep: Reputation: 15
Ye i realise its dependent on the version of X but just wasent sure what version of FreeBSD 5.2 comes with.
 
Old 03-07-2004, 05:39 AM   #21
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
That's what the thread I linked was about, it doesn't come with it, you have to build it from ports. Well actually, it comes "with" it in the sense that the port Makefile is present if you choose to install the ports sytem. It will need to download the distfile and build it, though (hence the instructions above).

It's also highly recommended that you read this section of the FreeBSD handbook that deals with using cvsup (to update your source).
 
Old 03-07-2004, 11:45 AM   #22
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Quote:
it doesn't come with it, you have to build it from ports.
And that folks is the beauty of *bsd.
 
Old 03-07-2004, 12:41 PM   #23
Optyx
Member
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: Slackware 6
Posts: 95

Original Poster
Rep: Reputation: 15
Ok, i got freeBSD up and running on my other computer behind me.
I have a question regarding FreeBSIE however.

What is the command to set it to DHCP , i tryed netconfig and comand not found (hell even dir has command not found).

Im just wantding to set the connection as usual to DHCP
 
Old 03-07-2004, 03:37 PM   #24
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
FreeBSD handbook entry for DHCP
According to the dhclient man page (linked from the above page) the syntax should be like this:
# dhclient if0
where "if" is the name of your network card driver. If you're unsure what that is, do:
$ dmesg
and look for a line that has the name of your NIC in it. The start of that line will be the driver name (fxp0, rl0, xl0, etc).

"dir" is a MS-DOS command, "ls" is the UNIX command to list directory entries.

At this point I would recommend reading the FreeBSD handbook, since all the questions you're asking can be answered there.

Last edited by chort; 03-07-2004 at 03:43 PM.
 
Old 03-07-2004, 04:17 PM   #25
Optyx
Member
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: Slackware 6
Posts: 95

Original Poster
Rep: Reputation: 15
Alright thanks for that,
Sorry for spamming.

Ill go check the book out now.
 
Old 03-07-2004, 04:51 PM   #26
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
As a BSD beginner, you can install binary packages from the sysinstall utility (the menu-based system that boots from the CD, which can be run anytime as root, with the command "sysinstall")

Select Configuration -> Packages from the menu, there are a number available on the FreeBSD CD, or you can select an HTTP/FTP server once you have Internet access. This system, while not as flexible as installing from the ports collection, does make it easier while learning BSD and will get you up and running much faster as it's not compiling everything.
 
Old 03-12-2004, 07:00 AM   #27
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
I am a Slackware user who has been lurking in the BSD forums and trying to decide on giving BSD a try.

Linux users had the same problems with the newer Radon cards. The way I delt with it in linux was to download the new Xfree 4.4 binaries from the xfree site and run the included install script. Xfree 4.4 provides support for the newer radon cards including DRI. I note that they have binaries for freebsd that look to install similiarly.

This may be how unix/linux users install X11 in the future due to licensing changes at XFree that make it hard to include XFree 4.4 in a distrobution. Not sure how FreeBSD is planning to deal with the new licensing change but for an individual it is an easy way to get support for your newer radeon card.
 
  


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
freeBSD 5.3 startx is missing Rhatlinux *BSD 4 05-02-2005 11:27 AM
startx freezes system on FreeBSD 5.2.1 TJandE *BSD 3 07-09-2004 10:08 AM
[freeBSD] startx MD3 *BSD 15 06-20-2004 01:32 PM
Just installed Slack, now startx problems Goatdemon Slackware 13 07-16-2002 12:57 AM
Installed Debian, can't startx? nutshell Linux - General 8 07-01-2002 06:15 AM

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

All times are GMT -5. The time now is 03:20 AM.

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