How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux

Size: px
Start display at page:

Download "How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux"

Transcription

1 How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux Author : admin I've been given a HUAWEI Mobile Broadband E173 USB 3g model. The USB modem contains a flash USB Storage segment storing a little install program dedicated to make the modem work fine on Microsoft Windows XP / Vista / 7 and probably other M$ OSes. I'm a long time DebianGNU / Linux user and as a free software enthusiast I ofcourse wanted to be able to use Vivacom's 3G USB Modem on my Linux powered notebook. Thanksfully as I've red on Vivacom's website the modem supports Linux OS :) For those unaware in Bulgaria there are currently 3 major GSM network providers providing 3G internet this are;;; VIVACOM - The ex Government ran national company BTC (Bulgarian Telecommunication Company) M-Tel - The first GSM network provider that entered Bulgaria around year 1995 GLOBUL - The 3rd and last GSM mobile and net provider entered last and not so much used by Bulgarians today Until today I had no experience in running any 3G modems on Linux, neither I had used the 3 networks 3G internet to determine which one is best, however I've been given for temporal use a VIVACOM 3G internet modem today so I proceeded to try installing it on my Debian host. My Linux system is a bit strangely configured as I use wicd network connection manager -( wicd-gtk ) to manage wireless and LAN connections instead of the standard installed GNOME network manager - available through package ( network-manager-gnome ). The reason I use wicd is not that it is so much better than GNOME network manger but rather for historical reasons because few years past I had impression it works better in connecting me to wireless networks. Another reason why I choosed wicd back then was the nice looking stats... I tried plugging in the Vivacom USB 3G modem stick and checked in wicd to see if I can see a possibility to connect to the mobile opeartor 3G network but unfortunately nothing appeared. Though the 3G adsl modem was unavailable straing in wicd, checking about it in the list of attached USB devices I could see it detected, e.g.: noah:~# lsusb grep -i huawei Bus 001 Device 007: ID 12d1:1c05 Huawei Technologies Co., Ltd. 1 / 6

2 This was at least a good sign pointing me to the thoughts that the modem is probably gonna work. I did a quick Google search to see if other people succeded running the device on a Linux host and came across a few blog posts in Bulgarian explaining a "success story" on Ubuntu Linux through using a tweakened shell script - sakis3g. For more on how the script works and script download check out Sakis3g Here is a quote from sakis3g's website describing the script: It automagically setups your USB or Bluetooth modem, and may even detect operator settings. You should try it when anything else fails! Sakis3g has different versions designed for for plenty of spacific hware architectures i.e. for (i386, amd64, armv4t, armv5t). There is also a version of the script which by the way contains a combination of bash shell scripting instruction and some binary exec data. To run sakis3g on my laptop I did: 1. Download sakis3g My notebook architecture is 64 bit so I download and used the amd64 version of the script;;; hipo@noah:~$ mkdir sakis3g hipo@noah:~$ cd sakis3g hipo@noah:~/sakis3g$ wget I've made also a mirror of sakis3g i386, 64 bit and all architecture the mirrors just in case it disappears in future. The mirror versions of sakis3g are here: a. sakis3g i386 b. sakis3g amd64 c. sakis3g all architectures source 2. Unarchive and make it executable After downloading it as it is in gzip I had to do the usual de-gzipping and making the file executable;;; hipo@noah:~/sakis3g$ /bin/gzip -d sakis3g.gz hipo@noah:~/sakis3g$ chmod +x sakis3g The script is then ready to run by either clicking twice on it or (as I prefer for debugging reasons to run it 2 / 6

3 in terminal): Something that I have wondered a bit was the dialog where I had to fill in some data of some variable APN abbreviation for - (Access Point Name) The APN host for VIVACOM mobile internet is;;; APN: internet.vivacom.bg I've used the Windows configuration progrma to gather also the following data that I thought might be important for configuring the 3G adsl modem on the Linux host;;; Auth: *99# User: VIVACOM pass: VIVACOM Here are all the configuration screenshots I've taken from sakis3g and all the data that I filled in. Next the following tiny window appeared on screen: 3 / 6

