background preloader

Freebsd

Facebook Twitter

Flash

Installing FreeBSD on a USB stick, episode II. Edit Installing FreeBSD on a USB stick, episode II Posted by Ceri Davies on 04/13/2006 I previously wrote about putting a 6.1-BETA4 FreeBSD installation on a USB stick . Since the bugs that were in the 6.1-BETA4 installation have been fixed, plus to get 6.1-RC1 tested, here are updated instructions (which should work with 6.1-RELEASE as well). These instructions result in a downloadable image suitable for dd ing direct to a USB stick of 512MB or larger. arved pointed out that it’s good to minimize the amount of writes done to USB sticks (and flash memory in general), and I’ve got some pointers in these instructions, but I haven’t really looked at this point.

If you are looking to install FreeBSD from a USB stick, you should check out Dario Freni’s script . Note You'll need to grab the disc1 ISO — get the latest one. # mkdir -p /dist # mdconfig -a -f /a/FreeBSD/6.1-RC1-i386-disc1.iso md1 # mount -t cd9660 /dev/md1 /dist Insert the stick. . # fdisk -BI /dev/da0 We need a disk label: That's it for now. EeeBSD – Nighthack. AsusEee - FreeBSD Wiki. This page describes FreeBSD support for the Asus line of netbooks, Eee PC. Fix ACPI battery information Done rpaulo Add missing pieces to acpi_asus(4) (hotkeys!)

Ethernet driver ( ae(4) ) stas Fix snd_hda(4) resume path dumbbell Fix Synaptics touchpad resume path TBD (kmacy) Implement PCIE hotplug support [1] Hardware Monitoring In development Wireless driver for 901 ( rt2860 ) [2] L1 ethernet driver for 901 yongari [1] - Needed for Fn + F2 operation to enable/disable wireless. [2] - An experimental driver for the Ralink 2860 chipset is available at the ralink_drivers.git repository .

Some users found that enabling powerd causes sudden reboots and problems with the SD card and/or external devices. SD card reader problems (70x model only) Some users found that using the eeemon(4) kernel driver and enabling "high voltage" ( sysctl dev.eeemon.0.voltage=1 ) makes some SD/SDHC cards functional. Da0: 40.000MB/s transfers to: da0: 1.000MB/s transfers ath(4) : Atheros 5424/2424 ae(4) : Attansic L2 FastEthernet. Tutorials on how to set up a Web Server using Apache, PHP, and M. Bluetooth. Written by Pav Lucistnik. Bluetooth is a wireless technology for creating personal networks operating in the 2.4 GHz unlicensed band, with a range of 10 meters.

Networks are usually formed ad-hoc from portable devices such as cellular phones, handhelds, and laptops. Unlike Wi-Fi wireless technology, Bluetooth offers higher level service profiles, such as FTP-like file servers, file pushing, voice transport, serial line emulation, and more. This section describes the use of a USB Bluetooth dongle on a FreeBSD system. It then describes the various Bluetooth protocols and utilities. 30.5.1. Loading Bluetooth Support The Bluetooth stack in FreeBSD is implemented using the netgraph(4) framework.

Before attaching a device, determine which of the above drivers it uses, then load the driver. . # kldload ng_ubt If the Bluetooth device will be attached to the system during system startup, the system can be configured to load the module at boot time by adding the driver to /boot/loader.conf: 30.5.2. FreeBSD Server Administration. Daylight Savings Time Changes for 2007. This is a summary of the information about the change in Daylight Savings Time rules and how the change affects FreeBSD releases. In 2005 several countries, including the United States of America and Canada, passed legislation changing when Daylight Savings Time begins and ends. That change takes effect in 2007. For the time zones affected by the change Daylight Savings Time will begin on March 11th (instead of April 1st) and end on November 4th (instead of October 28th). FreeBSD uses /etc/localtime to control the conversion of the system's internal representation of time (based on UTC) to the format appropriate for the local time zone.

That file gets copied from one of the files in /usr/share/zoneinfo by the tzsetup(8) command, usually as part of the initial installation procedure. The change in Daylight Savings Time rules affects the files in /usr/share/zoneinfo for the time zones affected by the legislation passed in 2005. Setting Up Network Interface Cards. First, determine the model of the NIC and the chip it uses. FreeBSD supports a wide variety of NICs.

Check the Hardware Compatibility List for the FreeBSD release to see if the NIC is supported. If the NIC is supported, determine the name of the FreeBSD driver for the NIC. Refer to /usr/src/sys/conf/NOTES and /usr/src/sys/arch/conf/NOTES for the list of NIC drivers with some information about the supported chipsets. When in doubt, read the manual page of the driver as it will provide more information about the supported hardware and any known limitations of the driver. The drivers for common NICs are already present in the GENERIC kernel, meaning the NIC should show up during boot. In this example, two NICs using the dc(4) driver are present on the system: If the driver for the NIC is not present in GENERIC, but a driver is available, the driver will need to be loaded before the NIC can be configured and used. 12.5.1.1.

To use ndisgen(8), three things are needed: # kldload . FreeSBIE - Free System Burned In Economy. The FreeBSD Project. Rsnapshot. Frequently Asked Questions for FreeBSD 4.X. This innocent little Frequently Asked Questions document has been written, rewritten, edited, folded, spindled, mutilated, eviscerated, contemplated, discombobulated, cogitated, regurgitated, rebuilt, castigated, and reinvigorated over the last decade, by a cast of hundreds if not thousands. Repeatedly. We wish to thank every one of the people responsible, and we encourage you to join them in making this FAQ even better. [biblio-unleashed] FreeBSD Unleashed. Michael Urban and Brian Tiemann. Sams. 1st edition. 992 pages. [biblio-44sysman] 4.4BSD System Manager's Manual. [biblio-44userman] 4.4BSD User's Reference Manual. [biblio-44suppman] 4.4BSD User's Supplementary Documents. [biblio-44progman] 4.4BSD Programmer's Reference Manual. [biblio-44progsupp] 4.4BSD Programmer's Supplementary Documents.

[biblio-44kernel] The Design and Implementation of the 4.4BSD Operating System. [biblio-freebsdkernel] The Design and Implementation of the FreeBSD Operating System. [biblio-sendmail] Sendmail.