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

Size: px
Start display at page:

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

Transcription

1 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 ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux I've been struggling for more than 10 hours to fix up issues on a Ubuntu Maverick-Meerkaat with a rtl8187b Wireless Adapter The RTL8187B almost drove me mad. I could see the wlan0 which meant the kernel is detecting the device, I could even bring it up with ifconfig wlan0 up, however when I tried it in gnome's networkmanager or wicd the wireless networks were not showing up. Trying to scan for networks using the commands: ubuntu:~# iwlist wlan0 scan 1 / 5

2 was also unsuccesful, trying to bring up and down the wireless wlan0 interface with: ubuntu:~# iwconfig wlan0 up or ubuntu:~# iwconfig wlan0 down Both returned the error: iwconfig: unknown command "up" and iwconfig: unknown command "down" Running simply iwconfig was properly returning information about my Wireless Interface wlan0 : wlan0 IEEE bg ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=20 dbm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off The exact information I could get about the wireless device was via the command: ubuntu:~# lsusb grep realtek Bus 001 Device 002: ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B Wireless Adapter Trying manually to scan for wireless networks from console or gnome-terminal with command returned also the below weird results: ubuntu:~# iwconfig wlan0 scan iwconfig: unknown command "scan" More oddly tunning wlan0 interface with commands like: ubuntu:~# iwconfig wlan0 mode managed ubuntu:~# iwconfig wlan0 essid ESSID ubuntu:~# iwconfig wlan0 rate 11M were succesful... I read a bunch of documentation online concerning the wireless card troubles on Ubuntu, Gentoo, Debian etc. Just few of all the resources I've read and tried are: (Returning empty page already a lot resource) (A fork of rtl-wifi.sourceforge.net which is still available though it was not usable) 2 / 5

3 Some of the other resources which most of the people recommended as a way to properly install the RTL8187B wireless driver on linux was located on the website: (Trying to access this page returned a 404 error e.g. this page is no-longer usable) I found even a webpage in Ubuntu Help which claimed to explain how to properly install and configure the RTL8187B wireless driver on which is below: Even the Ubuntu help instructions were pointing me to the broken cuervo's website URL Anyways I was able to find the rtl8187b-modified-dist.tar.gz online and made a mirror of rtl8187bmodified-dist.tar.gz which you can download here Another rtl8187b driver I found was on a toshiba website made especailly for the wireless linux drivers: The questionable file which was claimed to properly be able to make the Realtek Semiconductor Corp. RTL8187B Wireless Adapter to work out was called rl8187b-modified-804.tar.gz. I've made a mirror of rtl8187b-modified-804.tar.gz is here None of the driver archives rtl8187b-modified-dist.tar.gz and rl8187b-modified-804.tar.gz that was supposed to make the Toshiba L40 realtek wireless to work out, after compiling and installing the drivers from source worked out... Both archives produced plenty of error messages and it seems on newer kernels like the one on this notebook: Linux zlatina generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux, they're no longer usable. The compile errors I got when I tried compiling the rtl8187b driver provided by the archive rtl8187bmodified-dist were: root@ubuntu:/home/zlatina/rtl8187b-modified# sh makedrv rm -fr *.mod.c *.mod *.o.*.cmd *.mod.* *.ko *.o *~ make -C /lib/modules/ generic/build M=/home/zlatina/rtl8187b-modified/ieee80211 CC=gcc modules make[1]: Entering directory `/usr/src/linux-headers generic' scripts/makefile.build:49: *** CFLAGS was changed in "/home/zlatina/rtl8187bmodified/ieee80211/makefile". Fix it to use EXTRA_CFLAGS. Stop. make[1]: *** [_module_/home/zlatina/rtl8187b-modified/ieee80211] Error 2 3 / 5

