This post describes how to mount htc wildfire flash disk on FreeBSD. Actually it is not especially trick for HTC Wildfire and solution will be the same for mounting another flash disks which are not mounting automatically. Take a look at dmesg: howtobsd# dmesg -a | tail ….. da0 at umass-sim0 bus 0 scbus0 target [...]
Posted on October 16th, 2011 by admin
Filed under: Hardware | Comments Off
Identify installed wi-fi adapter: hostobsd#pciconf -lv |grep Wireless device = ‘Intel 3945ABG Wireless LAN controller (10208086)’ find device in Hardware Notes: [i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters ( wpi(4) driver) So, wpi is driver for my wi-fi device. Following the instruction wpi(4), going to configure the kernel with options: device wpi device wpifw [...]
Posted on October 23rd, 2010 by admin
Filed under: Hardware | Comments Off
The simplest way to setting up sound on FreeBSD to load universal kernel module kldload: howtobsd# kldload snd_driver snd_driver is driver, that include itself supporting the most popular sound card drivers. But I think better to install kernel with support exactly yours sound card. For this way we have to identify device model: slim# pciconf [...]
Posted on October 21st, 2010 by admin
Filed under: Hardware | Comments Off
Sil3112 SATA Controller FreeBSD 7.2
Posted on November 22nd, 2009 by admin
Filed under: Hardware | Comments Off