|
|||||||
| Linux Operating Systems Talk about all Linux distributions and software here! |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Freedom is a feature.
|
FreeBSD 6.0 BETA1
I tried PC-BSD before, and I liked it. I was tempted when I saw this mentioned in the news, because it's going to be an interesting release, from what I heard. So I downloaded it.
Surprisingly, both ISOs could fit on one CD (one is ~450MB and another ~150MB). Strange decision to put it on two CDs if you ask me. I'm going to install it on my father's laptop (Celeron 2.2, 256MB, Intel 845, NV GF4Go etc.). Anything I should know before I try?
__________________
-- Vedran |
|
|
|
|
|
#2 |
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,170
Rep Power: 0 ![]() |
Well, I'm running it now. Post your full specs and I can tell you about hardware compatiblity. I don't think the Celerons scale their speed, so you may be out of luck there. Most onboard wireless chipsets don't work out of the box; you'll probably have to use NDIS. I couldn't get NDIS working with WPA, so I'm just using an Atheros based PCMCIA card. There are binary Nvidia drivers which work just fine, so that shouldn't be a problem. However, if you have a widescreen monitor, you'll need a special Modeline in your xorg.conf to make is display properly.
I'm not familiar with PC-BSD, so I'm not sure if they use a GUI package manager or use the ports system. If you need help with ports or any sort of configuration, just ask and I can walk you through it.
__________________
quad (FreeBSD/amd64 8-CURRENT): Intel Q6600 - Asus P5E-VM HDMI - 2x2 GB Kingston PC6400 DDR2 Ram - Seagate 320GB 7200RPM HD - 2xSeagate 1TB 7200RPM HD in RAID 1 via ZFS - Lite-On 20x DVD Multi Recorder - Coolermaster Centurion 5 router (FreeBSD/amd64 8-CURRENT): Intel E4500 - Intel D945GCNL - 2 GB PC6400 Mushkin Ram - Lite-On 48x24x48x16 - Seagate 320GB 7200RPM HD - Silverstone SST-SG02-F wanderer (FreeBSD/i386 7-CURRENT): Lenovo Thinkpad T61p mini (OS X 10.5): Intel Core 2 Duo @ 1.8Ghz, 4 GB Mushkin PC5400 Ram - Headroom MicroDAC Portable sound: Rockboxed iPod Video -> Westone UM2's Not-So-Portable Sound: Headroon MicroDAC -> Singlepower PPX3-SLAM -> Grado RS-1's or Beyerdynamic DT-880's Very-Not-Portable-Sound: Squeezebox v3 -> Denon AVR-1507 -> B&W 683's & Sunfire HRS-10 |
|
|
|
|
|
|
|
Freedom is a feature.
|
Simple and stupid question: What do I need to do to get a GUI of any kind?
__________________
-- Vedran |
|
|
|
|
|
#4 |
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,170
Rep Power: 0 ![]() |
I have a lengthy (not in a bad way) response, but I don't have time to post it now. I'll have it for you later today, though.
__________________
quad (FreeBSD/amd64 8-CURRENT): Intel Q6600 - Asus P5E-VM HDMI - 2x2 GB Kingston PC6400 DDR2 Ram - Seagate 320GB 7200RPM HD - 2xSeagate 1TB 7200RPM HD in RAID 1 via ZFS - Lite-On 20x DVD Multi Recorder - Coolermaster Centurion 5 router (FreeBSD/amd64 8-CURRENT): Intel E4500 - Intel D945GCNL - 2 GB PC6400 Mushkin Ram - Lite-On 48x24x48x16 - Seagate 320GB 7200RPM HD - Silverstone SST-SG02-F wanderer (FreeBSD/i386 7-CURRENT): Lenovo Thinkpad T61p mini (OS X 10.5): Intel Core 2 Duo @ 1.8Ghz, 4 GB Mushkin PC5400 Ram - Headroom MicroDAC Portable sound: Rockboxed iPod Video -> Westone UM2's Not-So-Portable Sound: Headroon MicroDAC -> Singlepower PPX3-SLAM -> Grado RS-1's or Beyerdynamic DT-880's Very-Not-Portable-Sound: Squeezebox v3 -> Denon AVR-1507 -> B&W 683's & Sunfire HRS-10 |
|
|
|
|
|
#5 |
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,170
Rep Power: 0 ![]() |
I would have posted this sooner, but I worked in the lab late last night. I was going to post more, but I cut it down a bit.
First off, did you install a graphical desktop when you installed the system? If so, we'll just have to setup Xorg (a simple "Xorg -configure" will do) and copy the configuartion file to "/etc/X11/xorg.conf". Then, find out which command starts up your graphical desktop. XFCE4 uses startxfce4 and I believe KDE uses startkde. To utilize the command, create a file called .xinitrc in your home directory and add a line to it like this: Code:
exec startxfce4 If you don't have that stuff installed, you will have to install them first. There are two methods for this. one being packages and the other being ports. However, I prefer ports and recommend them as well. To install packages, you can do a "pkg_add -r kde" or "pkg_add -r gnome" to install the graphical desktop of your choice. This command will download the program and all of its dependencies in package form and install them onto the system. If you want to use ports, it will be a little bit more complicated, but I think it is worth it. The ports system is similar to Gentoo's portage (this is what portage is based off of actually) and tends to be more up to date than the binary packages. When you go to install a ports, the source code is downloaded, compiled, and installed, along with its dependencies. If your worried about heat with your laptop, ports might not be such a good idea. I can write an explanation on how to use ports if you choose to go in that direction.
__________________
quad (FreeBSD/amd64 8-CURRENT): Intel Q6600 - Asus P5E-VM HDMI - 2x2 GB Kingston PC6400 DDR2 Ram - Seagate 320GB 7200RPM HD - 2xSeagate 1TB 7200RPM HD in RAID 1 via ZFS - Lite-On 20x DVD Multi Recorder - Coolermaster Centurion 5 router (FreeBSD/amd64 8-CURRENT): Intel E4500 - Intel D945GCNL - 2 GB PC6400 Mushkin Ram - Lite-On 48x24x48x16 - Seagate 320GB 7200RPM HD - Silverstone SST-SG02-F wanderer (FreeBSD/i386 7-CURRENT): Lenovo Thinkpad T61p mini (OS X 10.5): Intel Core 2 Duo @ 1.8Ghz, 4 GB Mushkin PC5400 Ram - Headroom MicroDAC Portable sound: Rockboxed iPod Video -> Westone UM2's Not-So-Portable Sound: Headroon MicroDAC -> Singlepower PPX3-SLAM -> Grado RS-1's or Beyerdynamic DT-880's Very-Not-Portable-Sound: Squeezebox v3 -> Denon AVR-1507 -> B&W 683's & Sunfire HRS-10 |
|
|
|
|
|
|
|
Freedom is a feature.
|
Sorry I didn't respond earlier. To make the story short: I had to return that laptop to previous state, that is, I had to install Windows. So, no go on this one.
However, I got new laptop (Gericom Blockbuster Xcellent 7000 - Celeron 1.5, 512MB, Radeon 9700 Mobility 256MB...). I installed Intel PRO/Wireless 2200BG card in it. I played with Gentoo on it; and I had no problems overheating or stuff, even with long compiles such as GNOME. (I tried Xfce as well, it's quite good actually!) Almost everything worked in Gentoo, except wireless which fails with error Code:
dmaWaitSync Failed <next 3 lines are firmware load error> However, it seems that FreeBSD's ipw/iwi driver doesn't contain the line. Also, from what I heard it's included in kernel in 6.0 release. This makes FreeBSD worth trying on this laptop, and I'm giving it a shot. Even if I don't succed, I will still probably learn something new and interesting. Let's put it this way. I installed it and I get the prompt. So, can you please explain how to use ports? Good exmaple would be how to install the firmware for ipw/iwi driver. P.S. I wouldn't ask such questions if FreeBSD handbook wasn't 1000 pages long ![]() Makes you wonder how hard that OS must be (j/k)
__________________
-- Vedran |
|
|
|
|
|
#7 |
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,170
Rep Power: 0 ![]() |
Ok, first make sure you have installed the ports and src collections from the install CD. Also, you will need to be logged in as root to do these steps. If you have not installed cvsup already, you will want to run:
Code:
pkg_add -r cvsup Then, you'll want to login as root and execute this command: Code:
cp /usr/share/examples/etc/make.conf /etc Now, we will set up make.conf for your system. We'll just change the compile flags and configure cvs updating. First, you'll see the line: Code:
#CFLAGS= -O -pipe Code:
CFLAGS= -O2 -pipe Next, find this line: Code:
#COPTFLAGS= -O -pipe Code:
COPTFLAGS= -O2 -ffast-math -pipe Code:
#SUP_UPDATE= # #SUP= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 #SUPHOST= cvsup.uk.FreeBSD.org #SUPFILE= /usr/share/examples/cvsup/standard-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile #DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile Code:
SUP_UPDATE= SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup.de.FreeBSD.org SUPFILE= /usr/share/examples/cvsup/standard-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile Code:
cd /usr/src; make update Code:
cd /usr/ports/x11/xorg; make install clean Code:
cd /usr/ports; make search name=kde | more Code:
cd /usr/ports; make search key=kde | more I think that covers the setup and usage of ports well enough. Try it out and see how well it works for you.
__________________
quad (FreeBSD/amd64 8-CURRENT): Intel Q6600 - Asus P5E-VM HDMI - 2x2 GB Kingston PC6400 DDR2 Ram - Seagate 320GB 7200RPM HD - 2xSeagate 1TB 7200RPM HD in RAID 1 via ZFS - Lite-On 20x DVD Multi Recorder - Coolermaster Centurion 5 router (FreeBSD/amd64 8-CURRENT): Intel E4500 - Intel D945GCNL - 2 GB PC6400 Mushkin Ram - Lite-On 48x24x48x16 - Seagate 320GB 7200RPM HD - Silverstone SST-SG02-F wanderer (FreeBSD/i386 7-CURRENT): Lenovo Thinkpad T61p mini (OS X 10.5): Intel Core 2 Duo @ 1.8Ghz, 4 GB Mushkin PC5400 Ram - Headroom MicroDAC Portable sound: Rockboxed iPod Video -> Westone UM2's Not-So-Portable Sound: Headroon MicroDAC -> Singlepower PPX3-SLAM -> Grado RS-1's or Beyerdynamic DT-880's Very-Not-Portable-Sound: Squeezebox v3 -> Denon AVR-1507 -> B&W 683's & Sunfire HRS-10 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|