4 4 / 6

5 5 / 6

6 Powered by TCPDF ( Walking in Light with Christ - Faith, Computing, Diary Well that's all folks, now sakis3g succesfully connected to the I_net via an (PPP) VPN connection tunnel here is data from ifconfig command showing the succesful 3G connection to VIVACOM;;; noah:~# /sbin/ifconfig ppp0 ppp0 Link encap:point-to-point Protocol inet addr: P-t-P: Mask: UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:2066 errors:1 dropped:0 overruns:0 frame:0 TX packets:1609 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes: (2.1 MiB) TX bytes: (333.6 KiB) The internet via the 3G connection is not blazing fast but good enough to check your mail or read some webpages. VIVACOM currently has different (traffic limited packages) for their 3G internet, I'm not sure which package exactly is the 3G USB stick modem but probably the "quick" internet connection that is now would slow down once the traffic limit is reached... Hope this post helps someone to configure 3G internet on VIVACOM in Debian and Ubuntu Linux. Though I've tested sakis3g on Debian it should work with no hassles on any other GNU Linux distribution that has bash installed. 6 / 6

Configuring the BeagleBone Black s Ethernet Port for SSH Access

Configuring the BeagleBone Black s Ethernet Port for SSH Access Configuring the BeagleBone Black s Ethernet Port for SSH Access NimbeLink Corp Updated: April 2016 PN 30112 rev 1 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze

How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze Author : admin I have never did a proper install of Windows XP on Debian before hand. Even though I experimented once long time ago.

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

More information

How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD

How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD Author : admin By default there is no way to see what is inside a DJVU formatted document on both Windows and Linux OS

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

Howto remote access Windows PC which is behind Vivacom ADSL (Commtrend SmartAX MT882 router) modem with VNC server

Howto remote access Windows PC which is behind Vivacom ADSL (Commtrend SmartAX MT882 router) modem with VNC server Howto remote access Windows PC which is behind Vivacom ADSL (Commtrend SmartAX MT882 router) modem with VNC server Author : admin I had been assigned the not easy task to make a Windows XP Pro which is

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

Editting binary files in console and GUI on FreeBSD and Linux

Editting binary files in console and GUI on FreeBSD and Linux Walking in Light with Christ - Faith, Computing, Diary Editting binary files in console and GUI on FreeBSD and Linux Author : admin I've recently wanted to edit one binary file because there was compiled

More information

How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux

How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux Author : admin UNetbootin is a nice easy to use Free Software Universal mutli OS program that makes creation of Bootable

More information

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Author : admin So what is Jumbo Frames? and why, when and how it can increase the network thoroughput

More information

Turn your Windows PC / notebook to Wireless Router with My Wifi Router 3.0 and TP-Link TL-WN722N

Turn your Windows PC / notebook to Wireless Router with My Wifi Router 3.0 and TP-Link TL-WN722N Turn your Windows PC / notebook to Wireless Router with My Wifi Router 3.0 and TP-Link TL-WN722N Author : admin I've been to home of my wife's parents and for this Christmas, they have received second

More information

How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux

How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux Author : admin How to install Toshiba L40 B14 Wireless Adapter

More information

WCDMA UGxx PPP Application Note

WCDMA UGxx PPP Application Note WCDMA UGxx PPP Application Note UMTS/HSPA Module Series Rev. WCDMA_UGxx_PPP_Application_Note_V1.2 Date: 2015-04-01 www.quectel.com Our aim is to provide customers with timely and comprehensive service.

More information

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software

How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software Author : admin Recently, I had to fix few Windows XP computers - Windows XP and Windows 7. The person

More information

Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities

Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities Author : admin Probably, many don't know that it is possible to view normal graphical

More information

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Author : admin If you're a sysadmin who uses GNU / Linux as a Desktop as me you will certainly need to have TeamViewer installed

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

More information

Skywire BeagleBone Black Cape User Manual

Skywire BeagleBone Black Cape User Manual Skywire BeagleBone Black Cape User Manual NimbeLink Corp Updated: October 2017 PN 30019 rev 2 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 Introduction 3 Overview

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so...

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... Part 1 due: Sunday, Nov. 13 by 11:59pm Part 2 due: Sunday, Nov. 20 by 11:59pm http://www.hadoopwizard.com/what-is-hadoop-a-light-hearted-view/

More information

Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux

Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux Author : admin Users who are novice to Linux should be probably interested on how to get a decent Hardware

More information

How To Install Windows Update Vista From Usb Hard Drive Iso

How To Install Windows Update Vista From Usb Hard Drive Iso How To Install Windows Update Vista From Usb Hard Drive Iso Most scenarios should have users directly updating from the Technical keep the ISO on the C:/ drive for installation, instead of using a USB

More information

Chapter 5 Network Layer

Chapter 5 Network Layer Chapter 5 Network Layer Network Layer IPv4 2 IP Header Application Header + data 3 IP IP IP IP 4 Focus on Transport Layer IP IP 5 Network Layer The Network layer (Layer 3) provides services to exchange

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003 [CRT09] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 MODULE NO: CPU5003 Date: Wednesday 21 st January 2015 Time: 10:00 13:00 INSTRUCTIONS

More information

Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host

Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host Author : admin If you decided to use Redhat based Linux distribution inside Virtualbox

More information

CANopen Object Browser, Version 0.2

CANopen Object Browser, Version 0.2 CANopen Object Browser, Version 0.2 CANopen Object Browser for Linux The CANopen Object Browser is a tool to display and browse through a CANopen Object Dictionary based on EDS-Files. The program allows

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

RafKill Raptor Free Software (Open Source) clone for GNU/Linux

RafKill Raptor Free Software (Open Source) clone for GNU/Linux RafKill Raptor Free Software (Open Source) clone for GNU/Linux Author : admin I've earlier blogged on playing Apogee's Raptor Shadows of Death arcade on GNU / Linux with dosbox All the old school raptor

More information

User module. Guest Configuration APPLICATION NOTE

User module. Guest Configuration APPLICATION NOTE User module Guest Configuration APPLICATION NOTE USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible

More information

Iphone Usb Tethering Windows 7 No Internet. Access >>>CLICK HERE<<<

Iphone Usb Tethering Windows 7 No Internet. Access >>>CLICK HERE<<< Iphone Usb Tethering Windows 7 No Internet Access If you're unable to get your iphone or ipad online because there's no Wi-Fi signal On a Windows PC, you can use the Internet Connection Sharing feature

More information

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch By Falko Timme Published: 2009-01-04 17:28 Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch Version 1.0 Author: Falko Timme

More information

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide 3G Router 431R/421R/321R/311R/221R/211R ---------------------------------------------------------- Version: 2.0----------------------------------------------------------- Check Package Contents: 3G Router

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

More information

Multiplying Your Server Ubuntu Server and Virtualization

Multiplying Your Server Ubuntu Server and Virtualization CHAPTER 12 Multiplying Your Server Ubuntu Server and Virtualization One of the hottest new technologies for servers is virtualization, which allows you to install multiple instances of one or more operating

More information

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager Networking Approaches in a Container World Flavio Castelli Engineering Manager fcastelli@suse.com Rossella Sblendido Engineering Manager rsblendido@suse.com Disclaimer There a many container engines, I

More information

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

ssh keys, yum, ntp, rsync

ssh keys, yum, ntp, rsync ssh keys, yum, ntp, rsync 1 CST8177 Linux Operating Systems II Saturday 25-April-15 9:00-11:00 T119/T126 2 ifconfig to find your VM's ip address so you can ssh to it ssh key login yum ntp tar scp rsync

More information

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 Picture 1: DNP9200 + eval board SK23, external mini USB2.0 Hub with a 11Mbps WLAN USB Adapter and 1GB high speed(192x) USB SWAP device. Attention:

More information

New System Setup Guide

New System Setup Guide New System Setup Guide Logging into PBXact UC Quick Setup Wizard STEP 1: Time Zone and Email STEP 2: Extension Creation STEP 3: Extension Customization Dashboard Module Configuration Extensions IVR Inbound

More information

Microsoft Wireless Router Manual Linksys Password Resetting My

Microsoft Wireless Router Manual Linksys Password Resetting My Microsoft Wireless Router Manual Linksys Password Resetting My Hey, Does anyone know how to reset the password for my wireless router? to reset wireless router password? Press and hold the reset button

More information

MF10 3G Wireless Router

MF10 3G Wireless Router MF10 3G Wireless Router Fixed Wireless Adapter Quick Setup Guide Contents Contents... 2 Description:... 3 Features:... 3 LED Indicator... 3 Interface Description... 4 Installation... 5 Inserting the (U)SIM

More information

Set Up PPPoE Between a Linux Client and an ATR Access Concentrator. What information you will find in this document

Set Up PPPoE Between a Linux Client and an ATR Access Concentrator. What information you will find in this document How To Set Up PPPoE Between a Linux Client and an ATR Access Concentrator Introduction This document describes how to set up PPPoE between a Linux client and an Allied Telesyn device. What information

More information

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015 Quick Start Guide for BeagleBone Black by Brian Fraser Last update: Summer, 2015 This document guides the user through: 1. Installing Ubuntu in a virtual machine. 2. Connecting to the target using serial

More information

Manual Install Ubuntu Alongside Windows 7 Using Usb

Manual Install Ubuntu Alongside Windows 7 Using Usb Manual Install Ubuntu 12.04 Alongside Windows 7 Using Usb First off, I had to create a UEFI 3.0 USB stick for the WIN7 install because it would not recognize the SSD. recognize the WIN7 OS, and I would

More information

Manual Install Ubuntu Alongside Windows 7 From Usb

Manual Install Ubuntu Alongside Windows 7 From Usb Manual Install Ubuntu 12.04 Alongside Windows 7 From Usb First off, I had to create a UEFI 3.0 USB stick for the WIN7 install because it would not it doesn't recognize the WIN7 OS, and I would need to

More information

PetaLinux SDK Guide to QEMU System Simulation

PetaLinux SDK Guide to QEMU System Simulation PetaLinux SDK Guide to QEMU System Simulation v1.1 November 27, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 PetaLinux Software Simulation with QEMU...3

More information

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

Franklin Wireless S600C Modem Users Guide

Franklin Wireless S600C Modem Users Guide Franklin Wireless S600C Modem Users Guide Table of Contents Windows Installation... 2 Installing the CDMA Driver Package... 2 Download the File(s)... 2 Install the Driver Package... 2 Checking the Installation...

More information

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS Using Juju with a Local Provider with KVM and LXC in Ubuntu 14.04 LTS A Dell and Canonical Technical White Paper Mark Wenning Canonical Field Engineer Jose De la Rosa Dell Software Engineer 2 THIS WHITE

More information

Reliance 3g Apn Settings Manual For Usb Modem

Reliance 3g Apn Settings Manual For Usb Modem Reliance 3g Apn Settings Manual For Usb Modem 1.1 Airtel, 1.2 Aircel, 1.3 Vodafone, 1.4 MTNL, 1.5 Reliance, 1.6 BSNL, 1.7 Idea 2.3.1.1 GPRS Prepaid Plans, 2.3.1.2 3G Data Packs, 2.3.1.3 How to activate

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 [CRT06] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 Date: Wednesday 17 th January 2018 Time: 10:00 12:00

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

More information

Usb Port On Manually Create Bootable Windows Xp Install Driver

Usb Port On Manually Create Bootable Windows Xp Install Driver Usb Port On Manually Create Bootable Windows Xp Install Driver Step 9: Install your third-party hardware and software drivers. Use Windows XP Files & Settings Transfer Wizard To Backup Files & Data option

More information

Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART

Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART NimbeLink Corp Updated: May 2017 PN 30166 rev 3 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 1. Introduction

More information

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

Apache Manually Install Ubuntu From Usb

Apache Manually Install Ubuntu From Usb Apache Manually Install Ubuntu 12.10 From Usb On Windows 8 Using WinUSB, we can create startup disks for Windows Vista, 7, 8, and Windows PE. You can install WinUSB on Ubuntu 13.10/13.04/12.10/12.04 using

More information

How to install and configure Jabber Server (Ejabberd) on Debian Lenny GNU / Linux

How to install and configure Jabber Server (Ejabberd) on Debian Lenny GNU / Linux How to install and configure Jabber Server (Ejabberd) on Debian Lenny GNU / Linux Author : admin I've recently installed a jabber server on one Debian Lenny server and hence decided to describe my installations

More information

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

More information

Manually Mount External Hard Drive Windows 7 Not Showing In My Computer

Manually Mount External Hard Drive Windows 7 Not Showing In My Computer Manually Mount External Hard Drive Windows 7 Not Showing In My Computer I've just upgraded to Yosemite, and none of my external (USB) hard drives of the disk format, either Mac or PC, they are found, seen

More information

Once your USB drive is formatted for the FAT32 file system it can be mounted and tested on the GESBC To do this, use the following command:

Once your USB drive is formatted for the FAT32 file system it can be mounted and tested on the GESBC To do this, use the following command: GESBC-9302 Development With a USB Drive Paul H. Muller - Documatrix www.documatrix-usa.com ulx@linuxmail.org Disclaimer: The programs and procedures described here have been tested and are thought to be

More information

Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family

Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family NimbeLink Corp Updated: June 2018 PN 30222 rev 5 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 Introduction

More information

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information.

More information

Mini PCI-E to PCI-E Adapter User s Manual

Mini PCI-E to PCI-E Adapter User s Manual Mini PCI-E to PCI-E Adapter User s Manual Preliminary Model: MP1 FAE2009MP1_02 June 2009 Bplus Technology Co., Ltd. 5F, No.63, Zhou-Tzyy St., Nei-Hu, Taipei, Taiwan (886-2)77210550 TEL (866-2)87974200

More information

Taking Advantage of Bluetooth for Communications and More by Hunyue Yau

Taking Advantage of Bluetooth for Communications and More by Hunyue Yau BYOES ESC Boston '08: Taking Advantage of Bluetooth for Communications and More by Hunyue Yau Agenda Why? Bluetooth Basics Classes Profiles Service announcement Operation Performance Linux Lab Why? Is

More information

USER GUIDE. ATWILC1000 Getting Started with SAMA5D3 Xplained Board. Atmel SmartConnect. Introduction. Features

USER GUIDE. ATWILC1000 Getting Started with SAMA5D3 Xplained Board. Atmel SmartConnect. Introduction. Features USER GUIDE ATWILC1000 Getting Started with SAMA5D3 Xplained Board Atmel SmartConnect Introduction This document explains how to get started with the Atmel SmartConnect ATWILC1000 on SAMA5D3 Xplained board.

More information

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011 GM8126 U-BOOT User Guide Rev.: 0.2 Issue Date: May 2011 REVISION HISTORY Date Rev. From To Apr. 2011 0.1 - Original May 2011 0.2 - Modified Chapters 5 and 8 Added Chapter 7 Copyright 2011 Grain Media,

More information

VisibleThread - Server Configuration Help

VisibleThread - Server Configuration Help VisibleThread - Server Configuration Help Version 2.13 (November 2016) Copyright 2017 VisibleThread Limited. This document is the copyright of VisibleThread Limited and may not be reproduced in whole or

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

IBM Flex System IB port QDR InfiniBand Adapter. User s Guide

IBM Flex System IB port QDR InfiniBand Adapter. User s Guide IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide ii IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide

More information

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

For personnal use only

For personnal use only Network Namespaces in RHEL7 Finnbarr P. Murphy (fpm@fpmurphy.com) Linux namespaces are somewhat like Solaris zones in many ways from a user perspective but have significant differences under the hood.

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

More information

Getting Started with Application Hosting

Getting Started with Application Hosting This section introduces application hosting and the Linux environment used for hosting applications on the Cisco IOS XR Operating System. Need for Application Hosting, page 1 Deep Dive Into Application

More information

Renesas Koelsch Hardware Setup and Software Installation

Renesas Koelsch Hardware Setup and Software Installation Renesas Koelsch Hardware Setup and Software Installation Table of content Introduction Master GDP-ivi10 GDP-ivi9 GDP-ivi7 Software setup Pre-built binaries Quick Start Obtain and Install Renesas Graphics

More information

Configuring Linux pppd for a Skywire 3G HSPA Modem

Configuring Linux pppd for a Skywire 3G HSPA Modem Configuring Linux pppd for a Skywire 3G HSPA Modem NimbeLink Corp Updated: November 2016 PN 30252 rev 1 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 1. Introduction 3 1.1

More information

Manually Change Default Gateway Centos Command Line Windows

Manually Change Default Gateway Centos Command Line Windows Manually Change Default Gateway Centos Command Line Windows Learn how to add a defaull gateway on Redhat Linux. Linux command line tutorial Bash scripting tutorial Vim tutorial Perl programming tutorial

More information

Flash Drive Won T Mount Windows 7 Won T Recognize

Flash Drive Won T Mount Windows 7 Won T Recognize Flash Drive Won T Mount Windows 7 Won T Recognize So after inserting the flash drive, if I go to Start _ Computer, I won't see anything there for Windows 7 Professional doesn't mount my usb flash drive

More information

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

How to Configure ClusterXL for L2 Link Aggregation

How to Configure ClusterXL for L2 Link Aggregation How to Configure ClusterXL for L2 Link Aggregation User Guide 15 January 2013 Classification: [Protected] 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX CHAPTER 7 DEMONSTRATE THE PAN IN LINUX SYSTEM The new model - Network Access Point Group Network 7.1 DEMONSTRATION Software: All machines are installed with Linux Redhat 8.0 Hardware list:- There are two

More information

How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan

How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan Author : admin Why would anyone disable ACPI support on a server machine?? Well ACPI support kernel

More information

Skywire Development Kit Using the USB Qualcomm MSM Interface (QMI) Protocol in Linux

Skywire Development Kit Using the USB Qualcomm MSM Interface (QMI) Protocol in Linux Skywire Development Kit Using the USB Qualcomm MSM Interface (QMI) Protocol in Linux NimbeLink Corp. Revised: June 2015 PN 30052 rev 1 NimbeLink Corp. 2017. All Rights Reserved. 1 Table of Contents Introduction

More information

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter Congratulations on purchasing Hawking s HPS12U 1-Port Parallel + 2 USB Ports 10/100M Internet Print Server. The Hawking HPS12U is a powerful and convenient network printing solution that will connect your

More information

Win 7 Handbook Tool 32 Bit Iso Image >>>CLICK HERE<<<

Win 7 Handbook Tool 32 Bit Iso Image >>>CLICK HERE<<< Win 7 Handbook Tool 32 Bit Iso Image Click on below button to download free windows 7 iso 32 bit and 64 bit. is dis an iso image file coz i want 2 put dis 4 d partioning in my mac. can someone provide

More information

Hp Printer Can T Delete Print Job Windows 7

Hp Printer Can T Delete Print Job Windows 7 Hp Printer Can T Delete Print Job Windows 7 The printer cannot print from the Mac computer because a print job is stuck in the print The Delete Job button is grayed out and does nothing when clicked. Image:

More information

How To Reinstall Grub In Windows 7 Without Cd Dell

How To Reinstall Grub In Windows 7 Without Cd Dell How To Reinstall Grub In Windows 7 Without Cd Dell In my computer I had 2 partitions of Windows 7 (classical C: and D:), Ubuntu Gnome (that I The only thing I managed to do without errors is But what type

More information

Install and Run Multiple Tomcat and JAVA server instances on single Windows server Howto

Install and Run Multiple Tomcat and JAVA server instances on single Windows server Howto Install and Run Multiple Tomcat and JAVA server instances on single Windows server Howto Author : admin I've had a task at my work place to install Multiple Tomcat servers on Windows 2012 Server R2 the

More information

Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd

Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd If someone managed to install Windows 7 on his/her imac with Yosemite using a to create a bootable USB on older macs through boot camp without an

More information