Results 1 to 8 of 8

Thread: Well I installed FreeBSD

  1. #1
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Well I installed FreeBSD

    I just installed FreeBSD 7.0 and it is quite fast and seems nice and that I will have to learn quite a lot. I have a few questions,
    1. I am running KDE, how can I get it to automout external devices?
    2. How do I install (search and remove) packages?
    3. My sound is not working, I get an error:
    Error while initializing the sound driver:

    device /dev/dsp can't be opened (no such fle or directory)
    how can I fix it?

    I know I should ask this on a BSD forum but all the posts on bsdforums.org seem to be related to pornography... thanks anyway
    one more thing, what are some cool things i should check out (I am a command line junkie XD)
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  2. #2
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: Well I installed FreeBSD

    I just tried to boot into my archlinux system on the same drive (but of course different partition) but it did not have a section for it, where is the menu.lst equivilant for FreeBSD? Also, for some reason my SCSI drives look like IDE drives (ad4 is the name of my drive in FreeBSD)
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  3. #3
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: Well I installed FreeBSD

    I also realized that my wireless doesnt work and I dont have access to a wired network at the moment (I am using my bros laptop to type this)
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  4. #4
    Join Date
    Aug 2007
    Beans
    2,132

    Re: Well I installed FreeBSD

    Install packages with pkg_add. The FreeBSD Handbook is great. I recommend booting a Puppy Live CD and running the GRUB install app - it works very well. It might help if you could post some info on your wireless card.

    By the way, the BSDnexus forums are pretty good if small: http://forums.bsdnexus.com/.

  5. #5
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: Well I installed FreeBSD

    well I have an Intel Pro wireless 3945 ABG. I noticed that the driver isnt included in the set of cds and that it is not available for OpenBSD.
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  6. #6
    Join Date
    Aug 2007
    Beans
    2,132

    Re: Well I installed FreeBSD

    Quote Originally Posted by MONODA View Post
    well I have an Intel Pro wireless 3945 ABG. I noticed that the driver isnt included in the set of cds and that it is not available for OpenBSD.
    http://www.openbsd.org/cgi-bin/man.cgi?query=wpi

    The wpi driver looks like the one you want. According to the FreeBSD 7.0 release notes, wpi is included:
    [amd64, i386] The wpi(4) driver has been added to support the Intel 3945 Wireless LAN Controller.
    What are the results of ifconfig wpi0? Read here: http://www.freebsd.org/cgi/man.cgi?q...SD+7.0-RELEASE

  7. #7
    Iandefor is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Sep 2005
    Location
    New York
    Beans
    Hidden!

    Re: Well I installed FreeBSD

    Quote Originally Posted by MONODA View Post
    I just installed FreeBSD 7.0 and it is quite fast and seems nice and that I will have to learn quite a lot. I have a few questions,
    1. I am running KDE, how can I get it to automout external devices?
    2. How do I install (search and remove) packages?
    3. My sound is not working, I get an error:

    how can I fix it?

    I know I should ask this on a BSD forum but all the posts on bsdforums.org seem to be related to pornography... thanks anyway
    one more thing, what are some cool things i should check out (I am a command line junkie XD)
    1. Try poking around in /usr/local/etc/dbus-1. I was having problems with automounting and it turned out dbus by default doesn't grant you permission to send messages to HAL.
    2. You can use ports or the pkg_add command (pkg_add -r [name of package] is what you want to remotely fetch the package). Ports will download and compile the software, pkg_add uses FreeBSD's binary packaging system to install it.
    3. Check out the relevant section in the FreeBSD Handbook.
    Quote Originally Posted by MONODA View Post
    I just tried to boot into my archlinux system on the same drive (but of course different partition) but it did not have a section for it, where is the menu.lst equivilant for FreeBSD? Also, for some reason my SCSI drives look like IDE drives (ad4 is the name of my drive in FreeBSD)
    I recommend reinstalling GRUB and adding a menu entry for FreeBSD. The archlinux wiki has a useful howto. To add an entry for FreeBSD, you can do something like:
    Code:
    title   FreeBSD
    root  (hdsomething,something)
    chainloader +1
    boot
    This space intentionally left blank.

  8. #8
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: Well I installed FreeBSD

    thanks for your help, I got grub working, now to get automounting to work.
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •