Показаны сообщения с ярлыком Linux. Показать все сообщения
Показаны сообщения с ярлыком Linux. Показать все сообщения

воскресенье, 27 марта 2011 г.

b43 дрова

http://www.linuxwireless.org/en/users/Drivers/b43#Known_PCI_devices

для начала необходимо убедиться есть ли поддержка драйвера в ядре

lspci -vnn | grep 14e4
 
lsmod | grep b43 
 
export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
sudo ../../b43-fwcutter-013/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
iwconfig
ifconfig wlan0 up
The b43-fwcutter package (as of 1:013~git20100413-1)
no longer acquires firmware, separate installer packages are now used. 
  1. Add a "contrib" component to /etc/apt/sources.list, for example:
    # Debian Squeeze/6.0
    deb http://ftp.us.debian.org/debian squeeze main contrib non-free
  2. Update the list of available packages and install the wireless-tools package:
    aptitude update
    aptitude install wireless-tools
  3. Install the appropriate firmware installer package:
    For 802.11b/g devices with a BCM4306 revision 3, BCM4309, BCM4311 or BCM4318 chipset, install firmware-b43-installer:
    aptitude install firmware-b43-installer
    For 802.11b/g devices with a BCM4312 LP-PHY chipset (PCI-ID 14E4:4315), install firmware-b43-lpphy-installer:
    aptitude install firmware-b43-lpphy-installer
    For 802.11b-only devices (BCM4301, BCM4303 chipsets) or 802.11b/g devices with the BCM4306 revision 2 chipset, install firmware-b43legacy-installer:
    aptitude install firmware-b43legacy-installer
    A PCI ID check will be performed to prevent incorrect firmware installation. When satisfied, the relevant Broadcom proprietary driver will be acquired, the firmware within will be extracted and installed.
  4. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via either:
    modprobe b43
    or
    modprobe b43legacy
  5. Verify your device has an available interface:
    iwconfig
  6. Raise the interface to activate the radio, for example:
    ifconfig wlan0 up
  7. Configure your wireless interface as appropriate.

VoIPCRM или доработка Elastix

VoIPCRM – это комплекс систем программного обеспечения базирующийся на свобоной открытой платформе Linux CentOS. Изначально комплекс разрабатывался Испанской фирмой PolaSanto и представляет из себя продукт –  Elastix. Российские и другие разработчики и системные администраторы со всего мира с удовольствуем устанавливают и используют этот продукт на своих предприятиях.
Elastix содержит в себе большой перечень программного обеспечения:
Asterisk – Сервер VoIP телефонии
FreePBX – Система администрирования и настройки сервера Asterisk
OpenFire - Сервер обмена мгновенными сообщения по протоколу XMPP
Cyrus и Postix – Сервера электронной почты
RoundCube – Веб-Клиент электронной почты
VirtualFax – Система для отправки факсимальных сообщений без использования Фак аппаратов.
vtigerCRM - Программа управления взаимоотношений с клиентами (CRM)

МС

МС

Воскресенье, Март 20th, 2011
нашёл репозитарий МС
и установил его тоже Debian and Ubuntu
https://launchpad.net/~zyv/+archive/ppa
This PPA also contains pre-patched vte package to fix the cursor bug in vte-based terminal emulators.
To use the packages provided by the PPA, install the signing key first:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49
Then add the corresponding lines to your /etc/apt/sources.list, replacing YOUR_DISTRO with the corresponding release name (hardy, intrepid, etc.):
deb http://ppa.launchpad.net/zyv/ppa/ubuntu YOUR_DISTRO main
deb-src http://ppa.launchpad.net/zyv/ppa/ubuntu YOUR_DISTRO main
and perform a system upgrade:
sudo apt-get update
sudo apt-get upgrade
apt-get install mc