Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Sunday, January 19, 2014

Ubuntu 12.10: How to Change Your Computer Name












-----------------------------------
Ubuntu 12.10: How to Change Your Computer Name
Searches related to how to change computer name ubuntu
How to Change your Hostname Computer Name in Ubuntu 12.10
change computer name xubuntu
change computer name linux
change computer name fedora
change computer name debian
change computer name red hat
change computer name opensuse
change ip address ubuntu
how to find computer name ubuntu

Saturday, December 21, 2013

Prolific USB-to-Serial Comm Port LINUX DRIVER

Prolific technology USB serial driver Linux


When you connect USB (or serial to USB) to your Linux device and if it recognises the USB but A in a little different manner e.g usbdev1.XX and 
Not in the expected format like ttyUSB0 (ttyUSB1 , ttyUSB2 .....) . I am lising Out the the Steps which I have followed to Solve the problem.

First I checked What are the Devices are present in my dev directory by following command

# ls /dev/

and the response is as follows

usbdev1.1
usbdev1.2
usbdev1.3
usbdev1.4
usbdev1.5
ttyS0
ttyS1
ttyS2
ttyS3

Now I Give the Following command to Know the Devices specifications

# lsusb

The response is as follows 

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1a40:0101 TERMINUS TECHNOLOGY INC. 
Bus 001 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC

So I know which device I am looking for . The Device is "Bus 001 Device 010: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port"

and its 'usbdev1.3'


Now I Give the followin command to find if the PL2303 driver is present on my kernal or not

# find /lib/modules -name *2303*

this replys me 

/lib/modules/3.2.29-00165-gd626b6d/kernel/drivers/usb/serial/pl2303.ko

So the .ko file is present .Now All I need to do is to Initialise the pl2303.ko to recognize my USB as ttyUSB*

Give the following command to initialize the pl2303.ko 

# insmod /lib/modules/3.2.29-00165-gd626b6d/kernel/drivers/usb/serial/pl2303.ko

Now once again check fot the device 

# ls /dev/

and This time I gives me the response 

usbdev1.1
usbdev1.2
usbdev1.4
usbdev1.5
ttyS0
ttyS1
ttyS2
ttyS3
ttyUSB1

Now I can Use ttyUSB1 as normar USB .


I also created the bash file with the content 

 #!/bin/bash         

insmod /lib/modules/3.2.29-00165-gd626b6d/kernel/drivers/usb/serial/pl2303.ko




and put it into the /etc/profile.d/ folder with 'chmod a+x' privlages
-----------------------------------------------------------
Following Problem 
insmod: error inserting 'pl2303.ko'
insmod error -- Invalid module format
prolific technology usb serial driver linux
Prolific USB-to-Serial Comm Port LINUX DRIVER
prolific usb serial driver linux ubuntu fedora
Fedora Hardware :: Prolific Pl2303 + Serial Modem - Dials But PPP Won't Authenticate
map usbdev1.xx to ttyusb
As a side note, I went to the root file system, there is no /dev/ttyUSB anything...
There is /dev/usbdev1.1, /dev/usbdev1.2, etc...does this help??
usb1
usb2
usb3
usbdev1.1_epXX <-Several
usbdev1.2_epXX <-Several
usbdev2.1_epXX <- Several
usbdev3.1_epXX <- Several
Bus 003 Device 009: ID 1199:6880 Sierra Wireless, Inc.
Bus 003 Device 001: ID 1d6b:001
Bus 002 Device 001: ID 1d6b:001
Bus 003 Device 001: ID 1d6b:002
USB Serial Converter support
insmod: can't read 'usbserial': No such file or directory
insmod: error inserting 'usbserial.ko': 
insmod: Invalid module format
copy linux ubuntu usb driver from one computer to another
modprobe  vendor=0x067b product=0x2303
activate PL2303 Serial Port linux
PL2303 serial port.

Sunday, November 24, 2013

How to use VMware Linux Mint in Full Screen with VMware Tools


















----------------------------------------------
Resolution problem with Linux Mint15
How to set maximum fullscreen in vmware
Enable full screen on Vmware server/Worstation
Linux Mint on VirtualBox—Linux Mint on VMWare
VMware Linux Mint in Full Screen with VMware Tools
display - How do I get full screen in Mint Linux under VMware player
VMware Linux Mint in Full Screen with VMware Tools

How to Install Linux Mint on VMware Virtual Machine
















-----------------------------------------------
installing Linux Mint 12/13 inside a virtual machine running
How do I install VMware tools properly on Linux Mint 15 Cinnamon
Workstation 10 - Cannot install VMware Tools 3D
An issue installing VMware Tools on Linux Mint 13
Linux Mint 14 VMware image with Tools
VMware Player (5.0.2) Fails to Install Modules
VMware Player 6.0 Released, Install it in Ubuntu and Linux Mint
Trouble installing VMTOOLS in VMPLAYER
Searches related to how to install linux mint on vmware
install linux mint on vmware workstation
install vmware tools in linux mint
installing linux mint on vmware player
install virtualbox linux mint
linux mint vmplayer
install mint virtualbox
linux mint virtual machine
linux mint virtualbox settings
Can't see shared folders in Linux Guest

Thursday, November 21, 2013

How to install Cinelerra ( free video editor ) in Ubuntu Linux


















---------------------------------------------------------------------
Howto install Cinelerra in ubuntu
Install Cinelerra Video Editor on Ubuntu 13.04, 12.10
Step to step how to install Cinelerra
How to install Cinelerra on Ubuntu 12.04 13.4
How to install Cinelerra on to Ubuntu 9.10
Installing Cinelerra 4.x on Ubuntu 12.04 64
 Download & Install Cinelerra in V12.04
how to install cinelerra-4.1 Ubuntu
 Help me install Cinelerra -
how to install cinelerra in ubuntu
cinelerra download for ubuntu
cinelerra ubuntu ppa
fedora cinelerra
cinelerra fedora 14


IT Certification Category (English)640x480

Partner Sites

VideoToGifs.com

EasyOnlineConverter.com

SqliteTutorials.com


Top Online Courses From ProgrammingKnowledge

Python Course http://bit.ly/2vsuMaS
Java Coursehttp://bit.ly/2GEfQMf
Bash Coursehttp://bit.ly/2DBVF0C
Linux Coursehttp://bit.ly/2IXuil0
C Course http://bit.ly/2GQCiD1
C++ Coursehttp://bit.ly/2V4oEVJ
PHP Coursehttp://bit.ly/2XP71WH
Android Coursehttp://bit.ly/2UHih5H
C# Coursehttp://bit.ly/2Vr7HEl
JavaFx Coursehttp://bit.ly/2XMvZWA
NodeJs Coursehttp://bit.ly/2GPg7gA
Jenkins Course http://bit.ly/2Wd4l4W
Scala Coursehttp://bit.ly/2PysyA4
Bootstrap Coursehttp://bit.ly/2DFQ2yC
MongoDB Coursehttp://bit.ly/2LaCJfP
QT C++ GUI Coursehttp://bit.ly/2vwqHSZ