4 rm -fr *.mod.c *.mod *.o.*.cmd *.ko *~ make -C /lib/modules/ generic/build M=/home/zlatina/rtl8187b-modified/rtl8187 CC=gcc modules make[1]: Entering directory `/usr/src/linux-headers generic' scripts/makefile.build:49: *** CFLAGS was changed in "/home/zlatina/rtl8187bmodified/rtl8187/makefile". Fix it to use EXTRA_CFLAGS. Stop. make[1]: *** [_module_/home/zlatina/rtl8187b-modified/rtl8187] Error 2 root@ubuntu:/home/zlatina/rtl8187b-modified# Another driver I tried which was found on aircrack-ng.org's website was rtl8187_linux_ zip Here are the error messages I experienced while I tried to compile the realtek wireless driver from the archive rtl8187_linux_ compilation terminated. make[2]: *** [/home/zlatina/rtl8187_linux_ /beta-8187/r8187_core.o] Error 1 make[1]: *** [_module_/home/zlatina/rtl8187_linux_ /beta-8187] Error 2 I tried a number of fix ups hoping to solve the compile error messages, but my efforts were useless, as it seems many things has changed in newer Ubuntu versions and they could no longer be compiled. As I realized I couldn't make the native drivers provided by the above sources compile, I decided to give a try to the Windows drivers for Realtek 8187B with ndiswrapper, a link for download of Realtek 8187B (RTL8187B_XP_ _Win7_ _UI_ is found here I untarred the RTL8187B_XP driver and used ndiswrapper to load driver like so: root@ubuntu:~# tar -zxvf RTL8187B_XP_ _Win7_...L.tar.gz root@ubuntu:/home/zlatina/rtl8187b# root@ubuntu:/home/zlatina/rtl8187b# cd Driver/WinXP root@ubuntu:/home/zlatina/rtl8187b/driver/winxp# ndiswrapper -i net8187b.inf In order to test the RTL8178B Windows driver I used: root@ubuntu:~# ndiswrapper -l net8187b : driver installed device (0BDA:8197) present (alternate driver: rtl8187) 4 / 5

5 Powered by TCPDF ( To finally load the Windows XP RTL8187B driver on the Ubuntu I used again ndiswrapper: root@ubuntu:~# ndiswrapper -m Further on I used the ndisgtk graphical ndiswrapper interface to once again test if the Windows driver is working on the Ubuntu and it seemed like it is working, however still my wicd was unable to find any wireless network... There were many online documentation which claimed that the driver for rtl8187b works out of the box on newer kernel releases (kernel versions > ) Finally I found out there is a driver which is a default one with the Ubuntu e.g. rtl8187.ko, I proceeded and loaded the module: root@ubuntu:~# modprobe rtl8187 I also decided to check out if the hardware switch button of the Toshiba Satellite L40 notebook is not switched off and guess what?! The Wireless ON/OFF button was switched OFF!!! OMG... I switched on the button and wicd immediately started showing up the wireless networks... To make the rtl8187 module load on Ubuntu boot up, I had to issue the command: root@ubuntu:~# echo 'rtl8187' >> /etc/modules Voila after all this struggle the wireless card is working now, it's sad I had to loose about 10 hours of time until I come with the simple solution of using the default provided ubuntu driver rtl8187, what is strange is how comes that it does not load up automatically. Thanks God it works now. 5 / 5

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

How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux 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

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

Iwconfig Wlan0 Key Error For Wireless Request Set Encode

Iwconfig Wlan0 Key Error For Wireless Request Set Encode Iwconfig Wlan0 Key Error For Wireless Request Set Encode natalie@nova:~$ sudo iwconfig wlan0 essid myroutername natalie@nova:~$ sudo iwconfig wlan0 key s:routerpassword Error for wireless request "Set

More information

Ubuntu Linux Install and Configure Ndiswrapper and wpa_supplicant

Ubuntu Linux Install and Configure Ndiswrapper and wpa_supplicant Main menu BASH Shell Troubleshooting Nginx Networking MySQL Google Cloud Platform Amazon Cloud Computing Rackspace Cloud Computing Linux CentOS Debian / Ubuntu Ubuntu Linux Suse RedHat and Friends Slackware

More information

Install jwchat web chat jabber interface to work with Debian ejabberd jabber server

Install jwchat web chat jabber interface to work with Debian ejabberd jabber server Install jwchat web chat jabber interface to work with Debian ejabberd jabber server Author : admin I have recently blogged how I've installed & configured ejabberd (jabber server) on Debian. Today I decided

More information

Tutorial: Simple WEP Crack

Tutorial: Simple WEP Crack Tutorial: Simple WEP Crack Version: 1.20 January 11, 2010 By: darkaudax Introduction This tutorial walks you though a very simple case to crack a WEP key. It is intended to build your basic skills and

More information

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test Advantech General FAQ How to change ubuntu specific kernel for quick cross test Applicable model list Model name version BIOS Version Description: All N/A N/A Products sometimes behave different with different

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

BASH SCRIPT TIPS. function jumpto { label=$1 cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 grep -v ':$') eval "$cmd" exit }

BASH SCRIPT TIPS. function jumpto { label=$1 cmd=$(sed -n /$label:/{:a;n;p;ba}; $0 grep -v ':$') eval $cmd exit } BASH SCRIPT TIPS Is user in the dialout group? Is there a goto in bash scripting? cat /etc/group grep dialout grep $USER if [ $R = "0" ] echo "$USER is in the dialout group" sudo adduser $USER dialout

More information

Toshiba satellite network adapter driver. Toshiba satellite network adapter driver.zip

Toshiba satellite network adapter driver. Toshiba satellite network adapter driver.zip Toshiba satellite network adapter driver Toshiba satellite network adapter driver.zip Game Controller Drivers Download toshiba Satellite 5205-S705 wireless lan how do ui download network adapter to my

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

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

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

Author : admin. 1. Getting information about current file system partitions with fdisk and mount

Author : admin. 1. Getting information about current file system partitions with fdisk and mount Changing '33 days has gone without being checked' automated fsck filesystem check on Debian Linux Desktops - Reduce FS check waiting on Linux notebooks Author : admin The periodic scheduled file system

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

EX L-8 User Guide

EX L-8 User Guide EX-9486-2L-8 User Guide Introduction: EX-9486-2L-8 are ARM9-based Linux ready industrial computer. The keyfeatures are as follow: 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,Memory Management

More information

ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems

ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems 26.05.2012 01:33 - Radegast Status: Invalid % Done: 100% Priority: Normal Assignee: Category: Client Target version:

More information

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable RNG-406Uv2 USB 3.0 to Gigabit Ethernet Cable Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 3 1.3 System Requirements... 4 1.4 Package Contents... 4 Chapter 2: Getting

More information

Arch Linux Grub You Need To Load The Kernel First

Arch Linux Grub You Need To Load The Kernel First Arch Linux Grub You Need To Load The Kernel First Preface. A bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the Linux

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

The User Guide of XG-762N USB Linux Driver

The User Guide of XG-762N USB Linux Driver The User Guide of XG-762N USB Linux Driver 1 1. Introduction Because more and more people install the Linux operating system in the desktop and notebook, we provide the Linux solution of our XG-762N 802.11a+b+g

More information

M-508 Quick Installation Guide. Screw: Φ 3 mm

M-508 Quick Installation Guide. Screw: Φ 3 mm Overview M-08 is a Linux ready Single Board Computer featuring four serial ports, 0/00 Mbps Ethernet, USB port and SD socket for flash disk expansion. The pre-install Linux OS and GNU tool chain make M-08

More information

AXIOMWARE SYSTEMS, INC. Netrunr Series. Netrunr Edge Hardware Manual. Rev 1.0. axiomware.com

AXIOMWARE SYSTEMS, INC. Netrunr Series. Netrunr Edge Hardware Manual. Rev 1.0. axiomware.com AXIOMWARE SYSTEMS, INC. Netrunr Series Netrunr Edge Hardware Manual 1 A X I O M W A R E S Y S T E M S, I N C. Netrunr Edge Hardware Manual Axiomware Systems, Inc. 229 Polaris Ave Suite 15 Mountain View,

More information

Nomadic Communications Labs. Alessandro Villani

Nomadic Communications Labs. Alessandro Villani Nomadic Communications Labs Alessandro Villani avillani@science.unitn.it Ad Hoc Networks Ad Hoc Networks(IBSS) The wireless LANs we usually know make use of the mode infrastructured which requires one

More information

Vmware Workstation Unable To Connect The Usb Device Error Code 13

Vmware Workstation Unable To Connect The Usb Device Error Code 13 Vmware Workstation Unable To Connect The Usb Device Error Code 13 Error 31: A device attached to the system is not functioning. If you are unable to remove the AMD USB controller through the Device Manager,

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

Reliable Linux Wireless - Techniques for Debugging Wireless Module Integrations STEVE DEROSIER / CAL-SIERRA CONSULTING

Reliable Linux Wireless - Techniques for Debugging Wireless Module Integrations STEVE DEROSIER / CAL-SIERRA CONSULTING Reliable Linux Wireless - Techniques for Debugging Wireless Module Integrations STEVE DEROSIER / CAL-SIERRA CONSULTING IntroducIon 50 minutes?! How to work with WiFi modules with the Linux kernel - especially

More information

If you re the administrator on any network,

If you re the administrator on any network, Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other

More information

Windows 7 Read The Manually Install Driver Inf

Windows 7 Read The Manually Install Driver Inf Windows 7 Read The Manually Install Driver Inf Files EXE) provided by Driver manufacturer but some device manufacturer does not provide EXE. How to Manually Install Adapters on Windows 7 Step 7. Click

More information

USB Type-C Gigabit Ethernet. Adapter

USB Type-C Gigabit Ethernet. Adapter USB Type-C Gigabit Ethernet Adapter User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3

More information

Missouri University of Science and Technology ACM SIG-Security 2014 Wi-Fi Workshop Exploitation Handbook

Missouri University of Science and Technology ACM SIG-Security 2014 Wi-Fi Workshop Exploitation Handbook Missouri University of Science and Technology ACM SIG-Security 2014 Wi-Fi Workshop Exploitation Handbook 1 2 The information provided in this manual is to be used for educational purposes only. The authors

More information

How To Manually Update Ubuntu Server To Using Cd

How To Manually Update Ubuntu Server To Using Cd How To Manually Update Ubuntu Server 10.04 To 12.04 Using Cd To upgrade from Ubuntu 14.10 server to Ubuntu 15.04 server, do the following steps. Now, it is time to upgrade your server system to latest

More information

Some reasons to repair your boot-loader might include installing Microsoft Windows after you have installed Ubuntu, adding or removing a hard drive.

Some reasons to repair your boot-loader might include installing Microsoft Windows after you have installed Ubuntu, adding or removing a hard drive. How To Recover Linux After Install Windows 7 Over If you have Windows 7 dual booting with Ubuntu and you want Windows 7 To do this I am going to show you how to create a system recovery disk, how to After

More information

WLAN Cardbus Adaptor User Manual

WLAN Cardbus Adaptor User Manual WLAN Cardbus Adaptor User Manual WLG25CARDBUS Table of Contents I. Introduction 2 Package Contents 2 Minimum System Requirements 2 II. Connecting the Wireless Adapter 3 PCMCIA 3 PCI 3 MiniPCI 3 III. Installing

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

Instructions For My Gateway Laptop Keyboard Stopped Working Toshiba

Instructions For My Gateway Laptop Keyboard Stopped Working Toshiba Instructions For My Gateway Laptop Keyboard Stopped Working Toshiba on my toshiba laptop (satellite pro s300m-s2403), the keyboard does not work at all but the touchpad forks fine. A Microsoft Natural

More information

CS333 Project 1 Test Report Your Name Here

CS333 Project 1 Test Report Your Name Here To obtain the L A TEX source for this document, change the file extension to.tex in the url. Testing Aside: Each student will need to provide their own screen shots or other test output as well as the

More information

WF8000-U User Manual. Version of 1.0. Release:

WF8000-U User Manual. Version of 1.0. Release: WF8000-U User Manual Version of 1.0 Release:2009-11-27 The note of Version update Version Date of Description update 1.0 2009-11-27 Init-release Table Of Contents WF8000-U USER MANUAL... 1 CHAPTER ONE:

More information

LevelOne User Manual WNC-0600USB N_One Wireless USB Adapter

LevelOne User Manual WNC-0600USB N_One Wireless USB Adapter LevelOne User Manual WNC-0600USB N_One Wireless USB Adapter V2.0.0-0712 i Safety FCC WARNING This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to

More information

Linux Driver support for Brainboxes US/VX products

Linux Driver support for Brainboxes US/VX products Print Date: 30.03.2011 Linux Driver support for Brainboxes US/VX products Brainboxes Limited, 18 Hurricane Drive, Liverpool International Business Park, Speke, Liverpool, L24 8RL, UK Tel: +44 (0)151 220

More information

USB 3.0 Dual Port Gigabit. Ethernet Cable

USB 3.0 Dual Port Gigabit. Ethernet Cable USB 3.0 Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

How to install EPSON Scanner on LINUX?

How to install EPSON Scanner on LINUX? How to install EPSON Scanner on LINUX? Page Number: 1 INTRODUCTION There are two possibilities to use and install EPSON Scanner on LINUX : Install EPSON Image Scan! For Linux Install other backends that

More information

Ubuntu Linux Installation Guide

Ubuntu Linux Installation Guide RocketRAID 278x SAS Controller Ubuntu Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

How To Manually Install Software In Linux Mint 14 Alongside Windows 7

How To Manually Install Software In Linux Mint 14 Alongside Windows 7 How To Manually Install Software In Linux Mint 14 Alongside Windows 7 1) It would be nice to mention the exact version of described software (and maybe user guide two days after installing Linux Mint 14

More information

RTLinux Installation Instructions

RTLinux Installation Instructions RTLinux Installation Instructions FSM Labs, Inc. http://www.fsmlabs.com April 20, 2001 Abstract This document is intended to guide the user through the installation steps needed to compile and install

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

UNIVERSITY OF TRENTO Dipartimento di Ingegneria e Scienza dell Informazione Laboratory of Nomadic Communications

UNIVERSITY OF TRENTO Dipartimento di Ingegneria e Scienza dell Informazione Laboratory of Nomadic Communications Experimental evaluation of the performance of a 802.11 wireless network 1. Tutorial goals After this tutorial students should have acquired enough skills to 1) configure a wireless network composed of

More information

Release Notes for Cisco Aironet Client Utilities, Version 2.1 for Linux

Release Notes for Cisco Aironet Client Utilities, Version 2.1 for Linux Release s for Cisco Aironet Client Utilities, Version 2.1 for Linux Contents This document contains the following sections: System Requirements, page 2 New and Changed Information, page 2 Installing ACU

More information

Solved How To Manually Remove Old Kernels From Ubuntu 12.04

Solved How To Manually Remove Old Kernels From Ubuntu 12.04 Solved How To Manually Remove Old Kernels From Ubuntu 12.04 Over time, the start up list (GRUB) will become longer as new kernels are added. Never remove your current kernel, else your computer will not

More information

Software installation is not always a trivial task

Software installation is not always a trivial task Notes on Installation of Debian Operating System Minjie Chen First draft: February 8, 2013 Revised: December 5, 2013 Disclaimer: This text serves exclusively as a technical protocol for private usage,

More information

Hp Recovery Disc Instructions Windows 7 32 Bit

Hp Recovery Disc Instructions Windows 7 32 Bit Hp Recovery Disc Instructions Windows 7 32 Bit Version Desktop Gaming (Reply Only), Desktop Recovery (Reply Only), Desktop CD & DVD (Reply Can i use same Win 7 64 bit license key into 32-bit Windows. rely

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

COUCHDB - INSTALLATION

COUCHDB - INSTALLATION COUCHDB - INSTALLATION http://www.tutorialspoint.com/couchdb/couchdb_installation.htm Copyright tutorialspoint.com This chapter teaches you how to install CouchDB in windows as well as Linux systems. Installing

More information

Unix Tools / Command Line

Unix Tools / Command Line Unix Tools / Command Line An Intro 1 Basic Commands / Utilities I expect you already know most of these: ls list directories common options: -l, -F, -a mkdir, rmdir make or remove a directory mv move/rename

More information

Installing Lemur on Mac OS X and CSE Systems

Installing Lemur on Mac OS X and CSE Systems Installing Lemur on Mac OS X 10.6.4 and CSE Systems Everything all at once For those of you who just want to copy and paste, here is the quick and dirty. # Config for black.cse.msu.edu # Note that you

More information

PAC-5010 Programmable Automation Controller User Guide

PAC-5010 Programmable Automation Controller User Guide PAC-5010 Programmable Automation Controller User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Descargar drivers rtl8187_wireless windows vista. Descargar drivers rtl8187_wireless windows vista.zip

Descargar drivers rtl8187_wireless windows vista. Descargar drivers rtl8187_wireless windows vista.zip Descargar drivers rtl8187_wireless windows vista Descargar drivers rtl8187_wireless windows vista.zip See the website for other USB Realtek drivers. Note that this is a Vista (Vista) Realtek RTL8187 Wireless

More information

AIRNET 54Mb b/g High Power USB Adapter. User s Manual

AIRNET 54Mb b/g High Power USB Adapter. User s Manual AIRNET 54Mb 802.11b/g High Power USB Adapter User s Manual FCC Certifications Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits

More information

There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config. Figure 1.

There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config. Figure 1. There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config Character-based menu interface # make menuconfig Figure 1 Figure 2 X-window

More information

Wireless Networking. Dennis Rex SCALE 3X

Wireless Networking. Dennis Rex SCALE 3X Wireless Networking For Beginners Dennis Rex SCALE 3X - 2005 Agenda Wireless Choices 802.11A, B, G Devices - USB, PCI, PCMCIA, bridges Wireless chipsets - the good, the bad, the ugly Finding and installing

More information

Development Environment Embedded Linux Primer Ch 1&2

Development Environment Embedded Linux Primer Ch 1&2 Development Environment Embedded Linux Primer Ch 1&2 Topics 1) Systems: Host and Target 2) Host setup 3) Host-Target communication CMPT 433 Slides #3 Dr. B. Fraser 18-05-05 2 18-05-05 1 Host & Target Host

More information

Firmware Upgrade Procedures: Belkin F5D v4 fw

Firmware Upgrade Procedures: Belkin F5D v4 fw Firmware Upgrade Procedures: Belkin F5D8231-4 v4 fw 4.00.16 1. General Information Make: Belkin Model: F5D8231-4 Hardware Version: 4 (labeled on the bottom of the device as Ver. 4011 ) Firmware Version:

More information

This article will focus on mechanisms

This article will focus on mechanisms Network configuration In today s world networking (Internet access really) has become increasingly important aspect of computing since it has allowed people to communicate their thoughts in a relatively

More information

Register FAQ Calendar Today's Posts Search

Register FAQ Calendar Today's Posts Search Custom Search Highly Liquid Forum > Current Products > UMR2 Roland Juno-6 User Name User Name Password Remember Me? Log in Register FAQ Calendar Today's Posts Search Thread Tools Search this Thread Display

More information

Review of the Stable Realtime Release Process

Review of the Stable Realtime Release Process Review of the Stable Realtime Release Process An unscientific, slightly opinionated stab at the current status... With the intent of generating some discussion. Frank Rowand, Sony Network Entertainment

More information

LiteStation2 LiteStation5 User s Guide

LiteStation2 LiteStation5 User s Guide LiteStation2 LiteStation5 User s Guide Contents Contents... 2 Introduction... 3 Quick Setup Guide... 4 Configuration Guide... 8 Main Settings... 9 Link Setup... 10 Basic Wireless Settings... 10 Wireless

More information

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on February 16, 2009 Table of Contents 1 Overview...1

More information

Massey University Follow Me Printer Setup for Linux systems

Massey University Follow Me Printer Setup for Linux systems Massey University Follow Me Printer Setup for Linux systems RedHat and Debian based systems Requirements You must have an active Massey network account, i.e. you should already be able to log onto the

More information

The Ultimate Linux/Windows System

The Ultimate Linux/Windows System The Ultimate Linux/Windows System Kevin Farnham Abstract Use cross-platform applications and shared data for the ultimate Linux/Windows system. I recently converted my Toshiba notebook computer into a

More information

Adobe Pdf Download For Windows Xp >>>

Adobe Pdf Download For Windows Xp >>> Adobe Pdf Download For Windows Xp >>> http://shurll.com/aiu5b 1 / 5 2 / 5 About,,,UsSoftonic,,,InfoHelp,,,&,,,SupportJobsCompany,,,NewsLegal,,,InformationCookie,,,PolicyDeve loperssoftonic,,,developer,,,centerupload,,,and,,,manage,,,your,,,softwaresoftware,,,policypartnersa

More information

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 1/9 worldskills 2011 trade 39 - day1 Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 2/9 worldskills 2011 trade 39 - day1 Overview 1 EXAM...3 1.1 CONTENTS...3 1.2 INTRODUCTION...3 1.3

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

WLAN USB Adaptor User Manual

WLAN USB Adaptor User Manual WLAN USB Adaptor User Manual WLG25USB Table of Contents I. Introduction 2 Package Contents 2 Minimum System Requirements 2 II. Connecting the Wireless Adapter 3 III. Status LEDs 4 III. Installing the Wireless

More information

CISC 220 fall 2011, set 1: Linux basics

CISC 220 fall 2011, set 1: Linux basics CISC 220: System-Level Programming instructor: Margaret Lamb e-mail: malamb@cs.queensu.ca office: Goodwin 554 office phone: 533-6059 (internal extension 36059) office hours: Tues/Wed/Thurs 2-3 (this week

More information

TBS DVB-S2 Receivers EUMETCast LINUX Setup Guide

TBS DVB-S2 Receivers EUMETCast LINUX Setup Guide TBS DVB-S2 Receivers EUMETCast LINUX Setup Guide Doc.No. : EUM/OPS/MAN/15/776259 Issue : v2 e-signed Date : 15 March 2016 WBS/DBS : EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany Tel: +49 6151 807-7

More information

Download Pdf From Url Ipad Covers ->>->>->>

Download Pdf From Url Ipad Covers ->>->>->> Download Pdf From Url Ipad Covers ->>->>->> http://tinyurl.com/y83bfzoo 1 / 5 2 / 5 Importing...Images...into...the...iPad...Using...Dropbox...Introduction...iPad...supports...Saving...ima ges...to...the...ipad...photo...library...case...you...will...need...to...download...use..ibooks..on..your..iphone,..ipad,...to..download..and..buy..books..from..the..ibooks..store,...and..pdf..files..that..you..save..to..ibooks.read...online...and...download...pdf...ebook...my...ipad...covers...ios...7...for...ipad...2...ipad...3rd4th...generation...and...ipad...mini...my.pdf...ipad...secrets...covers...ipad...ipad...2...a

More information

How to Connect & Share your Internet Connection (Wired & Wireless)

How to Connect & Share your Internet Connection (Wired & Wireless) How to Connect & Share your Internet Connection (Wired & Wireless) I have Ubuntu 12.04 on a HP 430 notebook and this has a single wired internet connection and I would like to share this with a LG Optimus

More information

USB Type-C Dual Port Gigabit. Ethernet Cable

USB Type-C Dual Port Gigabit. Ethernet Cable USB Type-C Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

Ubuntu Remove Manually Install Software From Windows 7 Without Disk

Ubuntu Remove Manually Install Software From Windows 7 Without Disk Ubuntu Remove Manually Install Software From Windows 7 Without Disk Install Windows 7 and remove Ubuntu without harming any personal files (closed) i want to remove it (14.04 LTS) but, I have a lot of

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 9: Network Basics J.D. DeVaughn-Brown University of Massachusetts Amherst Department of Computer Science jddevaughn@cs.umass.edu 1 Last time Subversion control

More information

R- installation and adminstration under Linux for dummie

R- installation and adminstration under Linux for dummie R- installation and adminstration under Linux for dummies University of British Columbia Nov 8, 2012 Outline 1. Basic introduction of Linux Why Linux (department servers)? Some terminology Tools for windows

More information

S3C6410-TFAUbuntu Easy Guide

S3C6410-TFAUbuntu Easy Guide S3C6410-TFA Ubuntu TABLE OF CONTENTS S3C6410-TFAUbuntu simple manual...- 1 - S3C6410-TFAUbuntu simple manual......- 5-- 1.1 install and run Ubuntu......- 5-- 1.1.1 Ubuntu install to the development board

More information

Why You Should Not Use Arch

Why You Should Not Use Arch Why You Should Not Use Arch A new users guide to highly personalized, low maintenance operating system. Artur Frącek CC BY-NC-ND 4.0 1 Intro Arch is a very good Linux distribution so it is not a surprise

More information

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS)

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS) Manage Directories and Files in Linux Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change Directories and List Directory Contents Create and View

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

1040a tax form instruction

1040a tax form instruction 1040a tax form instruction. Free Pdf Download Does anyone know the release date for the forthcoming GDR2 update for the 8x How to Check the Log Files of an Apple Computer My guess, at worst, is that you

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

How To Reset Your Computer To Factory Settings Windows Vista Without Cd

How To Reset Your Computer To Factory Settings Windows Vista Without Cd How To Reset Your Computer To Factory Settings Windows Vista Without Cd This method is the easiest way to restore your computer to factory condition. Video (English Only) - How to reinstall Windows without

More information

USB RS485/RS422 Converter INTRODUCTION USB-i485 USB-i485 SPECIFICATIONS USB-i485 USB-i485 NOVUS AUTOMATION 1/8

USB RS485/RS422 Converter  INTRODUCTION USB-i485 USB-i485 SPECIFICATIONS USB-i485 USB-i485 NOVUS AUTOMATION 1/8 NOVUS AUTOMATION 1/8 USB DRIVER INSTALLATION USB-i485 The following installation steps may be slightly different depending on your PC configuration and Windows version. Follow the Wizard instructions and

More information

Release Notes for Cisco Aironet Client Utilities, Version 2.0.x for Linux

Release Notes for Cisco Aironet Client Utilities, Version 2.0.x for Linux Release s for Cisco Aironet Client Utilities, Version 2.0.x for Linux Contents This document contains the following sections: System Requirements, page 2 New and Changed Information, page 2 Installing

More information

Idea6410 Ubuntu User Manual V 0.19

Idea6410 Ubuntu User Manual V 0.19 V 0.19 Version: Ubuntu-9.04_v0.19 Linux PC environment: Ubuntu-9.04 1 1. Install Cross-compile 1.1 Open Linux-ubuntu_v0.19\cross_compile\ folder, and copy Arm-none-lunux-gnueabi-arm-2008q3-72-for-linux.tar.bz2

More information

Modelio 3 - Issue #165 element view bug

Modelio 3 - Issue #165 element view bug Modelio 3 - Issue #165 element view bug 06 January 2014 09:19 - Robin Zhang Status: Closed Start date: 06 January 2014 Priority: Urgent Due date: Assignee: Christophe Malgouyres % Done: 100% Category:

More information

Linux Mint Error Mounting Mount Exited With Exit Code 13

Linux Mint Error Mounting Mount Exited With Exit Code 13 Linux Mint Error Mounting Mount Exited With Exit Code 13 "Error mounting /dev/sdb1 at /media/fuzzy27/my Book: Command-line 'mount -t "ntfs" -o "/dev/sdb1" "/media/fuzzy27/my Book"' exited with non-zero

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

Installation Guide for Linux

Installation Guide for Linux Installation Guide for Linux Contents Ubuntu 16.04 LTS... 3 1. Development Environment... 3 2. Compile the Driver... 3 2.1. Compilation tool and kernel sources... 3 2.2. Compile the Driver... 3 3. Load

More information

High Power g Wireless USB Adapter USER MANUAL 1.0.0

High Power g Wireless USB Adapter USER MANUAL 1.0.0 High Power 802.11g Wireless USB Adapter USER MANUAL 1.0.0 2009 Table of Contents Chapter I USING THIS DOCUMENT 3 Chapter II INTRODUCTION 3 Chapter III SYSTEM REQUIREMENTS 3 Chapter IV Driver Installation

More information

TBS5580 User Guide. In order to use this item correctly, please read this manual carefully at the beginning.

TBS5580 User Guide. In order to use this item correctly, please read this manual carefully at the beginning. Dear Customers, TBS5580 User Guide TBS5580 is a multi-standard external TV tuner USB box with CI interface, it is supports multiple digital TV standards, including DVB-S2/S, DVB-T2/T, DVB-C2/C, DVB-S2X

More information

USB2CAN User Guide. High quality isolated USB to CAN interface. 1.0v

USB2CAN User Guide. High quality isolated USB to CAN interface. 1.0v USB2CAN User Guide High quality isolated USB to CAN interface 1.0v 2016-12-23 Table of Contents 1 Introduction 4 1.1 Usage warning 4 1.2 Technical specification 4 2 USB2CAN converter 5 2.1 Serial number

More information

Installation Guide For Linux Driver

Installation Guide For Linux Driver Installation Guide For Linux Driver REV1.0.1 1910011723 TP-LINK Statement for Linux driver TP-LINK has released Linux driver for some TP-LINK USB wireless adapters to support Linux system. The driver file

More information

Gentoo Prex for Windows

Gentoo Prex for Windows Gentoo Prex for Windows Markus Duft 06/16/11 1 CONTENTS CONTENTS Contents 1 Preparing for Installation 3 1.1 Supported Platforms......................... 3 1.2.NET Framework 2.0.........................

More information